trading-ops-runbook
Provides quick diagnostic snapshots and health checks for trading bot operations.
Install
mkdir -p .claude/skills/trading-ops-runbook && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13032" && unzip -o skill.zip -d .claude/skills/trading-ops-runbook && rm skill.zipInstalls to .claude/skills/trading-ops-runbook
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when you need fast operational triage for the live trading bot.Key capabilities
- →Validate runtime health and service state of the trading bot
- →Summarize go/no-go status and execution KPIs
- →Inspect recent errors and provider degradation
- →Pull runtime summary data
- →Check broker state and positions
- →Produce a concise action plan
How it works
The skill executes a series of scripts to check the trading bot's health, KPIs, and error logs. It also inspects broker state and then summarizes findings into an action plan.
Inputs & outputs
When to use trading-ops-runbook
- →Check bot health
- →Review recent error logs
- →Inspect broker positions
About this skill
Trading Ops Runbook Skill
Use this skill when you need fast operational triage for the live trading bot.
Scope
- Validate runtime health and service state.
- Summarize go/no-go and execution KPIs.
- Inspect recent errors and provider degradation.
- Produce a concise action plan (immediate, next session, backlog).
Workflow
- Run
python scripts/ops_shift_check.py --phase autofor a one-command shift summary. - Run
scripts/ops_runtime_check.shfor full MCP catalog + diagnostics. - If health is degraded, run:
python tools/mcp_ops_server.py --call recent_errors --args '{"unit":"ai-trading","since":"45 min ago"}'python tools/mcp_observability_server.py --call journal_tail --args '{"unit":"ai-trading","since":"45 min ago","lines":250}'
- Pull runtime summary:
python tools/mcp_runtime_data_server.py --call runtime_gonogo_status --args '{}'python tools/mcp_observability_server.py --call runtime_kpi_snapshot --args '{}'
- If broker state is in question:
python tools/mcp_broker_server.py --call runtime_broker_snapshot --args '{}'python tools/mcp_broker_server.py --call alpaca_positions --args '{}'
- Respond with:
- current state
- top risks
- concrete next commands
Guardrails
- Do not place live orders from this skill.
- Keep restarts explicit and user-confirmed.
- Prefer read-only tools first; mutate ops state only when necessary.
When not to use it
- →When placing live orders from this skill
- →When explicit user confirmation for restarts is not available
- →When mutating ops state without necessity
Limitations
- →Does not place live orders
- →Requires explicit user confirmation for restarts
- →Prefers read-only tools first
How it compares
This workflow provides a structured, read-only operational triage for a live trading bot, focusing on diagnostics and action planning rather than direct intervention.
Compared to similar skills
trading-ops-runbook side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| trading-ops-runbook (this skill) | 0 | 4mo | No flags | Intermediate |
| klingai-cost-controls | 1 | 26d | Review | Beginner |
| model-usage | 5 | 2mo | Review | Beginner |
| monitoring-whale-activity | 3 | 26d | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
klingai-cost-controls
jeremylongshore
Implement cost controls and budget management for Kling AI. Use when managing spending limits, tracking costs, or preventing budget overruns. Trigger with phrases like 'klingai cost', 'kling ai budget', 'klingai spending', 'video generation costs'.
model-usage
openclaw
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
monitoring-whale-activity
jeremylongshore
Track large cryptocurrency transactions and whale wallet movements in real-time. Use when tracking large holder movements, exchange flows, or wallet activity. Trigger with phrases like "track whales", "monitor large transfers", "check whale activity", "exchange inflows", or "watch wallet".
add-vault-note
tradingstrategy-ai
Add a note to specific vault
training-check
GRIND-Lab-Core
Monitors running spatial experiments. Checks output files, log files, and process status. Categorizes results as OK, STALLED, FAILED, or COMPLETE. Fires alerts by appending to output/PROJ_NOTES.md. Run every 15 minutes during Stage 3 of research-pipeline.
life-insurance-quote
FDU-INS
性別・健康状態に応じた保険料を算出し、生命保険の正式見積もりを作成する。