Moorcheh Agent Skills marketplace for Claude Code
npx claudepluginhub moorcheh-ai/agent-skillsMoorcheh plugin for Claude Code- semantic search, AI memory, and RAG
Agent Skills for building AI applications with Moorcheh — the Universal Memory Layer for Agentic AI.
Documentation · Console · Python SDK · Agent Skills Spec
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.
npx skills add moorcheh-ai/agent-skills
# Step 1 — Add the marketplace (one time only)
/plugin marketplace add moorcheh-ai/agent-skills
# Step 2 — Install the plugin
/plugin install moorcheh
git clone https://github.com/moorcheh-ai/agent-skills.git
cd agent-skills
claude --plugin-dir .
New to Moorcheh? Run the interactive onboarding to set up your environment variables, import sample data, and explore the full functionality:
/moorcheh:quickstart
Create a free account at console.moorcheh.ai.
export MOORCHEH_API_KEY="your-api-key"
Core operations for interacting with the Moorcheh platform:
Blueprints for complete AI applications powered by Moorcheh:
# 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"
The skill is automatically discovered by compatible agents. Simply describe what you want: