td-first-wow

td-first-wow is a command for Claude Code from dreamrec/TDPilot. It costs 16 tokens per session (593 once invoked), scanned A, original, MIT.

A command for creating and verifying a first moving visual in TouchDesigner. It builds a connected image-processing network with a source, controlled feedback, color, motion, and a named output.

In plain words
What is it for?
Use it to create a compact animated feedback effect, inspect the project connection when setup fails, and finish with a screenshot of the verified output.
Why use it?
It gives a new project a working visual while checking that the result is visible, changes over time, and does not produce an unbounded feedback loop.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tdpilot plugin — 8 skills, 6 commands, 4 agents, 4 hooks, 1 MCP server shipped together

Good fit Use it to create a compact animated feedback effect, inspect the project connection when setup fails, and finish with a screenshot of the verified output.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/dreamrec/tdpilot/td-first-wow
Install

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.

Clone the repo
git clone --depth 1 https://github.com/dreamrec/TDPilot

Made for: Claude Code.

Or install tdpilot, the plugin that ships this one along with the rest of its 8 skills, 6 commands, 4 agents, 4 hooks, 1 MCP server.

Wrote 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.

agentmods badge for td-first-wow

README.md
[![agentmods](https://agentmods.dev/badge/commands/dreamrec/tdpilot/td-first-wow.svg)](https://agentmods.dev/commands/dreamrec/tdpilot/td-first-wow)
Your own site
<a href="https://agentmods.dev/commands/dreamrec/tdpilot/td-first-wow"><img src="https://agentmods.dev/badge/commands/dreamrec/tdpilot/td-first-wow.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00593
Opus 5 $0.00008 $0.00296
Sonnet 5 $0.00003 $0.00119
Haiku 4.5 $0.00002 $0.00059

Measured 7d ago against content hash db59bd5522ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

td-first-wow 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 7d 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.

commands/td-first-wow.md · 45 lines

What it actually says

Build one polished, moving feedback visual in the user's TouchDesigner project, transactionally and end to end. Finish with one low-quality screenshot of the verified stable TOP. Do not use a legacy macro template.

  1. Connect and locate. Call td_get_info and td_get_focus. On connection or authentication failure, run td_sync_diagnose, report the concrete fix, and stop. Use the focused project root when clear; otherwise use /project1.
  2. Define the complete intent. The result must have a visible seeded TOP source, bounded recursive feedback/decay, deliberate color, continuous non-strobing motion, a stable named TOP output, and validation for nonblack content plus temporal change. Keep it compact and tasteful.
  3. Ground the concept. Call td_brain_ground directly with the complete intent, target root, desired output, include_memory=true, and trace_level="summary". Read the grounding_id, candidate cards, availability, parameter semantics, recalled evidence, and current authoring contract.
  4. Author and review. Draft the smallest graph that covers every required facet. Use a real source feeding the feedback/composite chain; do not create an unseeded loop. Represent motion with a grounded, registry-valid technique, not decorative explanation. Call td_brain_propose with the same grounding_id, draft_schema_version="2", and detail_level="summary". Fix proposal rejections or essential stripped parameters and re-propose.
  5. Execute transactionally. Require server-recomputed complete intent coverage and no unresolved semantic edges. Execute the accepted plan_id with rollback on failure. Never accept a partial or legacy macro as the finished visual.
  6. Prove the result. Check the transaction/rollback result, final errors, stable output path, and cook health. Analyze the TOP for nonblack/nonuniform content and use metadata-only temporal analysis to prove motion. If a known assertion fails, make at most one bounded repair and revalidate; otherwise roll back and report the blocker.
  7. Show it. Take one screenshot of the stable output at low quality (quality=0.25) and include it in the response. Name the created scope, explain the signal loop in one short paragraph, give two safe parameters to explore, and state the rollback result.

Never claim success from zero TD errors, a black frame, or a static image. Natural next steps are /td-audio-reactive and /td-explain-patch.

Changes

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.

  1. 7d ago First seen · 45 lines · 16 tokens per session scan A db59bd5522ed

Subscribe to this mod's changes

td-first-wow is a command published in the GitHub repository dreamrec/TDPilot (11 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 593 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-31.