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/pattyboi101/indiestack/statusgit clone --depth 1 https://github.com/Pattyboi101/indiestackWrote 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/pattyboi101/indiestack/status)<a href="https://agentmods.dev/commands/pattyboi101/indiestack/status"><img src="https://agentmods.dev/badge/commands/pattyboi101/indiestack/status.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.00413 |
| Opus 5 | $0.00000 | $0.00206 |
| Sonnet 5 | $0.00000 | $0.00083 |
| Haiku 4.5 | $0.00000 | $0.00041 |
Grade A, and why
status 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.
curl -s -o /dev/null -w "%{http_code} (%{time_total}s)" https://indiestack.fly.dev/health What it actually says
IndieStack Status Dashboard
Working directory: ~/indiestack
Run all checks in parallel where possible, then present as a compact dashboard.
Checks
1. Fly machine status
cd ~/indiestack && ~/.fly/bin/flyctl status 2>&1 | head -15
2. Production health
curl -s -o /dev/null -w "%{http_code} (%{time_total}s)" https://indiestack.fly.dev/health
3. Key pages (expect 200)
for path in / /explore /gaps /submit; do
echo "$path $(curl -sL -o /dev/null -w '%{http_code}' https://indiestack.fly.dev$path)"
done
4. Recent deploys
cd ~/indiestack && ~/.fly/bin/flyctl releases -n 3
5. Git status
cd ~/indiestack && git status --short && echo "---" && git log --oneline -5
6. PyPI vs local version
cd ~/indiestack && echo "Local: $(grep 'version = ' pyproject.toml)" && echo "PyPI: $(pip3 index versions indiestack 2>/dev/null || echo 'unknown')"
Output format
INDIESTACK STATUS
─────────────────
Health: [200 OK / DOWN] (response time)
Machine: [running / stopped] (region)
Pages: / ✓ /explore ✓ /gaps ✓ /submit ✓
Git: [X uncommitted] last: "commit msg"
MCP: local vX.Y.Z / PyPI vA.B.C
Deploys: (last 3 releases)
Flag anything non-200 or unexpected prominently.
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 · 61 lines · 0 tokens per session scan A 655dc8cb00b6
status is a command published in the GitHub repository Pattyboi101/indiestack (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 413 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-31.
Other commands, from other repositories
deploy
Build, test, deploy with staged rollout.
deploy
Deploy a frontend (React, Next.js, or static HTML) to a live URL on Butterbase.
cf-scaffold-project
Scaffold a Cloudflare project — Worker, Pages, or Worker+D1+R2 starter — with Wrangler config, Terraform skeleton, and GitHub Actions deploy using scoped API tokens.
scan
Scan AWS account for cost optimization.
finops-feedback
Step 5 (Feedback Loop & Celebration) — measure realized against projected savings, compute a labelled Cloud Entropy proxy, close the opportunity, and emit at least one new idea or policy update so the loop actually closes. Applies the double-loop gate. Mutates on the closure path.
run-panguweather
Guide the user through running PanguWeather end-to-end on an AMD cluster.