Warning
This project is for educational and informational purposes only. Nothing here constitutes financial advice. Always do your own research and consult a qualified financial advisor before making investment decisions.
A collection of agent skills for financial analysis and trading.
See DEMOS.md for screenshots and examples.
This repo is a Claude Code plugin. Install it directly:
Option A — Plugin marketplace
Add the marketplace and install:
# Add the marketplace
/plugin marketplace add himself65/finance-skills
# Install the plugin
/plugin install finance-skills@finance-skillsOption B — Local plugin (for development)
claude --plugin-dir ./path/to/finance-skillsOnce installed, skills are namespaced under finance-skills: (e.g., /finance-skills:options-payoff).
Option A — npx skills add
npx skills add himself65/finance-skillsInstall a specific skill:
npx skills add himself65/finance-skills --skill options-payoffInstall globally (available across all projects):
npx skills add himself65/finance-skills --skill options-payoff -gOption B — Manual installation
Clone the repo and symlink (or copy) the skill into your Claude Code skills directory:
# Personal (all projects)
cp -r skills/options-payoff ~/.claude/skills/options-payoff
# Project-local (this project only)
cp -r skills/options-payoff .claude/skills/options-payoff- Go to Settings > Capabilities and enable Code execution and file creation
- Download the zip for the skill you want from the latest release (e.g.,
options-payoff.zip) - In Claude, go to Customize > Skills
- Click the + button and select Upload a skill
- Select the zip file — the skill will appear in your skills list
Repeat steps 2–5 for each skill you want to install.
The skills in this repo follow the Agent Skills open standard. You can install them to any supported agent (Codex, Gemini CLI, GitHub Copilot, etc.) using:
npx skills add himself65/finance-skills -a <agent-name>| Skill | Description | Platform |
|---|---|---|
| options-payoff | Generate interactive options payoff curve charts with dynamic parameter controls. Supports butterfly, vertical spread, calendar spread, iron condor, straddle, strangle, covered call, and more. | Claude.ai or generative-ui |
| stock-correlation | Analyze stock correlations to find related companies, sector peers, and pair-trading candidates. Routes to sub-skills: co-movement discovery, return correlation, sector clustering, and realized correlation. | All platforms |
| yfinance-data | Fetch financial and market data using yfinance — stock prices, historical OHLCV, financial statements, options chains, dividends, earnings, analyst recommendations, screener, and more. | All platforms |
| Skill | Description | Platform |
|---|---|---|
| hormuz-strait | Real-time Strait of Hormuz monitoring — shipping transits, oil price impact, stranded vessels, insurance risk, diplomatic status, global trade impact, and crisis timeline via the Hormuz Strait Monitor API. | All platforms |
| Skill | Description | Platform |
|---|---|---|
| discord-reader | Read-only Discord research via opencli — read trading server messages, search discussions, monitor crypto/market groups, and track sentiment in financial communities. Connects to Discord Desktop via CDP (no token needed). | Claude Code |
| telegram-reader | Read-only Telegram channel reader via tdl — export messages from financial news channels, monitor crypto/market groups, and aggregate Telegram-based news feeds. One-time QR code login. | Claude Code |
| twitter-reader | Read-only Twitter/X research via opencli — search financial tweets, track analyst commentary, monitor earnings sentiment, and follow market discussions. No API keys needed (reuses Chrome browser session). | Claude Code |
| Skill | Description | Platform |
|---|---|---|
| generative-ui | Design system and guidelines for Claude's built-in generative UI (show_widget). Render interactive HTML/SVG widgets inline — charts, diagrams, dashboards, interactive explainers, and more. |
Claude.ai built-in |
MIT