status

status is a command for Claude Code from Pattyboi101/indiestack. It costs 0 tokens per session (413 once invoked), scanned A, original, MIT.

A command that checks whether the IndieStack application is running correctly, including its Fly machine, production health endpoint, main pages, recent deployments, Git changes, and package version.

In plain words
What is it for?
Use it after a deployment or when diagnosing a problem with IndieStack. It checks page response codes, deployment history, source-control status, and the local version against PyPI, the Python package index.
Why use it?
It gathers several operational checks in one compact dashboard, so you can spot outages, failed pages, uncommitted code, or version mismatches without running each check yourself.

Command for Claude Code

Part of the indiestack plugin — 4 skills, 6 commands, 1 hook, 1 MCP server shipped together

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.

agentmods
npx agentmods add commands/pattyboi101/indiestack/status
Clone the repo
git clone --depth 1 https://github.com/Pattyboi101/indiestack

Made for: Claude Code.

Or install indiestack, the plugin that ships this one along with the rest of its 4 skills, 6 commands, 1 hook, 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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/pattyboi101/indiestack/status.svg)](https://agentmods.dev/commands/pattyboi101/indiestack/status)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 413 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00000 $0.00413
Opus 5 $0.00000 $0.00206
Sonnet 5 $0.00000 $0.00083
Haiku 4.5 $0.00000 $0.00041

Measured 4d ago against content hash 655dc8cb00b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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
.claude/commands/status.md · 61 lines

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.

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. 4d ago First seen · 61 lines · 0 tokens per session scan A 655dc8cb00b6

Subscribe to this mod's changes

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.