finance-plugin
NewA specialized finance plugin for stock analysis and market insights.
Overview
A specialized Claude Code plugin designed for financial stock analysis and market insights.
Features
Stock Analyzer Skill
The plugin includes a Stock Analyzer skill that enables Claude to:
- •Technical Analysis: Interpret indicators like RSI, MACD, and Moving Averages.
- •Fundamental Analysis: Evaluate company financial health (balance sheets, income statements).
- •Market Trends: Analyze sector performance and broader market movements.
- •Peer Comparison: Compare stocks against industry competitors.
Installation
To install this plugin, you must first add its marketplace, then install the plugin.
Option 1: Install from GitHub
# 1. Add the marketplace
claude plugin marketplace add https://github.com/ai-align/finance-plugin
# 2. Install the plugin
claude plugin install finance-plugin@finance-marketplaceOption 2: Install Locally (Development)
If you have cloned the repository:
# 1. Add the local directory as a marketplace
cd finance-plugin
claude plugin marketplace add ./
# 2. Install the plugin
claude plugin install finance-plugin@finance-marketplaceRequirements
To use the Stock Analyzer script reliably, we recommend installing the python dependencies:
pip install -r skills/stock-analyzer/requirements.txtUsage
Once installed, the Stock Analyzer skill allows you to ask Claude financial questions such as:
- •"Analyze the recent performance of AAPL"
- •"Is TSLA a good buy right now based on technicals?"
- •"Compare the financials of Coke vs Pepsi"
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/finance-plugin.md https://raw.githubusercontent.com/ai-align/finance-plugin/main/SKILL.md/finance-pluginFrequently Asked Questions
What is finance-plugin?
A specialized finance plugin for stock analysis and market insights.
How to install finance-plugin?
To install finance-plugin, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /finance-plugin.
What is finance-plugin best for?
finance-plugin is a community categorized under General. It is designed for: plugin. Created by ai-align.