himself65/finance-skills
A collection of skills for AI financial analysis.
Finance Skills – Agent‑skill library for financial analysis
What it is
- A collection of agent skills that follow the open‑source Agent Skills standard. Each skill is a small, reusable plugin that an AI‑agent (e.g., Claude, Codex, Cursor) can call to fetch data, run calculations, or render UI widgets.
- The focus is on financial research and trading: market data, valuation models, earnings reports, sentiment, social‑media feeds, and even geopolitical oil‑risk monitoring.
How it works
- Install the whole package or individual skills with the
npx plugins add/npx skills addcommands shown in the README. - Once installed, an agent can invoke a skill by name (e.g.,
finance-market-analysis/company-valuation) and receive structured results that can be used in a conversation or downstream workflow. - Some skills also produce interactive HTML/SVG widgets that Claude can display via its
show_widgetfeature.
Main skill groups
| Group | Example skills | What they provide |
|---|---|---|
| Market Analysis | company-valuation, earnings-preview, options-payoff |
DCF & relative valuation, earnings briefings, options payoff charts, ETF premium checks, liquidity metrics, stock‑correlation analysis, etc. |
| Social Readers | twitter-reader, discord-reader, opencli-reader |
Read‑only access to social‑media and research feeds (Twitter/X, Discord, LinkedIn, Telegram, Y Combinator, plus 100+ other sources via the opencli adapters). |
| Data Providers | finance-sentiment, fintel-data, tradingview-mcp, hyperliquid-reader |
Pull sentiment scores, short‑interest data, TradingView technical data, Hyperliquid market data, and even real‑time Strait of Hormuz shipping risk. |
| Startup Tools | startup-analysis |
Multi‑perspective analysis for VC investors, job applicants, and founders. |
| UI Tools | generative-ui |
Generates interactive widgets that can be embedded in Claude conversations. |
| Skill Creator | skill-creator |
Helper for building new skills, evaluating them against a 10‑dimension quality rubric, and iterating improvements. |
Getting started
- Install the desired plugin group:
npx plugins add himself65/finance-skills # interactive selection npx plugins add himself65/finance-skills --yes # install all groups - Add a single skill if you only need one:
npx skills add himself65/finance-skills --skill yfinance-data - Use with any supported agent (Claude, Codex, Cursor, etc.) by calling the skill name in the agent’s prompt.
Documentation & demos
- The repo points to a hosted site: skills.himself65.com where you can see live demos, API docs, and setup instructions.
Sponsorship
- The project is sponsored by Funda AI, which offers a larger catalog of professional analyst‑built skills (DCF valuations, sector deep‑dives, etc.).
License
- MIT – free to use, modify, and redistribute.
All details above are taken directly from the repository’s README; no additional features have been inferred.
Related
- Project
- Project
- Project
- Project
- Project