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/eddiebelaval/squire/deploy-watchgit clone --depth 1 https://github.com/eddiebelaval/squireWrote 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/eddiebelaval/squire/deploy-watch)<a href="https://agentmods.dev/commands/eddiebelaval/squire/deploy-watch"><img src="https://agentmods.dev/badge/commands/eddiebelaval/squire/deploy-watch.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.00000 | $0.00569 |
| Opus 5 | $0.00000 | $0.00284 |
| Sonnet 5 | $0.00000 | $0.00114 |
| Haiku 4.5 | $0.00000 | $0.00057 |
Grade A, and why
deploy-watch scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
1. `curl -s -o /dev/null -w "%{http_code}" https://{production-url}` to verify HTTP 200 How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/deploy-watch - Monitor Vercel Deployment Status
Watch a Vercel deployment until it's live, errored, or timed out. Designed to be used with /loop for hands-free monitoring.
Pre-computed Context
PROJECT_NAME=$(basename $(pwd))
HAS_VERCEL=$(test -f .vercel/project.json && echo "yes" || echo "no")
CURRENT_BRANCH=$(git branch --show-current)
Project: $PROJECT_NAME Branch: $CURRENT_BRANCH
Usage
/deploy-watch # Check latest deployment status (one-shot)
/loop 30s /deploy-watch # Poll every 30s until live
Arguments
$ARGUMENTS
Workflow
Step 1: Get Latest Deployment
Run: vercel ls --limit 3 2>/dev/null
Parse the output to identify:
- Deployment URL
- State (BUILDING / READY / ERROR / QUEUED / CANCELED)
- Age (how long ago it started)
Step 2: Report Status
Output a single concise line based on state:
- QUEUED/BUILDING:
[BUILDING] project-abc123.vercel.app — started Xs ago - READY:
[LIVE] project-abc123.vercel.app — deployed in Xs - ERROR:
[FAILED] project-abc123.vercel.app — check vercel logs - CANCELED:
[CANCELED] deployment was canceled
Step 3: Health Check (READY only)
When deployment is READY:
curl -s -o /dev/null -w "%{http_code}" https://{production-url}to verify HTTP 200- If 200: report
[LIVE] {url} — verified healthy - If not 200: report
[LIVE BUT UNHEALTHY] {url} — HTTP {code}
Step 4: Terminal Condition
If state is READY, ERROR, or CANCELED — this is a terminal state. Say so clearly so /loop users know they can stop:
Deploy complete. You can stop watching: Ctrl+C or /loop stop
Error Handling
- If
vercelCLI not found: report and suggestnpm i -g vercel - If no deployments found: report "no active deployments"
- If
.vercel/project.jsonmissing: warn but try anyway (might be auto-linked)
Notes
- Keep output SHORT. This runs every 30s in a loop — no walls of text.
- One status line + one action line max.
- Do NOT re-read files or explore the codebase. Just run vercel + curl.
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 · 73 lines · 0 tokens per session scan A f2d18ca488d3
deploy-watch is a command published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 18d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 569 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
paul:help
Show available PAUL commands and usage guide.
expect
Diff-aware AI browser testing — reads the git diff, maps changes to affected pages via the route map, generates a targeted test plan, and executes it via agent-browser (Rust daemon + CDP, ARIA-tree-first) with pass/fail reporting. Use when testing UI changes, verifying PRs before merge, or running regression checks on…
kill-mutants
Analyze surviving mutants from a mutation testing run and write targeted unit tests to kill them. Re-runs mutations to confirm kills.
van
Command "van" from vanzan01/claude-code-sub-agent-collective, covering /van - collective routing engine, 🎯 purpose - smart routing, 🚐 routing flow, 🚀 dual-mode routing protocol and 🧠 immediate agent routing.
doncheli-status
Show current project status — phase, progress, coverage, gates.
sugar-task
Create a comprehensive Sugar task with rich context and metadata.