From mori
Searches and reads entries from the Mori shared memory store. Useful for recalling past decisions, patterns, and project context with filters for type, tag, client, recency.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mori:pensieveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**If the Mori server is unreachable** (a tool call returns a connection error, ECONNREFUSED, or timeout), do not show a stack trace. Tell the user the Mori server appears to be down and that a running Mori server is required. Point them to the quickstart at https://github.com/fjwood69/mori#quickstart and suggest checking the server URL in plugin settings. Then stop.
If the Mori server is unreachable (a tool call returns a connection error, ECONNREFUSED, or timeout), do not show a stack trace. Tell the user the Mori server appears to be down and that a running Mori server is required. Point them to the quickstart at https://github.com/fjwood69/mori#quickstart and suggest checking the server URL in plugin settings. Then stop.
query--type: one of project, decision, pattern, profile--tag: filter by tag name--client / --device: filter by client hostname--since: time filter — 7d, 30d, or ISO date--all: show up to 50 results--limit: max results (default 10)read followed by a kebab-case name, call mori-memory_read instead.mori-memory_search with the parsed arguments.npx claudepluginhub fjwood69/mori --plugin moriRecalls past work, decisions, error solutions, and project history via a 3-layer memory search workflow for token-efficient retrieval.
Searches claude-mem's persistent cross-session memory database to retrieve work from previous sessions. Follows a search-filter-fetch workflow to minimize token usage.