Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
octagon-claude-plugin logo

octagon-claude-plugin

octagon-claude-plugins

financeClaude Codeby OctagonAI

Summary

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.

Install to Claude Code

/plugin install octagon-claude-plugin@octagon-claude-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add OctagonAI/octagon-claude-plugin if you haven't already.

README.md

Octagon Claude Plugin

The Octagon Claude plugin is a skills-first Claude Code plugin for financial research and prediction market workflows. It packages:

  • the full Octagon GitHub skills catalog, plus plugin-specific smoke-test coverage
  • a routing agent for broad analyst workflows
  • a bundled Octagon MCP runtime for tool execution

This repository is structured as a single-plugin Claude Code marketplace, so it can be used for both local development and marketplace installation.

What It Includes

Core plugin components:

  • plugin manifest: .claude-plugin/plugin.json
  • marketplace manifest: .claude-plugin/marketplace.json
  • bundled MCP config: .claude-plugin/mcp.json
  • routing agent: agents/octagon-mcp-specialist.md
  • skills: 67 total
  • company and financial analysis skills
  • earnings and transcript analysis skills
  • SEC filing analysis skills
  • market data, valuation, and market-cap skills
  • ESG, sector, industry, commodities, and forex skills
  • plugin validation via octagon-api-smoke-test

Bundled MCP tools exposed through the runtime:

  • octagon-agent
  • octagon-deep-research-agent
  • octagon-prediction-markets-agent
  • prediction_markets_history

Installation

Install from a marketplace source

Add 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

Install from a local checkout

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

Configuration

The plugin prompts for:

  • api_key: required, stored as a sensitive plugin option
  • api_base_url: optional, defaults to https://api.octagonagents.com/v1

For a local API or staging environment, override api_base_url in the plugin configuration UI.

How It Works

The plugin is skills-first:

  • users invoke focused financial workflows through Claude skills
  • the plugin ships the full upstream Octagon skills catalog from OctagonAI/skills
  • the routing agent can choose the right skill or bundled runtime path
  • the bundled MCP runtime executes Octagon tool calls behind the scenes

This keeps Claude interactions analyst-oriented while still using typed MCP tools under the hood.

Standalone Runtime Usage

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.

Documentation

License

MIT

Related plugins

Browse all →