From octagon-market-intelligence
Validates Octagon plugin configuration and runs smoke tests across Octagon MCP workflows (agent, deep research, prediction markets). Use to debug auth, check tool availability, and classify failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/octagon-market-intelligence:octagon-api-smoke-testThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to confirm that the Claude plugin and Octagon MCP are configured correctly.
Use this skill to confirm that the Claude plugin and Octagon MCP are configured correctly.
octagon-agent requestoctagon-deep-research-agent requestoctagon-prediction-markets-agentprediction_markets_historyGeneral 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."
}
}
api_keyapi_base_urlnpx claudepluginhub octagonai/octagon-mcp-server --plugin octagon-market-intelligenceRuns environment diagnostics across 11 categories to detect misconfigured providers, auth issues, stale state, and broken hooks. Useful before demos or after plugin updates.
Tests and evaluates MCP server tools in Claude Code sessions. Use for auditing MCP configurations, validating tool quality, generating test cases, and analyzing tool redundancy.
Exercises MCP tools, resources, and prompts against a live HTTP server via curl and JSON-RPC. Starts the server, runs real and adversarial inputs, and produces a report with findings.