status

status is a command for coding agents from proticom/gnosys. It costs 0 tokens per session (680 once invoked), scanned A, original, MIT.

Show project, portfolio, remote sync, or system status. Replaces the removed gnosys dashboard and gnosys portfolio commands.

Command

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.

agentmods
npx agentmods add commands/proticom/gnosys/status
Clone the repo
git clone --depth 1 https://github.com/proticom/gnosys

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/proticom/gnosys/status.svg)](https://agentmods.dev/commands/proticom/gnosys/status)
Your own site
<a href="https://agentmods.dev/commands/proticom/gnosys/status"><img src="https://agentmods.dev/badge/commands/proticom/gnosys/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 680 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00680
Opus 5 $0.00000 $0.00340
Sonnet 5 $0.00000 $0.00136
Haiku 4.5 $0.00000 $0.00068

Measured today against content hash 640c987e279b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 today.

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.

docs/commands/status.md · 85 lines

How it starts

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

gnosys status

Show project, portfolio, remote sync, or system status. Replaces the removed gnosys dashboard and gnosys portfolio commands.

Usage

gnosys status
gnosys status --project <id>
gnosys status --directory /path/to/project
gnosys status --projects
gnosys status --global
gnosys status --remote
gnosys status --system
gnosys status --web
gnosys status --json

Options

Option Description
-d, --directory <dir> Project directory (auto-detects if omitted)
-p, --project <id> Project ID
-g, --global Deprecated alias for --projects
--projects All-projects portfolio view
-r, --remote Remote sync status
-w, --web Open HTML dashboard in browser
-s, --system System health (memory, LLM, embeddings, archive)
--json Output as JSON

Mode precedence

Mutually exclusive branches (first match wins):

  1. --remote — remote sync status via RemoteSync.getStatus()
  2. --system — dashboard/system health via collectDashboardData
  3. Default path — portfolio report; then:
    • --web — write/open HTML dashboard
    • --projects / --global — all-projects portfolio summary
    • Default — single current project status

--projects sets --global internally (deprecated alias preserved).

Output

Default (single project): readiness score, memory counts, latest status snapshot, action items, blocking items, completed items.

--projects: portfolio table with readiness per project and action-item summary.

--remote: formatted sync status or not-configured message.

--system: dashboard text or JSON.

--web: writes ~/gnosys-dashboard.html and opens it.

--json: JSON for the active mode.

Errors

Condition Message
Central DB unavailable Central DB not available.
No stores (system) No Gnosys stores found. Run gnosys init first.
No project detected No project detected...
Project not found Project not found: <id>
No memories / snapshot No memories found for project...
Other errors Error: <message>

Read the full file on GitHub · 85 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. today First seen · 85 lines · 0 tokens per session scan A 640c987e279b

Subscribe to this mod's changes

status is a command published in the GitHub repository proticom/gnosys (4 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 680 tokens. 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-09-03.