Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
moorcheh logo

moorcheh

moorcheh-agent-skills

OtherClaude Codeby moorcheh-ai

Summary

Moorcheh semantic search, AI memory, and RAG for Claude Code

Install to Claude Code

/plugin install moorcheh@moorcheh-agent-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add moorcheh-ai/agent-skills if you haven't already.

README.md

Moorcheh Agent Skills

<p align="center"> <strong>Agent Skills for building AI applications with <a href="https://moorcheh.ai">Moorcheh</a>- the Universal Memory Layer for Agentic AI.</strong> </p>

<p align="center"> <a href="https://docs.moorcheh.ai">Documentation</a> · <a href="https://console.moorcheh.ai">Console</a> · <a href="https://docs.moorcheh.ai/python-sdk/introduction">Python SDK</a> · <a href="https://agentskills.io/specification">Agent Skills Spec</a> </p>

---

Each skill is a folder containing instructions, scripts, and resources that agents like Claude Code, Cursor, GitHub Copilot, Codex, Windsurf, Antigravity, and others can discover to work more accurately and efficiently with Moorcheh.

Works with any agent that supports the Agent Skills format.

Installation

Using npx skills (Cursor, Claude Code, Gemini CLI, Codex, etc.)

npx skills add moorcheh-ai/agent-skills

Using Claude Code Plugin Manager

# Step 1- Add the marketplace (one time only)
/plugin marketplace add moorcheh-ai/agent-skills

# Step 2- Install the plugin
/plugin install moorcheh

Manual: clone and point your agent to the directory

git clone https://github.com/moorcheh-ai/agent-skills.git
cd agent-skills
claude --plugin-dir .

Quickstart

New to Moorcheh? Run the interactive onboarding to set up your environment variables, import sample data, and explore the full functionality:

/moorcheh:quickstart

Configuration

Moorcheh Account

Create a free account at console.moorcheh.ai.

Required Environment Variables

export MOORCHEH_API_KEY="your-api-key"

Available Skills

<details> <summary><strong>Moorcheh</strong></summary>

Core operations for interacting with the Moorcheh platform:

  • Namespace Management- Create, list, and delete namespaces
  • Data Operations- Upload text documents and vector embeddings
  • Semantic Search- Search with ITS scoring, metadata filters, and relevance labels
  • AI Generation- Generate RAG-powered answers with structured output

</details>

<details> <summary><strong>Cookbooks</strong></summary>

Blueprints for complete AI applications powered by Moorcheh:

  • Knowledge Base RAG- Document Q&A with source citations
  • Customer Support Bot- Conversational chatbot with chat history
  • Semantic Search App- Search with ITS scoring and filtering
  • AI Q&A System- Structured Q&A with multi-namespace routing
  • Frontend Interface- Next.js frontend (optional)
  • LangChain Integration- Use Moorcheh as a LangChain vector store
  • LLM Wiki- Self-maintaining personal knowledge base (Karpathy pattern + Moorcheh ITS)
  • Deep Ingest- Ingest large documents (>200K chars) or binary files (PDF, DOCX, XLSX) without local extraction- Moorcheh handles parsing, chunking, and indexing automatically

</details>

Usage

Commands (Claude Code Plugin)

# Interactive onboarding
/moorcheh:quickstart

# Semantic search across namespaces
/moorcheh:search query "machine learning" namespaces "my-documents"

# Search with metadata filters
/moorcheh:search query "best practices #category:tech" namespaces "articles" top_k 5

# Generate AI-powered RAG answers
/moorcheh:answer query "What are the key features?" namespace "product-docs"

# List all namespaces
/moorcheh:namespaces

# Upload data to a namespace
/moorcheh:upload namespace "my-documents" file "data.json"

# Explore data in a namespace
/moorcheh:explore namespace "my-documents"

Skills (Any Compatible Agent)

The skill is automatically discovered by compatible agents. Simply describe what you want:

  • "Search my Moorcheh namespace for information about vector databases"
  • "List all my Moorcheh namespaces"
  • "Upload these documents to Moorcheh for semantic search"
  • "Build a knowledge base chatbot using Moorcheh"
  • "Generate an AI answer from my documentation"
  • "Build a customer support bot with Moorcheh"
  • "Build an LLM Wiki knowledge base with Moorcheh"
  • "Set up a self-maintaining wiki using Karpathy's pattern"
  • "Ingest a large PDF into my wiki using deep ingest"

Requirements

  • Python 3.10+
  • uv (recommended) or pip
  • A Moorcheh account

Resources

Related plugins

Browse all →