Octagon API Smoke Test
Use this skill to confirm that the Claude plugin and Octagon MCP are configured correctly.
Smoke test sequence
- Run a simple
octagon-agentrequest - Run a simple
octagon-deep-research-agentrequest - If a Kalshi URL is available, run
octagon-prediction-markets-agent - If an event ticker is available, run
prediction_markets_history
MCP calls
General agent:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Give me a one-sentence summary of Apple's latest quarter."
}
}
Deep research:
{
"server": "octagon-mcp",
"toolName": "octagon-deep-research-agent",
"arguments": {
"prompt": "Research the current AI infrastructure spending cycle in one short paragraph."
}
}
Failure triage
- Missing auth or invalid key: check plugin
api_key - Unexpected environment or staging issue: check
api_base_url - Prediction market failures mentioning Kalshi URL: supply a valid Kalshi market URL
- Credit or entitlement failures: report the exact error and stop
Success criteria
- At least one Octagon tool returns usable text
- Tool failures, if any, are classified clearly as config, entitlement, input, or service issues