skills/moorcheh-cookbooks/SKILL.md
Use this skill when the user wants to build AI applications with Moorcheh. Contains blueprints and implementation guides for knowledge base RAG, customer support chatbots, semantic search applications, AI Q&A systems, llm-wiki, knowledge base, personal wiki, karpathy, and optional frontend integration. Each cookbook includes architecture, code examples, setup instructions, and deployment guidance.
npx skillsauth add moorcheh-ai/agent-skills moorcheh-cookbooksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides an index of implementation guides and foundational requirements for building Moorcheh-powered AI applications. Use the references to quickly scaffold full-stack applications with best practices for data management, semantic search, and RAG.
If the user does not have an account yet, direct them to the cloud console to register and create a free account.
Create a Moorcheh account at console.moorcheh.ai.
Follow these shared guidelines before generating any cookbook app:
print() or log messages. They crash on Windows cp1252 terminals. Use [OK], [ERROR], [WAIT] instead.aiModel, chatHistory) but the Python SDK uses snake_case (ai_model, chat_history). Always use snake_case in Python code. Using camelCase kwargs will fail silently or raise TypeError.Then proceed to the specific cookbook reference below.
Build a self-maintaining personal knowledge base where an AI agent reads your documents once, builds a structured wiki of interlinked markdown pages, and uploads them to Moorcheh for persistent ITS-powered semantic search.
When to use this cookbook:
Key components:
raw/ — immutable source documents (agent reads only)wiki/ — agent-generated markdown pages, interlinked and growingCLAUDE.md / AGENTS.md — the schema that tells the agent how to maintain the wikiFull implementation guide: references/llm_wiki.md Starter repo: https://github.com/moorcheh-ai/llm-wiki
Use this when the user explicitly asks for a frontend for their Moorcheh backend:
development
Use this skill to interact with Moorcheh, the Universal Memory Layer for Agentic AI. Provides semantic search with ITS (Information-Theoretic Scoring), namespace management, text and vector data operations, and AI-powered answer generation (RAG). Use when building applications that need semantic search, knowledge bases, document Q&A, AI memory systems, or retrieval-augmented generation.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.