Borrowing it
Nothing to install: this file belongs to sageox/agent-toolkit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sageox/agent-toolkit/main/.claude/commands/ox.mdgit clone --depth 1 https://github.com/sageox/agent-toolkitWrote 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/sageox/agent-toolkit/ox)<a href="https://agentmods.dev/commands/sageox/agent-toolkit/ox"><img src="https://agentmods.dev/badge/commands/sageox/agent-toolkit/ox/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.
<a href="https://agentmods.dev/commands/sageox/agent-toolkit/ox"><img src="https://agentmods.dev/badge/commands/sageox/agent-toolkit/ox.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00000 | $0.00633 |
| Opus 5 | $0.00000 | $0.00316 |
| Sonnet 5 | $0.00000 | $0.00127 |
| Haiku 4.5 | $0.00000 | $0.00063 |
Grade A, and why
ox 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 yesterday.
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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SageOx Commands Reference
Essential ox commands for team context:
Get Project Conventions
ox conventions
Returns verified SAGEOX.md content with coding standards and team patterns.
Check Project Health
ox doctor
Diagnostic checks for SageOx configuration, signatures, and integration.
Update Conventions
ox update
Sync latest conventions from cloud (requires authentication).
Initialize SageOx
ox init
Enable SageOx for a new project (creates .sageox/ directory).
Check Status
ox status
Check authentication, project initialization, sync, and daemon health.
Session Recording
ox agent <id> session start # begin recording
ox agent <id> session stop # stop and save to ledger
Record agent sessions to the project ledger for team visibility.
Diagnostics
ox doctor
Run diagnostic checks on SageOx configuration and integrations.
Search Code, History, PRs
ox code queries the local CodeDB index. Reach for it before grep/ripgrep on this repo.
Verb-mode (preferred):
ox code defs <name> # where is <name> defined?
ox code callers <name> # who calls <name>? (resolved call graph)
ox code callees <name> --depth 2 # what <name> calls (transitive)
ox code refs <name> [--lang go] # text references
ox code log <path> [--author X --after YYYY-MM-DD] # commits touching path
ox code prs --sort stalled # PR triage
ox code activity --since 7d # recent GitHub events
ox code insights # hotspots, contention, open PRs/issues
ox code status # index health
DSL-mode (when verbs don't fit):
ox code search "<text>" type:pr # indexed PR titles/bodies/comments
ox code search "<text>" type:comment ckind:todo # source comments by kind
ox code search "<text>" author:<n> after:<date> # git history + content together
ox code search "/<regex>/" # forced regex
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.
- yesterday First seen · 82 lines · 0 tokens per session scan A e60954812316
ox is a command published in the GitHub repository sageox/agent-toolkit (10 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 633 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-10.
Other commands, from other repositories
memory-manager
Knowledge management with Memory tools for persistent insights.
handoff
Create a handoff document for seamless session continuity.
create-issue
Open a GitHub issue on the Ion engine repo for a bug or feature request derived from the current conversation, with consumer project details scrubbed.
atlas
Cross-project atlas with an adaptive render — ≤4 projects in scope get detail cards, more get one aligned digest line each, grouped by domain. Facets projects · sessions · memory · plans · specs · plugins · claude.md; a bare run renders all of them except plugins (opt-in, machine-global). --dir NAME|PATH anchors the…
status
A project-status command that checks a code repository and its supporting project notes. The supplied description is in Chinese and lists checks for Git, a memory bank, dependencies, environment settings, components, and conflicts.
octo-sentinel
GitHub-aware work monitor - triages issues, PRs, and CI failures.