knowmine

Save and search personal notes, decisions, and insights with semantic search via MCP. Use this skill when users want to remember things across conversations, search their past knowledge by meaning, save dev logs or learning notes, or carry context between AI platforms like Claude and ChatGPT.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "knowmine" with this command: npx skills add YIING99/knowmine

KnowMine — Personal Knowledge Base for AI Agents

Save notes, decisions, and insights. Search them later by meaning, not keywords.

KnowMine is a remote MCP server that gives your AI agent a personal knowledge base with semantic search. Your agent can save knowledge entries during conversations and retrieve them later using natural language queries. All data is stored per-user with full isolation.

Setup

1. Get your API key

Sign up at knowmine.ai, go to Settings → MCP, and copy your key.

2. Connect

Remote MCP server — no Docker or local install needed.

Server URL:  https://knowmine.ai/api/mcp
Transport:   Streamable HTTP
Auth header: Authorization: Bearer <YOUR_KNOWMINE_API_KEY>

For OpenClaw:

npx clawhub@latest install knowmine

Tools (11)

Knowledge CRUD

ToolWhat it does
add_knowledgeSave a note, insight, dev log, article, or reflection. Auto-generates title and tags.
search_my_knowledgeSearch your knowledge base by meaning. Supports type and tag filters.
get_knowledgeGet full content of one entry by ID.
update_knowledgeEdit title, content, type, or tags of an entry.
delete_knowledgeRemove an entry.
get_related_knowledgeFind entries related to a given entry by semantic similarity.
list_foldersList your folders and recent entries in each.

Memory

ToolWhat it does
save_memorySave a decision, lesson, insight, or preference from a conversation.
recall_memorySearch past memories by natural language. Filter by type.

Analysis

ToolWhat it does
get_soulGenerate a user profile summary based on your knowledge. Exportable as a system prompt.
get_insightAnalyze your knowledge for patterns — frequent topics, recurring themes.

Example Usage

Save a decision during work:

save_memory: "Chose PostgreSQL over MongoDB for the new project — need ACID transactions and our team knows SQL well"

Find it later in a new session:

recall_memory: "database decision for new project"
→ Returns the PostgreSQL decision with full context

Search across all knowledge:

search_my_knowledge: "deployment strategies"
→ Returns matching notes ranked by relevance, even if you never used the word "deployment" in the original entry

How It Works

  • Search: pgvector semantic similarity on PostgreSQL (not keyword matching)
  • Embeddings: OpenAI text-embedding-3-small, auto-generated on save
  • Protocol: MCP over Streamable HTTP
  • Auth: API key via Bearer token
  • Data isolation: Each API key maps to one user account
  • Network: All requests go to knowmine.ai only (no third-party data sharing)
  • Rate limit: 60 requests/minute

Source Code


Built by YIING99

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Lore

Search and ingest knowledge from Lore, a research repository with citations

Registry SourceRecently Updated
01K
Profile unavailable
Automation

Engram

Persistent semantic memory layer for AI agents. Local-first storage (SQLite+LanceDB) with Ollama embeddings. Store and recall facts, decisions, preferences, events, relationships across sessions. Supports memory decay, deduplication, typed memories (5 types), memory relationships (7 graph relation types), agent/user scoping, semantic search, context-aware recall, auto-extraction from text (rules/LLM/hybrid), import/export, REST API, MCP protocol. Solves context window and compaction amnesia. Server at localhost:3400, dashboard at /dashboard. Install via npm (engram-memory), requires Ollama with nomic-embed-text model.

Registry SourceRecently Updated
11.5K
Profile unavailable
Research

MidOS MCP — Knowledge OS for AI Agents

MidOS — The MCP Knowledge OS. 134 tools for knowledge management, multi-agent orchestration, search, planning, and memory. 670K+ vectors, 46K+ chunks, EUREKA...

Registry SourceRecently Updated
0158
Profile unavailable