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 skills/blueberrycongee/termcanvas/using-termcanvasnpx skills add blueberrycongee/termcanvas --skill using-termcanvasgit clone --depth 1 https://github.com/blueberrycongee/termcanvasWrote 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/skills/blueberrycongee/termcanvas/using-termcanvas)<a href="https://agentmods.dev/skills/blueberrycongee/termcanvas/using-termcanvas"><img src="https://agentmods.dev/badge/skills/blueberrycongee/termcanvas/using-termcanvas.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.00029 | $0.00751 |
| Opus 5 | $0.00015 | $0.00376 |
| Sonnet 5 | $0.00006 | $0.00150 |
| Haiku 4.5 | $0.00003 | $0.00075 |
Grade A, and why
using-termcanvas 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Using TermCanvas
Route first. Choose the lightest path that preserves correctness.
Routing
- If the user wants to challenge, stress-test, or critically review an idea, argument, or proposal, use
challenge. - If the user asks to investigate a bug, debug, or diagnose an issue, use
investigate. - If the user asks for a security review or audit, use
security-audit. - If the user asks for a code review or diff review, use
code-review. - If the user asks to test a site, QA a page, or verify a deploy, use
qa. - If the task is simple, local, high-certainty, or faster in the current agent, do it directly. Do not invoke Hydra by default.
- If the task needs an isolated worktree, file evidence, retry/status control,
or a staged workflow, use
hydra. - Before using Hydra in a repo, ensure the project has current Hydra
instructions via
hydra init-repoor the TermCanvas Hydra enable action.
Hydra workflow patterns
Lead-driven, decision-point oriented. The Lead reads the codebase, picks
the strategy, and dispatches workers for the steps that need a fresh
agent process. Roles available: lead (the decider — not itself dispatched),
dev (writes code AND its tests), reviewer (independent cross-model
check). No separate researcher — the Lead does its own research. No
separate tester — dev owns its own test surface.
hydra init --intent "..." --repo .then dispatchdev->reviewerfor ambiguous, risky, or PRD-driven work- call
hydra watchafter each dispatch to wait for the decision point
- call
hydra spawn --task "..." --repo .for a single isolated worker- use when the task split is already known and you do not need the full Lead-driven loop
Hydra worker primitive
hydra spawn --task "..." --repo .- one direct isolated worker terminal
- use when the task split is already known and you do not need a full workflow
Guardrails
- Do not describe Hydra workflows as automatic parallelism unless multiple spawned workers are actually involved.
- When launching Claude/Codex tasks via TermCanvas CLI, use
termcanvas terminal create --prompt "..."rather thantermcanvas terminal input. - After
hydra dispatch, immediately starthydra watch— do not ask whether to watch. - Use
hydra watch/hydra status/hydra ledger/hydra list --workflowsfor workflows created byhydra init. - Use
hydra listandhydra cleanup <agentId>for direct workers created byhydra spawn. - Prefer structured Hydra state and files over terminal prose.
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.
- 3d ago First seen · 67 lines · 29 tokens per session scan A e6db081db7e6
using-termcanvas is a skill published in the GitHub repository blueberrycongee/termcanvas (392 stars, last pushed 3mo ago), licensed MIT. It adds 29 tokens to every session and 751 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 skills, from other repositories
fix-issues
Auto-fix GitHub issues labeled as bugs: fetch open bug issues, analyze feasibility, fix code, and submit PRs. One issue per invocation. Use when: (1) User says "/fix-issues", (2) User asks to fix GitHub issues.
fix-sentry
Auto-fix high-frequency Sentry issues: fetch issues > N occurrences, analyze stack traces, fix code, create GitHub issues, and submit PRs. Supports user feedback issues (event.type "default") with attachment analysis (logs, screenshots) when includefeedback=true. Use when: (1) User says "/fix-sentry", (2) User asks to…
pr-automation
PR Automation Orchestrator: poll open PRs, check CI, run review, fix, and merge eligible PRs. Use when: (1) Invoked by daemon via scripts/pr-automation.sh, (2) User says "/pr-automation".
pr-verify
PR Verification & Merge: verify bot:ready-to-merge PRs with impact analysis, test supplementation, and one-click merge. Use when: (1) User says "/pr-verify", (2) User wants to verify and merge ready PRs.
content-about-page
Build a long-form About page that converts visitors into subscribers and buyers - not a bio expanded into paragraphs, but a full DR asset that hooks with the reader's problem, tells a story-of-discovery, proves the path with results, and closes with an explicit next step. Outputs a structured content brief plus…
content-haro-reply
Write a HARO (Help A Reporter Out) or Qwoted/SourceBottle expert-source reply that gets quoted - not buried. Opens with a credentialed one-liner that answers "why this person, for this query," delivers the answer in 3-5 tight bullets with specifics and a contrarian take, and closes with a pull quote written to be…