From FERNme Memory
Provides consent-gated persistent memory via a local FERNme MCP server with recall, remembering, Obsidian vault import, and human-reviewed suggestions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fernme-memory:fernme-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a user wants persistent, inspectable FERNme memory through the bundled MCP server.
Use this skill when a user wants persistent, inspectable FERNme memory through the bundled MCP server.
site and user.recall_card(site, user, context) with a short context list for the current task.recall_glossary(site, user) when tag meanings matter, and recall_events(site, user, contains, limit) only when the compact card is not enough.remember(site, user, ...) with specific namespaced tags and a short factual text field.propose_relation and propose_entity_link only for candidates that need human review. They do not write memory truth.import_obsidian(site, user, path, dry_run, include, exclude, max_notes). The path is on the MCP server machine.site and user explicit in every tool call. If the host has no configured values, ask the user which site/user to use before writing.recall_card(site, user, context=[...]).remember.import_obsidian, preferably dry-run first.propose_entity_link or propose_relation, then wait for human accept/reject.npx claudepluginhub mirkofr/fernme --plugin fernme-memoryPersistent memory via native AutoMem OpenClaw tools. Store, recall, update, delete, and link memories for durable context across sessions.
Invoked via /memsy slash command; classifies intent (search, store, switch profile, list, doctor, setup) and runs the matching Memsy workflow for context memory.