Agent skills for financial analysis and trading — options payoff, stock correlations, market data, social media research, and generative UI.
npx claudepluginhub jacobhsu/cc-finance-skillsFinancial analysis and trading skills — options payoff charts, stock correlations, market data via yfinance, Twitter/Discord/Telegram research, and generative UI widgets.
[!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 JacobHsu/cc-finance-skills
# Install the plugin
/plugin install finance-skills@cc-finance-skills
Option B — Local plugin (for development)
claude --plugin-dir ./path/to/finance-skills
Once installed, skills are namespaced under finance-skills: (e.g., /finance-skills:options-payoff).
Option A — npx skills add
npx skills add JacobHsu/cc-finance-skills
Install a specific skill:
npx skills add JacobHsu/cc-finance-skills --skill options-payoff
Install globally (available across all projects):
npx skills add JacobHsu/cc-finance-skills --skill options-payoff -g
Option 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
options-payoff.zip)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 JacobHsu/cc-finance-skills -a <agent-name>
| Skill | Description | Platform |
|---|---|---|
| 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 |
| 腳本 | 說明 |
|---|---|
| scripts/top_losers.py | 抓取當日美股跌幅榜,輸出至 docs/README.md |
MIT
Based on himself65/finance-skills by himself65.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.