BeClaude

finance-plugin

New
3Community RegistryGeneralby ai-align

A specialized finance plugin for stock analysis and market insights.

First seen 6/7/2026

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
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install finance-plugin@<marketplace>

3
Manage with /plugin
/plugin
View source on GitHub
plugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install finance-plugin@<marketplace>. Finally, /plugin in Claude Code.

What is finance-plugin best for?

finance-plugin is a plugin categorized under General. It is designed for: plugin. Created by ai-align.