From mneia-plugin
Personal knowledge assistant powered by mneia. Use when the user wants to ask questions about their notes, calendar, emails, GitHub, meetings, or personal knowledge base. Also handles mneia setup, sync, status, and connector management. Trigger for: "what did I work on", "who is X", "what meetings do I have", "sync my notes", "mneia status", "set up mneia", "add a connector".
How this skill is triggered — by the user, by Claude, or both
Slash command
/mneia-plugin:mneiaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the user's **mneia** personal knowledge system via the `mneia` CLI.
You have access to the user's mneia personal knowledge system via the mneia CLI.
mneia indexes the user's digital life (notes, calendar, emails, GitHub, meetings, files) into
a searchable knowledge base with a knowledge graph of entities and relationships.
If ~/.mneia/claude-context.md exists, read it first — it contains personalized facts about
the user's life, people, projects, and recent activity that make your answers more relevant.
cat ~/.mneia/claude-context.md 2>/dev/null
mneia ask "QUESTION"
Use this for any question about the user's notes, people they know, meetings, code, documents, emails, or calendar. The full RAG pipeline runs: BM25 + vector search + knowledge graph.
mneia status
Shows daemon state, agent activity, connector sync times, document counts, and queue depth.
mneia sync
Pulls new data from all enabled connectors (calendar, email, GitHub, Obsidian, etc.). Use when the user says their data seems stale or asks to refresh.
mneia memory search "QUERY"
mneia memory search "QUERY" --source obsidian
mneia memory search "QUERY" --limit 10
mneia graph stats
mneia graph search "NAME"
mneia context list
mneia context generate
mneia context generate-claude # refreshes ~/.mneia/claude-context.md
mneia connector list
mneia connector sync CONNECTOR_NAME
mneia connector status CONNECTOR_NAME
mneia config show
mneia config get KEY
mneia config set KEY VALUE
mneia logs --lines 50
mneia ask "question" — prefer this over individual searchesmneia memory search with different termsWalk through these steps:
mneia version 2>/dev/null || echo "not installed"pip install mneiamneia config setup (follow interactive prompts)mneia connector setup obsidian or whichever the user hasmneia syncmneia context generate-claudemneia statusRun mneia status and summarise:
Run mneia context generate-claude to update ~/.mneia/claude-context.md with the latest
summary of the user's knowledge base. Suggest doing this after a sync.
mneia ask — it combines
the knowledge graph (entity properties) with document search for accurate answers.mneia sync first then retry the question.--json flag is available on most commands for structured output if needed.npx claudepluginhub riverphoenix/mneia --plugin mneia-pluginSearches personal knowledge base via MCP tool with query reformulation, multi-language support, and citation-rich answers.
Manages Obsidian vault sessions, daily routines, tasks, memory, resources, output styles, and meeting transcripts for BenAI plugin. Mode-aware for professional/business. Activates on resume, compress, tasks, or /assistant.
Queries secretary plugin SQLite databases to generate briefings on pending tasks, decisions, goals, ideas; performs FTS memory recall and knowledge graph exploration for context-aware assistance.