Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By OctagonAI
Octagon helps investment professionals make better decisions by generating cited AI research on prediction markets and public equities, including SEC filings, earnings transcripts, and stock data.
npx claudepluginhub octagonai/octagon-claude-plugin --plugin octagon-claude-pluginRetrieve analyst financial estimates including Revenue and EPS projections with low/high ranges and analyst coverage. Use when analyzing forward expectations, consensus estimates, valuation inputs, or comparing projections to historical performance.
Retrieve year-over-year growth in balance sheet items including Total Assets, Total Liabilities, Shareholders Equity, Cash, and Inventories. Use when analyzing company financial position trends, capital structure changes, or liquidity management.
Retrieve detailed balance sheet statement data including Total Assets, Current Assets, Non-Current Assets, Liabilities, Equity, and Net Debt for public companies. Use when analyzing financial position, capital structure, or leverage metrics.
Retrieve market capitalization data for multiple companies at once using the Octagon Claude plugin. Use when comparing valuations across peers, screening by market cap, or analyzing a portfolio's composition by company size.
Retrieve year-over-year growth in cash flow metrics including Operating Cash Flow, Free Cash Flow, and Net Cash Flow. Use when analyzing company cash generation trends, capital allocation efficiency, or liquidity trajectory.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
v9.42.3 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
Skills-first Claude Code plugin for Octagon market intelligence, prediction market research, and financial analysis workflows.
The Octagon Claude plugin is a skills-first Claude Code plugin for financial research and prediction market workflows. It packages:
This repository is structured as a single-plugin Claude Code marketplace, so it can be used for both local development and marketplace installation.
Core plugin components:
.claude-plugin/plugin.json.claude-plugin/marketplace.json.claude-plugin/mcp.jsonagents/octagon-mcp-specialist.mdoctagon-api-smoke-testBundled MCP tools exposed through the runtime:
octagon-agentoctagon-deep-research-agentoctagon-prediction-markets-agentprediction_markets_historyAdd this repository as a Claude Code marketplace:
claude plugin marketplace add OctagonAI/octagon-claude-plugin
Then install the plugin:
claude plugin install octagon-claude-plugin@octagon-claude-plugins
For local testing or development:
npm install
npm run build
claude plugin marketplace add "/absolute/path/to/octagon-claude-plugin"
claude plugin install octagon-claude-plugin@octagon-claude-plugins
The plugin prompts for:
api_key: required, stored as a sensitive plugin optionapi_base_url: optional, defaults to https://api.octagonagents.com/v1For a local API or staging environment, override api_base_url in the plugin configuration UI.
The plugin is skills-first:
OctagonAI/skillsThis keeps Claude interactions analyst-oriented while still using typed MCP tools under the hood.
Although this repo is plugin-first, the bundled runtime can still be invoked like a standalone MCP server.
Direct execution:
env OCTAGON_API_KEY=your_octagon_api_key node ./dist/index.js
Global package execution:
npm install -g octagon-claude-plugin
env OCTAGON_API_KEY=your_octagon_api_key npx octagon-claude-plugin
Use this mode only when you specifically want the standalone runtime. For Claude Code, prefer plugin installation.
MIT