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/felipefontoura/bento/statusnpx skills add felipefontoura/bento --skill statusgit clone --depth 1 https://github.com/felipefontoura/bentoWrote 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/felipefontoura/bento/status)<a href="https://agentmods.dev/skills/felipefontoura/bento/status"><img src="https://agentmods.dev/badge/skills/felipefontoura/bento/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.1 | $0.00087 | $0.00646 |
| Opus 5 | $0.00044 | $0.00323 |
| Sonnet 5 | $0.00017 | $0.00129 |
| Haiku 4.5 | $0.00009 | $0.00065 |
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 6d 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.
ssh "$user@$host" "curl -sI --max-time 15 https://<app>.<base_domain>/ | head -1" What it actually says
This skill is READ-ONLY — it never mutates the host. Run it freely without a confirmation prompt. All output stays in English.
When to invoke
- "is my VPS healthy?"
- "what's running on my bento server?"
- "check
<host>" - "are my apps up?"
Inputs
- VPS host (ask if missing), SSH user (default
root).
Checks (all read-only)
-
SSH + host basics:
ssh "$user@$host" "uptime; echo '---'; free -m | awk 'NR<=2'; echo '---'; df -h / | tail -1"Flag if disk free < 2 GB or memory is exhausted.
-
Confirm bento is installed and read its view of the world:
ssh "$user@$host" "jq -r '.bootstrap.base_domain, (.stacks | keys[])' ~/.config/bento/state.json" -
Swarm services for every managed stack:
ssh "$user@$host" "docker service ls --filter label=BENTO_MANAGED=true --format '{{.Name}}\t{{.Replicas}}\t{{.Image}}'"A service showing
0/1(or anyn/mwith n<m) is unhealthy — call it out. -
HTTPS reachability per app — read each manifest's
post_deploy_url, then:ssh "$user@$host" "curl -sI --max-time 15 https://<app>.<base_domain>/ | head -1"(Run from the VPS so it works even if SSH is the only thing exposed to you.)
-
Recent service failures, if anything looked off:
ssh "$user@$host" "docker service ps --filter 'desired-state=running' --format '{{.Name}}\t{{.CurrentState}}\t{{.Error}}' \$(docker service ls --filter label=BENTO_MANAGED=true -q) | grep -iE 'reject|fail|error' || echo 'no recent task errors'"
Report back
A compact table: per stack → replicas (✓/✗), HTTPS status, image tag. Then a
one-line host summary (uptime, mem, disk). End with a verdict — "all green" or a
short list of what needs attention — and, when a stack is wedged, suggest the
next step (Portainer logs link, /bento:update, or /bento:deploy to
re-create it).
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.
- 6d ago First seen · 57 lines · 87 tokens per session scan A 24a5097892f5
status is a skill published in the GitHub repository felipefontoura/bento (20 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 646 once invoked, about $0.0004 per session on Opus 5. 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 skills, from other repositories
cloudflare-skill
Work with Cloudflare via the official cf CLI — check auth identity, list zones, list/create/delete DNS records, query the GraphQL Analytics API (zone traffic, Web Analytics/RUM), and run any other cf command. Output is parsed JSON.
gcloud-skill
Work with Google Cloud via the official gcloud CLI — check auth/config, list and switch projects, manage Compute Engine instances, deploy and inspect Cloud Run services, work with Cloud Storage, and run any other gcloud command. Output is parsed JSON.
vercel-skill
Deploy sites and apps to Vercel, inspect deployments, stream logs, and manage projects/env/domains via the Vercel CLI. Deploy a directory and get back the live deployment URL; everything else the CLI supports is available through the custom command passthrough.
nvcf-self-managed-prerequisite
Install the prerequisites the NVCA operator / compute plane needs before nvcf-nvca-install can succeed: the operator tool nvcf-cli (required by the compute-plane stack's register-cluster step), KAI Scheduler (for the KAIScheduler feature gate), and the SMB CSI driver (for the sharedStorage Samba sidecar PVCs). The two…
portal-relay
Set up and run a public Portal relay on any Linux host with a public IP — Docker Compose deployment, embedded authoritative DNS with one-time NS delegation, optional TCP/UDP lease ports for game hosting, and registration in the public relay pool. Use when the user asks to run their own relay, contribute a relay to the…
analyze-cloud-costs
Analyze Langfuse Cloud infrastructure cost structure using Metabase cost marts. Use when asked about cloud spend, AWS versus ClickHouse cost splits, cost drivers by provider/service/usage type/account, daily cost per tracing event, infra cost dashboards, or cost regressions visible in Metabase.