BeClaude

finance-plugin

New
3Community RegistryGeneralby ai-align

A specialized finance plugin for stock analysis and market insights.

Community PluginView Source

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

bash
# 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-marketplace

Option 2: Install Locally (Development)

If you have cloned the repository:

bash
# 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-marketplace

Requirements

To use the Stock Analyzer script reliably, we recommend installing the python dependencies:

bash
pip install -r skills/stock-analyzer/requirements.txt

Usage

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/finance-plugin.md https://raw.githubusercontent.com/ai-align/finance-plugin/main/SKILL.md
3
Invoke in Claude Code
/finance-plugin
View source on GitHub
plugin

Frequently 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.