{
  "markdown": "# KnowMine Claude Code Plugin\n\n> Save notes and decisions during AI conversations. Search them later by meaning, not keywords.\n\nKnowMine gives Claude Code a long-term memory via MCP. Everything you tell it to remember is stored in your personal knowledge base and retrievable by semantic search — across conversations, sessions, and AI tools.\n\n## Quick Install\n\nRun in your terminal:\n\n```bash\n# 1. Register this repo as a marketplace\nclaude plugin marketplace add YIING99/knowmine-claude-plugin\n\n# 2. Install the plugin (user scope = global)\nclaude plugin install knowmine\n```\n\nRestart your Claude Code session after install. Claude Code will prompt you to enter your KnowMine API key (get one at [knowmine.ai/settings/mcp](https://knowmine.ai/settings/mcp)) — it's stored in your system keychain, no manual MCP JSON config needed.\n\n## What You Can Do\n\n### MCP Tools\n\n| Tool | Example |\n|------|---------|\n| `save_memory` | \"Remember: we use Postgres, not Mongo\" |\n| `recall_memory` | \"What database did we decide on?\" |\n| `add_knowledge` | Save a code snippet, article, or insight |\n| `search_my_knowledge` | \"Find my notes on deployment\" |\n| `get_soul` | Generate your AI profile from your knowledge base |\n\nKnowMine currently exposes 16 MCP tools across knowledge CRUD, memory, Soul workflows, and growth summaries.\n\nFull MCP tool reference: [skills/knowmine/SKILL.md](skills/knowmine/SKILL.md)\n\n### Skills (AI-invoked)\n\n| Skill | What it does |\n|-------|-------------|\n| `conversation-distill` | At the end of any meaningful conversation, Claude scans the full session, classifies outputs into 6 categories (insights / decisions / facts / action items / open questions / observations), shows you a confirmation list, and batch-writes to KnowMine after you approve. Trigger manually: say \"distill\", \"wrap up\", or \"save this session\". |\n\n→ [skills/conversation-distill/SKILL.md](skills/conversation-distill/SKILL.md)\n\n## Why KnowMine?\n\n- **Semantic search** — finds the right note even when you use different words\n- **Works everywhere** — same knowledge base across Claude Code, ChatGPT, and any MCP client\n- **Your data** — stored on your account, not in the AI's context\n- **MCP-native** — no browser extension, no copy-paste, just natural conversation\n\n## Manual MCP Setup\n\nIf you prefer not to use the plugin system, add to your `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"knowmine\": {\n      \"type\": \"http\",\n      \"url\": \"https://knowmine.ai/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_KNOWMINE_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n## Links\n\n- **Website**: [knowmine.ai](https://knowmine.ai)\n- **Get API key**: [knowmine.ai/settings/mcp](https://knowmine.ai/settings/mcp)\n- **Install manifest**: [knowmine.ai/openclaw-skill.json](https://knowmine.ai/openclaw-skill.json)\n- **Health check**: [knowmine.ai/api/mcp/health](https://knowmine.ai/api/mcp/health)\n- **Main repo**: [github.com/YIING99/knowmine](https://github.com/YIING99/knowmine)\n- **Issues**: [github.com/YIING99/knowmine-claude-plugin/issues](https://github.com/YIING99/knowmine-claude-plugin/issues)\n\n## License\n\nMIT — see [LICENSE](LICENSE)\n",
  "bytes": 3135,
  "sha": "8d74b3f2b254c05370ef3346fc570e6449eb514344f6e066ef58366d2d7fa40b",
  "repo_slug": "yiing99/knowmine-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_yiing99_knowmine_claude_plugin_knowmine__c7265aff/readme"
}