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 11 categories of environment diagnostics for Claude Octopus — checks providers, auth, config, hooks, and scheduler to find misconfigurations before they cause workflow failures.
Exercises MCP HTTP server tools/resources/prompts via real JSON-RPC calls. Starts the server, catalogs endpoints, runs adversarial inputs, and produces a report with findings. Use after adding or modifying MCP definitions.
Guides users through iFixAi's operational-misalignment diagnostic for their own agent: discover setup, build test fixtures, then run inspections against any model (Anthropic, OpenAI, Gemini, Azure, Bedrock) with configurable judges.