The MythOS Claude Code Skill enables 📝MythOS creators to connect their knowledge library to 📝Claude Code. Search, read, create, and update memos, chat with your library using RAG, explore tags and connections, and browse communities — all from the CLI. The skill requires a MythOS Scholar or Oracle plan to use as an API key is necessary.
How to Install
- Generate an 📝API key in Settings > API.
- Run the following commands in your Terminal or CLI: (a)
git clone https://github.com/citizens-of-one/mythos-claude-code.gitand (b)cd mythos-claude-code && MYTHOS_API_KEY=<YOUR_API_KEY> MYTHOS_USERNAME=<YOUR_USER_SLUG> ./setup.sh. - Restart Claude Code for the MCP connection to take effect.
How to Use
Open Claude Code anywhere and mention MythOS with natural language to auto-trigger ir, or use /mythos explicitly with:
- "Search my MythOS library for memos about consciousness"
- "List all my MythOS tags and how often I use them"
- "Read my memo on distributed systems and summarize the key points"
- "Create a memo called 'Meeting Notes — April 1' with the notes from our conversation"
- "What has changed in my library in the last week?"
How it Works
Architecture: MCP-first (leverages the existing HTTP transport at mythos.one/api/mcp), with deterministic curl fallback if MCP isn't configured. No new API endpoints needed — everything wraps the existing MCP server and internal API.
