memseek-status

memseek-status is a skill for Claude Code from memseekai/memseek. It costs 24 tokens per session (214 once invoked), scanned A, original, Apache-2.0.

A diagnostic check for a Memseek connection, which links a coding project to shared project memory. It checks the project identity, available tools, and saved work waiting to be sent.

In plain words
What is it for?
Use it to check Memseek setup, connection health, available memory tools, pending writes, and quarantined writes that need inspection.
Why use it?
It helps find out why Memseek is not connected or why saved information has not been delivered. It also explains the reported problem and the remedy without exposing the workspace key.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the memseek-memory plugin — 5 skills, 5 hooks, 1 MCP server shipped together

Good fit Use it to check Memseek setup, connection health, available memory tools, pending writes, and quarantined writes that need inspection.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add memseekai/memseek
Claude Code
/plugin install memseek-memory

Made for: Claude Code.

Or install memseek-memory, the plugin that ships this one along with the rest of its 5 skills, 5 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for memseek-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/memseekai/memseek/memseek-status/github.svg)](https://agentmods.dev/skills/memseekai/memseek/memseek-status)
Your own site
<a href="https://agentmods.dev/skills/memseekai/memseek/memseek-status"><img src="https://agentmods.dev/badge/skills/memseekai/memseek/memseek-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for memseek-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/memseekai/memseek/memseek-status"><img src="https://agentmods.dev/badge/skills/memseekai/memseek/memseek-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 214 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00214
Opus 5 $0.00012 $0.00107
Sonnet 5 $0.00005 $0.00043
Haiku 4.5 $0.00002 $0.00021

Measured 10d ago against content hash 6191711dc5b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

memseek-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/claude-code/skills/memseek-status/SKILL.md · 26 lines

What it actually says

Check Memseek status

Run the plugin's read-only diagnostic from the current project:

python3 "${CLAUDE_PLUGIN_ROOT}/scripts/memseek_doctor.py" status

Explain any failed field and its precise remedy. In particular:

  • missing workspace key: reconfigure the plugin and enter the sensitive key supplied by the Memseek administrator, then start a new session.
  • unhealthy or unreachable: start or repair the Memseek API/database.
  • missing recommended tools: publish and select the compatible [email protected] package, or an equivalent package exposing the documented contract.
  • pending writes: run the doctor with flush after connectivity returns.
  • quarantined writes: inspect the JSON envelope under the reported state directory's failed/ directory; it failed validation and is retained for diagnosis.

Never print or request the API key itself.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 26 lines · 24 tokens per session scan A 6191711dc5b5

Subscribe to this mod's changes

memseek-status is a skill published in the GitHub repository memseekai/memseek (7 stars, last pushed 15d ago), licensed Apache-2.0. It adds 24 tokens to every session and 214 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

honcho-cli

Inspect and debug Honcho workspaces via the honcho CLI. Use when investigating peer representations, memory state, session context, or dialectic quality — any task that requires introspection of a Honcho deployment, including verifying that a recall/record memory loop is actually working.

plastic-labs/honcho · 61 tokens

troubleshooting

Diagnoses and repairs core-memory-kit itself when the memory system is broken — the per-failure-code repair book. Fire whenever a "⚠ [core-memory-kit]" whisper appears on the prompt (it names the failure and points here), or when the user reports a kit symptom however they phrase it: memory is not being saved, nothing…

LH8PPL/core-memory-kit · 159 tokens

atomicmemory

Persistent semantic memory across Claude Code sessions — user preferences, project context, prior decisions, codebase facts. Call memorysearch before answering questions that reference past work. Call memoryingest after the user shares durable facts.

atomicstrata/atomicmemory · 50 tokens

atomicmemory-cli

Use the installed AtomicMemory CLI for memory search, ingestion, packaging, diagnostics, and agent-safe JSON output.

atomicstrata/atomicmemory · 26 tokens

openmemory

Manage persistent memory via OpenMemory MCP. TRIGGER when: user says "remember this", "save to memory", "store this", "recall", "what do you remember about", "check memory", "forget this", "delete memory", "clean up memory", or when agent forms a stable conclusion worth persisting. DO NOT TRIGGER when: user refers to…

CaviraOSS/OpenMemory · 96 tokens

recall-before-claim

Forces a memorysearch before the agent sends a message containing a factual assertion that has not yet been grounded this turn. Closes the citation-rate gap from 40% to 90%+.

Bitterbot-AI/bitterbot-desktop · 45 tokens