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 skills add AlgoChains/algochains-mcp-server --skill bot-healthgit clone --depth 1 https://github.com/AlgoChains/algochains-mcp-serverWrote 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/algochains/algochains-mcp-server/bot-health)<a href="https://agentmods.dev/skills/algochains/algochains-mcp-server/bot-health"><img src="https://agentmods.dev/badge/skills/algochains/algochains-mcp-server/bot-health/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/algochains/algochains-mcp-server/bot-health"><img src="https://agentmods.dev/badge/skills/algochains/algochains-mcp-server/bot-health.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00451 |
| Opus 5 | $0.00000 | $0.00226 |
| Sonnet 5 | $0.00000 | $0.00090 |
| Haiku 4.5 | $0.00000 | $0.00045 |
Grade A, and why
bot-health 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 10d 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.
What it actually says
bot-health
Tier: 0 (safe, no live money)
Trigger: Morning routine, on-demand
MCP Tool: run_algoclaw_skill("bot-health")
What It Does
Checks all 4 live trading bots: process status, last signal time, WebSocket health, token validity, and log errors in the last hour.
Steps
- Call
get_live_bot_metrics()— returns P&L, uptime, last signal for all 4 bots - Check process PIDs via system status (look for FUTURES_SCALPER, CL_FUTURES, mes_swing, nq_swing)
- Scan bot logs for errors in last 60 minutes
- Check Tradovate token status via
check_tradovate_token() - Return structured health report with ✅/⚠️/🔴 status per bot
Output Format
{
"overall": "healthy|degraded|critical",
"bots": {
"MNQ": {"status": "running", "pid": 12332, "last_signal_ago_min": 3, "errors_1h": 0},
"CL": {"status": "running", "pid": 12598, "last_signal_ago_min": 1, "errors_1h": 0},
"MES": {"status": "running", "pid": 12333, "last_signal_ago_min": 25, "errors_1h": 0},
"NQ": {"status": "running", "pid": 12334, "last_signal_ago_min": 25, "errors_1h": 0}
},
"token": {"status": "valid", "expires_in_min": 187},
"alerts": []
}
Alerts
- ⚠️ Any bot PID missing → post to #incident-response Slack
- ⚠️ Last signal > 30 min ago during market hours → investigate signal blockers
- 🔴 Token expired → run Token Guardian immediately
- 🔴 Errors > 5 in last hour → escalate to owner
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.
- 10d ago First seen · 41 lines · 0 tokens per session scan A 7f0b0d075009
bot-health is a skill published in the GitHub repository AlgoChains/algochains-mcp-server (1 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 451 tokens. 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.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
furusato
A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.