memory-status

memory-status is a skill for Claude Code from troglodyte/claude-neo4j-mem. It costs 81 tokens per session (794 once invoked), scanned B, original, no licence file.

A skill for checking the status of a Neo4j memory database, including how it connects, which project is active, and how many records it contains.

In plain words
What is it for?
It helps report the database connection mode, project scope, entity and observation counts, or all registered projects and their usage.
Why use it?
It shows whether stored memory is working and where it is connected, reducing uncertainty about what information an agent can retrieve.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the neo4j-memory plugin — 3 skills, 3 hooks, 1 MCP server shipped together

Good fit It helps report the database connection mode, project scope, entity and observation counts, or all registered projects and their usage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/troglodyte/claude-neo4j-mem/memory-status
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add troglodyte/claude-neo4j-mem --skill memory-status
Clone the repo
git clone --depth 1 https://github.com/troglodyte/claude-neo4j-mem

Made for: Claude Code.

Or install neo4j-memory, the plugin that ships this one along with the rest of its 3 skills, 3 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 memory-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/troglodyte/claude-neo4j-mem/memory-status/github.svg)](https://agentmods.dev/skills/troglodyte/claude-neo4j-mem/memory-status)
Your own site
<a href="https://agentmods.dev/skills/troglodyte/claude-neo4j-mem/memory-status"><img src="https://agentmods.dev/badge/skills/troglodyte/claude-neo4j-mem/memory-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 memory-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/troglodyte/claude-neo4j-mem/memory-status"><img src="https://agentmods.dev/badge/skills/troglodyte/claude-neo4j-mem/memory-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 794 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00081 $0.00794
Opus 5 $0.00041 $0.00397
Sonnet 5 $0.00016 $0.00159
Haiku 4.5 $0.00008 $0.00079

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

Security

Grade B, and why

memory-status scanned grade B with 1 finding 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 12d 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

If the user genuinely needs a query the tools do not cover, use `scripts/cypher.sh "<query>"`. It resolves credentials automatically and, in local mode, borrows the `cypher-shell` binary from inside the Neo4j container —
skills/memory-status/SKILL.md · 43 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 43 lines · 81 tokens per session scan B eccd7eb7ae2f

Subscribe to this mod's changes

memory-status is a skill published in the GitHub repository troglodyte/claude-neo4j-mem (1 stars, last pushed 1mo ago), with no licence file. It adds 81 tokens to every session and 794 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). 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

omnigraph

Operate OmniGraph graphs and deployments. Use for .pg schemas, .gq queries, OmniGraph CLI commands, file:///s3:///az:// graph URIs, cluster.yaml, operator config, bearer-authenticated servers, graph-backed knowledge or memory, Blob values, embeddings, branches, commits, and change feeds. Apply especially before schema…

ModernRelay/omnigraph · 94 tokens

ggsql

Write ggsql queries — a grammar of graphics for SQL. Use when the user wants to create, modify, or understand a ggsql visualization query.

posit-dev/skills · 33 tokens

learn-from-fix

Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

oliver-kriska/claude-elixir-phoenix · 46 tokens

ecto-patterns

Ecto patterns — schemas, changesets, queries, migrations, Multi, associations, preloads, upserts. Use when editing Repo calls, Ecto.Query, or schema fields. Skip for Ash.

oliver-kriska/claude-elixir-phoenix · 45 tokens

phoenix-contexts

Phoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi, PubSub, routers, plugs, controllers. Use when editing contexts, routers, or designing boundaries.

oliver-kriska/claude-elixir-phoenix · 46 tokens

recall

Recall prior work from past sessions — how a bug was fixed, what was decided, where a pattern lives. Use when asked 'have we done this before' or 'how did I fix X' in Elixir/Phoenix work. ccrider MCP when available, else git + solution docs.

oliver-kriska/claude-elixir-phoenix · 64 tokens