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/littlebearapps/untether/step-researchgit clone --depth 1 https://github.com/littlebearapps/untetherWhat 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.01654 |
| Opus 5 | $0.00000 | $0.00827 |
| Sonnet 5 | $0.00000 | $0.00331 |
| Haiku 4.5 | $0.00000 | $0.00165 |
Grade A, and why
step-research 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 — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Step 3 — Research
Always research before proposing a fix. The Untether bug you're chasing is often a known upstream engine quirk, a previously-fixed regression, or a documented config gotcha.
3a. Untether docs
| Path | What it covers |
|---|---|
docs/reference/runners/claude/runner.md |
Claude Code runner spec — CLI invocation, control channel, permission modes |
docs/reference/runners/claude/stream-json-cheatsheet.md |
Claude JSONL event shapes |
docs/reference/runners/claude/untether-events.md |
Claude → Untether event translation rules |
docs/reference/runners/codex/*.md |
Codex runner spec + JSONL + translation |
docs/reference/runners/opencode/*.md |
OpenCode runner spec + JSONL + translation |
docs/reference/runners/pi/*.md |
Pi runner spec + JSONL + translation |
docs/reference/runners/gemini/*.md |
Gemini runner spec + JSONL + translation |
docs/reference/runners/amp/*.md |
AMP runner spec + JSONL + translation |
docs/reference/transports/telegram.md |
Telegram transport — Bot API client, outbox, voice, forum topics |
docs/reference/modes.md |
Workflow modes (assistant / workspace / handoff) |
docs/reference/dev-instance.md |
Dev vs staging service quickref + staging workflow |
docs/reference/integration-testing.md |
Per-tier integration test playbook |
.claude/rules/*.md |
Project rule files (auto-load on edits to matching paths) |
.claude/skills/*/SKILL.md |
Project skills — telegram-bot-api, jsonl-subprocess-runner, claude-stream-json, codex-opencode-pi, untether-architecture, release-coordination |
Read the relevant file before proposing any change. Untether docs are deliberately concrete — they contain code paths, event names, config keys.
3b. Closed Untether issues (regression detection)
SINCE=$(date -u -d '90 days ago' +%Y-%m-%d)
gh issue list --repo littlebearapps/untether \
--search "closed:>=${SINCE}" --state closed \
--json number,title,closedAt,labels,milestone \
--limit 100
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 · 138 lines · 0 tokens per session scan A a2a447193549
step-research is a command published in the GitHub repository littlebearapps/untether (66 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,654 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-08-30.
Other commands, from other repositories
psm
/oh-my-claudecode:psm is a compatibility alias for /oh-my-claudecode:project-session-manager.
release
Ship a stable cmux release built by CI: bump version, update changelog, open a PR, merge, tag, then GitHub Actions builds, signs, and publishes.
release
This compatibility command keeps /oh-my-claudecode:release available without loading the full release skill description in every Claude Code session.
self-improve
This compatibility command keeps /oh-my-claudecode:self-improve available without loading the full self-improve skill description in every Claude Code session.
research
Research a technical or product question.
wtfp:discuss-section
Capture the researcher's intended purpose, essential content, voice, and boundaries before planning.