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.
npx agentmods add commands/proticom/gnosys/statusgit clone --depth 1 https://github.com/proticom/gnosysWrote 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.
[](https://agentmods.dev/commands/proticom/gnosys/status)<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>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.
| Model | Per session | Once 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 |
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.
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):
--remote— remote sync status viaRemoteSync.getStatus()--system— dashboard/system health viacollectDashboardData- 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> |
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.
- today First seen · 85 lines · 0 tokens per session scan A 640c987e279b
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.
Other commands, from other repositories
deapi-balance
Check deAPI account balance.
test-integration
Write integration tests for component boundaries.
newpkg
Generate new package with Nx.
config
Command "config" from sdebruyn/fabric-dw-mcp-cli, covering configuration & defaults, http retry budget, sql retry budget, mcp workspace allowlist {#mcp-workspace-allowlist} and mcp server log level.
warden-cost
Dollar accounting — what does each active rule actually save, in money? Translates the token-measured verdict into dollars using a price table and the agent's own token-type mix, with a per-session net and a break-even. Read-only; spends no tokens.
cb-search
코드브레인 BM25 검색 — stale 자동 refresh.