Stock Analyzer
The Stock Analyzer swiftly analyzes financial data to identify potential investment opportunities and assess market trends for informed decisions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stock-analyzer npx -- -y @trustedskills/stock-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stock-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stock-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Stock Analyzer is a tool designed to analyze financial data and identify potential investment opportunities, drawing on the investment philosophies of Warren Buffett and Tony Chan (段永平). It provides both basic stock analysis (analyze-stock) and more in-depth value investing assessments (analyze-value), incorporating qualitative evaluations of company business models, profitability, and culture. The tool also offers earnings report interpretation workflows (analyze-earnings).
When to use it
- When researching potential investments and needing a structured assessment framework.
- To understand the financial health and valuation of specific companies (e.g., AAPL, AMZN).
- For analyzing earnings reports and identifying key trends in company performance.
- When seeking insights into market trends based on industry analysis and seasonal effects.
- To evaluate companies using a "good business" assessment framework inspired by Buffett and Chan.
Key capabilities
- Value Investing Framework: Integrates principles of Warren Buffett and Tony Chan's investment strategies.
- Qualitative Assessment: Evaluates company business, profitability models, and corporate culture.
- Five-Dimensional Value Analysis: Provides a comprehensive assessment across multiple financial metrics.
- Earnings Report Interpretation: Generates workflows for analyzing earnings reports.
- Forward P/E Analysis: Detailed analysis of price-to-earnings ratios with industry comparisons.
- Cash Flow Analysis: In-depth examination of free cash flow (FCF) and operating cash flow (OCF).
- Standardized Report Templates: Generates reports in various formats, including JSON and Markdown.
Example prompts
analyze-stock AAPL- Perform a basic analysis on Apple stock.analyze-value AMZN --save- Conduct a value investing analysis of Amazon and save the detailed report.analyze-earnings MSFT --json- Generate an earnings report interpretation workflow for Microsoft, outputting raw JSON data.
Tips & gotchas
- The tool’s methodology is documented in
METHODOLOGY.mdon its GitHub repository; consulting this document will provide a deeper understanding of the analysis process. - For more detailed and insightful analyses, use the
analyze-valuecommand instead ofanalyze-stock.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.