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/gmickel/gno/rp-oracle-export-cligit clone --depth 1 https://github.com/gmickel/gnoWrote 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/gmickel/gno/rp-oracle-export-cli)<a href="https://agentmods.dev/commands/gmickel/gno/rp-oracle-export-cli"><img src="https://agentmods.dev/badge/commands/gmickel/gno/rp-oracle-export-cli.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.00008 | $0.00444 |
| Opus 5 | $0.00004 | $0.00222 |
| Sonnet 5 | $0.00002 | $0.00089 |
| Haiku 4.5 | $0.00001 | $0.00044 |
Grade A, and why
rp-oracle-export-cli 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 4d 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.
What it actually says
Oracle Export (CLI)
Task: $ARGUMENTS
Export a comprehensive prompt with full context for consultation with an external oracle.
How It Works
Describe the task or question you need the oracle to solve. The context_builder agent will:
- Analyze your request and explore the codebase
- Select the most relevant files within a token budget
- Write a detailed prompt explaining the task and context
You don't need to specify which files to include—just describe what you need help with.
Workflow
0. Workspace Verification (REQUIRED)
Before building context, confirm the target codebase is loaded:
# First, list available windows to find the right one
rp-cli -e 'windows'
# Then check roots in a specific window (REQUIRED - CLI cannot auto-bind)
rp-cli -w <window_id> -e 'tree --type roots'
Check the output:
- If your target root appears in a window → note the window ID and proceed
- If not → the codebase isn't loaded in any window
CLI Window Routing (CRITICAL):
- CLI invocations are stateless—you MUST pass
-w <window_id>to target the correct window - Use
rp-cli -e 'windows'to list all open windows and their workspaces - Always include
-w <window_id>in ALL subsequent commands
1. Build Context
rp-cli -w <window_id> -e 'builder "<the task/question above>" --response-type clarify'
Wait for context_builder to complete. It will explore the codebase and build optimal context.
2. Export Prompt
Confirm the export path with the user (default: ~/Downloads/oracle-prompt.md), then export:
rp-cli -w <window_id> -e 'prompt export "<confirmed path>"'
Report the export path and token count to the user.
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.
- 4d ago First seen · 66 lines · 8 tokens per session scan A 3d783c7c0a2d
rp-oracle-export-cli is a command published in the GitHub repository gmickel/gno (110 stars, last pushed today), licensed MIT. It adds 8 tokens to every session and 444 once invoked, about $0.0000 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.
Other commands, from other repositories
cleanup
Autonomous cleanup-loop iteration: discover ONE target → complete execution → verify → report. Runs stateless: derive from current tree; assume prior runs left it consistent.
ship-and-babysit
Commit, push to origin (fork), open PR to tinyhumansai/openhuman:main, then poll every 5min for CodeRabbit comments and CI failures, resolve them, and exit when clean.
spec
Manage specifications in our development process.
call-graph
Trace callers, callees, or paths using the call graph.
definition
Find where a symbol is defined in the codebase.
index
Visual overview of Beacon index — chunks, coverage, provider. Pass --files to list indexed files.