status

status is a command for Claude Code from pwdev-solucoes/pwdev-claude-marketplace. It costs 14 tokens per session (621 once invoked), scanned A, original, Apache-2.0.

A read-only command that checks the state of a project knowledge base, including its files, index, concepts, log, and saved context.

In plain words
What is it for?
Use it to inspect concept counts and statuses, verify the knowledge-base folders and index, and review recent log entries.
Why use it?
It shows whether the knowledge base is connected and structured correctly without changing anything. It also identifies missing context or tools that may affect other commands.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

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 pwdev-brain plugin — 1 skill, 5 commands, 2 agents shipped together

Good fit Use it to inspect concept counts and statuses, verify the knowledge-base folders and index, and review recent log entries.

Compare 6 commands 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 pwdev-solucoes/pwdev-claude-marketplace
Claude Code
/plugin install pwdev-brain

Made for: Claude Code.

Or install pwdev-brain, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 2 agents.

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/pwdev-solucoes/pwdev-claude-marketplace/status/github.svg)](https://agentmods.dev/commands/pwdev-solucoes/pwdev-claude-marketplace/status)
Your own site
<a href="https://agentmods.dev/commands/pwdev-solucoes/pwdev-claude-marketplace/status"><img src="https://agentmods.dev/badge/commands/pwdev-solucoes/pwdev-claude-marketplace/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/pwdev-solucoes/pwdev-claude-marketplace/status"><img src="https://agentmods.dev/badge/commands/pwdev-solucoes/pwdev-claude-marketplace/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 621 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.00014 $0.00621
Opus 5 $0.00007 $0.00311
Sonnet 5 $0.00003 $0.00124
Haiku 4.5 $0.00001 $0.00062

Measured 9d ago against content hash 140ae49224d0, 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.

plugins/pwdev-brain/commands/status.md · 52 lines

How it starts

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

/pwdev-brain:status

STEP 0 — Idioma

${CLAUDE_PLUGIN_ROOT}/references/language.md

Verificações

Tudo só leitura — nenhuma escrita neste comando.

  1. .claude/pwdev-brain-context.md — existe? Idioma, caminho do brain e identidade preenchidos?
  2. Prova viva do MCP nesta sessão: chamar a tool brain_info.
    • Sucesso → use o retorno como fonte das contagens e reporte resolved_via (param | env | context). Pule as verificações 3–6 (a tool já as cobre).
    • Erro/tool ausente → MCP não conectado (node ausente, plugin recém- instalado ou sessão iniciada antes dele — reiniciar a sessão; não é erro de config do brain). Siga com as verificações 3–6 via filesystem.
  3. Estrutura do brain: raw/, wiki/, wiki/output/ existem?
  4. wiki/index.md — frontmatter parseável com okf_version: "0.2"?
  5. Conceitos: Glob wiki/**/*.md excluindo wiki/index.md, wiki/log.md e wiki/output/** → contagem total; Grep no frontmatter → contagem por status (draft / stable / deprecated; sem status conta como stable).
  6. wiki/log.md — últimas 3 entradas + contagens de raw/ e pastas datadas em wiki/output/.

Gate

Sem contexto → modo consultivo: reporte o que for verificável e aponte /pwdev-brain:init. Não crie nada.

Saída

pwdev-brain — {{caminho | "não configurado"}}

Brain      {{ok | AUSENTE | index inválido}} · okf_version {{0.2 | ⚠ divergente}}
MCP        {{ok (brain_info · via {{param|env|context}}) | não conectado — reiniciar sessão? node instalado?}}
Conceitos  {{n}} ({{d}} draft · {{s}} stable · {{x}} deprecated)
Fontes     raw {{n}} · output {{n}} pastas de artefatos
Log        último: {{YYYY-MM-DD — operação e resumo}}
Contexto   {{ok (human:{{id}}) | AUSENTE → /pwdev-brain:init}}

Modo: completo | consultivo

MCP não conectado com brain válido no filesystem é quase sempre sessão iniciada antes do plugin/env var ou node ausente — o plugin continua funcional via filesystem (Path B).

Read the full file on GitHub · 52 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 · 52 lines · 14 tokens per session scan A 140ae49224d0

Subscribe to this mod's changes

status is a command published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 14 tokens to every session and 621 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.