TR

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.zip

Installs 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.
78 chars · catalog description✓ has a “when” trigger
Intermediate

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

You give it
User request for fast operational triage for the live trading bot
You get back
Current state, top risks, and concrete next commands for the trading bot

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

  1. Run python scripts/ops_shift_check.py --phase auto for a one-command shift summary.
  2. Run scripts/ops_runtime_check.sh for full MCP catalog + diagnostics.
  3. 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}'
  4. 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 '{}'
  5. 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 '{}'
  6. 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.

SkillInstallsUpdatedSafetyDifficulty
trading-ops-runbook (this skill)04moNo flagsIntermediate
klingai-cost-controls127dReviewBeginner
model-usage52moReviewBeginner
monitoring-whale-activity327dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry