status

status is a command for Claude Code from jolliai/jolliai. It costs 13 tokens per session (1,060 once invoked), scanned A, original, Apache-2.0.

A command that reports whether Jolli Memory is installed and configured correctly for the current repository. Jolli Memory is a tool for storing and publishing coding-agent memories.

In plain words
What is it for?
Use it to inspect the extension version, hooks, data migration state, account and AI-provider settings, and the Jolli Space linked to the repository.
Why use it?
It gives a quick environment check when memory features or automatic publishing may not be working. It separates setup and account details from searching stored memories.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the jolli plugin — 4 skills, 5 commands, 1 hook, 1 MCP server shipped together

Good fit Use it to inspect the extension version, hooks, data migration state, account and AI-provider settings, and the Jolli Space linked to the repository.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jolliai/jolliai/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.

Clone the repo
git clone --depth 1 https://github.com/jolliai/jolliai

Made for: Claude Code.

Or install jolli, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 1 hook, 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 status

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/jolliai/jolliai/status"><img src="https://agentmods.dev/badge/commands/jolliai/jolliai/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,060 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.00013 $0.01060
Opus 5 $0.00006 $0.00530
Sonnet 5 $0.00003 $0.00212
Haiku 4.5 $0.00001 $0.00106

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

Security

Grade A, and why

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 9d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • status — 100% identical, 0 lines differ
claude-plugin/plugins/jolli/commands/status.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Report Jolli Memory's installation & configuration health for this repo. This is a quick environment check, not a recall — keep the whole thing compact.

  1. Call the status tool. Render its scalar facts as a compact Markdown table (two columns — field, value; one fact per row), in this order; omit a row only where noted:

    • Versionversion, and whether the extension is enabled (enabled)
    • Hookshooks.summary, plus the active runtime hooks.runtime
    • Data migrationdataMigration
    • Account — signed in? (account.signedIn) · Jolli API key? (account.jolliApiKeyConfigured) · Anthropic key? (account.anthropicKeyConfigured)
    • AI provideraccount.aiProvider: when it is local-agent, note that memories are generated locally through the user's Claude subscription (no API key or Jolli sign-in required); jolli = Jolli proxy, anthropic = Anthropic key, null = unset (a surface-derived default applies)
    • Siteaccount.site (omit this row when null)
    • Space — the bound Jolli Space space.name, plus "a git push auto-publishes this branch's memories here" (omit this row entirely when space is null / the repo isn't bound)
    • Memory — the storedMemories count, plus the orphan branch orphanBranch

    Then, BELOW the table under an "AI integrations" heading, list each detected integration as its own bullet, rendering the integration's status string verbatim (that string is the whole value — it already embeds the session count with its unit when there are any, e.g. Claude — hook installed (9 sessions), or just Codex — detected & enabled when there are none; do not add a count yourself — there is no separate number field).

  2. Call the queue_status tool (no wait) and add one line: memory generation is idle or still in progress (mention the active/stale counts only if non-zero).

  3. Decide whether memory generation can actually run, using the provider-aware rule — a blind "any key present" check is wrong, because a pinned provider is only satisfied by its own credential:

    • account.aiProvider is local-agentcan generate (runs through the user's local Claude subscription; no API key or Jolli sign-in needed).
    • account.aiProvider is jolli → can generate only if account.jolliApiKeyConfigured.
    • account.aiProvider is anthropic → can generate only if account.anthropicKeyConfigured.
    • account.aiProvider is null / unset → can generate if account.jolliApiKeyConfigured OR account.anthropicKeyConfigured.

    (account.signedIn alone does NOT enable generation — an OAuth token is a sync credential, not a generation one.)

    If it can generate, do not lead with a warning — and when the provider is local-agent, do not show a not-signed-in warning at all (signing in is only for sharing to a Jolli Space). If it cannot generate, lead with a prominent warning that outranks every other line: memory generation is disabled for the current provider (account.aiProvider), so commits produce no memories. Name the missing piece — for example "provider is anthropic but no Anthropic key is set", "provider is jolli but no Jolli API key is set", or "no provider credential at all" — then tell the user how to fix it: set the matching key, run /jolli:login to sign in to Jolli, or switch to the local Claude subscription (no key needed).

  4. Close with a one-line health verdict — call out anything missing (not signed in / no key, hook not installed, migration pending), otherwise say it looks healthy.

Do not list branches, topics, or commit summaries — that is what /jolli:recall and /jolli:search are for; point the user there if they want the recorded memory itself.

If the status MCP tool is unavailable (an older Jolli that predates it), fall back to running the bundled CLI through its stable dispatch script (a plugin-only user has no global jolli on PATH), then summarise its output:

Read the full file on GitHub · 74 lines

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. 9d ago First seen · 74 lines · 13 tokens per session scan A 5820177cf020

Subscribe to this mod's changes

status is a command published in the GitHub repository jolliai/jolliai (141 stars, last pushed 6d ago), licensed Apache-2.0. It adds 13 tokens to every session and 1,060 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-30.