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/wasintoh/toh-framework/toh-helpgit clone --depth 1 https://github.com/wasintoh/toh-frameworkWrote 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/wasintoh/toh-framework/toh-help)<a href="https://agentmods.dev/commands/wasintoh/toh-framework/toh-help"><img src="https://agentmods.dev/badge/commands/wasintoh/toh-framework/toh-help.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.00010 | $0.02007 |
| Opus 5 | $0.00005 | $0.01004 |
| Sonnet 5 | $0.00002 | $0.00401 |
| Haiku 4.5 | $0.00001 | $0.00201 |
Grade A, and why
toh-help 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 — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Toh Framework - Help
When user calls /toh-help, display the following:
<help_response>
🎯 Toh Framework v2.2.0
"Type anything, AI does it for you" - AI-Orchestration Driven Development
✨ Smart Single Command
/toh [type anything]
No need to memorize commands - AI analyzes → picks Agent → executes!
Examples:
/toh scroll overflow → Fix Agent
/toh make it prettier → Design Agent
/toh add login page → UI + Dev Agent
/toh connect Supabase → Connect Agent
/toh create coffee shop chatbot → Plan → Vibe Agent
🚀 Quick Commands (Power User)
| Command | Shortcut | Description |
|---|---|---|
/toh |
- | 🧠 Smart Command - Type anything, AI picks the right Agent |
/toh-plan |
/toh-p |
📋 Plan - เขียน .toh/plan.md อนุมัติครั้งเดียว สร้างจนจบเอง |
/toh-vibe |
/toh-v |
🎨 Create Project - UI + Logic + Mock Data in one command |
/toh-ui |
/toh-u |
🖼️ Create UI - Pages, Components, Layouts |
/toh-dev |
/toh-d |
⚙️ Add Logic - TypeScript, Zustand, Forms |
/toh-design |
/toh-ds |
✨ Polish Design - Make it beautiful, not AI-looking |
/toh-test |
/toh-t |
🧪 Test - Auto test & fix |
/toh-connect |
/toh-c |
🔌 Connect Backend - Supabase, Auth, RLS |
/toh-line |
/toh-l |
💚 LINE MINI App (convert) |
/toh-mobile |
/toh-m |
📱 Mobile App - PWA / Capacitor |
/toh-fix |
/toh-f |
🔧 Fix Bug - Evidence-first debug: prove the root cause before touching code |
/toh-ship |
/toh-s |
🚀 Deploy - Vercel, Production ready |
/toh-protect |
/toh-pt |
🔐 Security Audit - Full security check |
/toh-help |
/toh-h |
📖 Help - Show every command, agent, and skill |
💡 Usage Examples
Easiest - use /toh:
/toh create expense tracker
/toh add expense chart
/toh bug - button not working
/toh connect database
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 Changed 3fccfee1cab3
- 4d ago First seen · 185 lines · 10 tokens per session scan A 77454afa4521
toh-help is a command published in the GitHub repository wasintoh/toh-framework (95 stars, last pushed yesterday), licensed MIT. It adds 10 tokens to every session and 2,007 once invoked, about $0.0001 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
brainstorm
Command dispatcher for brainstorm.
start
Operate in Agentic Loop mode: create or refine the durable task record, route maintainer, engineer, and auditor roles, verify evidence, certify the finished work unit, and close out according to the project backend.
plan
Command dispatcher for plan.
planflow
Draft a plan and get it approved as an editable flowchart in the browser before executing.
hello
Trivial hello command from example. Used to verify plugin installation works end-to-end.
flow-nexus-neural
Train and deploy neural networks in distributed sandboxes.