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 tools, resources, and prompts against a live HTTP server via JSON-RPC over curl. Starts server, runs real and adversarial inputs, produces a report with findings and follow-ups. Use after modifying definitions or to verify surface.
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.