BeClaude

claude-skill-invest-system

New
1GitHub TrendingGeneralby laizhenhui1020-sudo

四层多 Agent 投资分析流水线 · Claude Code Skills + MCP:取证→看相→称重→监测,决策由 quality×price 二维矩阵派生。A four-layer multi-agent investment-analysis pipeline built on Claude Code skills (research → qualitative → pricing → monitoring).

First seen 6/15/2026

Summary

This skill implements a four-layer multi-agent investment analysis pipeline: research (evidence gathering), qualitative analysis (business assessment), pricing (valuation), and monitoring (ongoing tracking).

  • It helps developers build automated investment decision systems by deriving recommendations from a quality × price matrix, integrating Claude Code Skills with MCP for modular agent orchestration.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/claude-skill-invest-system.md

3
Invoke in Claude Code
/claude-skill-invest-system

Use Cases

Automate the initial research phase by scraping financial reports and news for a given stock ticker.
Run qualitative analysis on a company's management quality and competitive moat using structured agent prompts.
Generate a fair value estimate for a stock based on discounted cash flow and comparable company analysis.
Set up a monitoring agent that alerts when key financial metrics or news sentiment change for a portfolio.
Combine outputs from all four layers to produce a buy/hold/sell recommendation using the quality×price matrix.
Test and iterate on investment hypotheses by re-running specific pipeline stages with updated data.

Usage Examples

1

/claude-skill-invest-system research AAPL --collect financials, news, insider trades

2

/claude-skill-invest-system qualitative MSFT --evaluate management, competitive advantage, industry trends

3

/claude-skill-invest-system price GOOGL --method dcf, comparables --output fair_value_range

4

/claude-skill-invest-system monitor --portfolio my_portfolio.json --interval daily --alert_on price_drop>5%

View source on GitHub
mcpagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claude-skill-invest-system?

This skill implements a four-layer multi-agent investment analysis pipeline: research (evidence gathering), qualitative analysis (business assessment), pricing (valuation), and monitoring (ongoing tracking). It helps developers build automated investment decision systems by deriving recommendations from a quality × price matrix, integrating Claude Code Skills with MCP for modular agent orchestration.

How to install claude-skill-invest-system?

To install claude-skill-invest-system: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claude-skill-invest-system.md. Finally, /claude-skill-invest-system in Claude Code.

What is claude-skill-invest-system best for?

claude-skill-invest-system is a community categorized under General. It is designed for: mcp, agent. Created by laizhenhui1020-sudo.

What can I use claude-skill-invest-system for?

claude-skill-invest-system is useful for: Automate the initial research phase by scraping financial reports and news for a given stock ticker.; Run qualitative analysis on a company's management quality and competitive moat using structured agent prompts.; Generate a fair value estimate for a stock based on discounted cash flow and comparable company analysis.; Set up a monitoring agent that alerts when key financial metrics or news sentiment change for a portfolio.; Combine outputs from all four layers to produce a buy/hold/sell recommendation using the quality×price matrix.; Test and iterate on investment hypotheses by re-running specific pipeline stages with updated data..