Us Stock Analysis logo

Us Stock Analysis

CommunityPopular
tradermonty
us-stock-analysis

Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.

Overview

Publishertradermonty
Repositoryclaude-trading-skills
Skill nameus-stock-analysis
Stars
2.8K
Forks
647
Bundled files
4
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 4 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by tradermonty on GitHub. Read the source before you install it.

Installation

Install the Us Stock Analysis AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/tradermonty/claude-trading-skills.git /tmp/claude-trading-skills
mkdir -p .claude/skills
cp -r /tmp/claude-trading-skills/examples/weekly-trade-strategy/skills/us-stock-analysis .claude/skills/us-stock-analysis
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Us Stock Analysis in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Us Stock Analysis on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Us Stock Analysis is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

US Stock Analysis

Overview

Perform comprehensive analysis of US stocks covering fundamental analysis (financials, business quality, valuation), technical analysis (indicators, trends, patterns), peer comparisons, and generate detailed investment reports. Fetch real-time market data via web search tools and apply structured analytical frameworks.

Data Sources

Always use web search tools to gather current market data:

Primary Data to Fetch:

  1. Current stock price and trading data (price, volume, 52-week range)
  2. Financial statements (income statement, balance sheet, cash flow)
  3. Key metrics (P/E, EPS, revenue, margins, debt ratios)
  4. Analyst ratings and price targets
  5. Recent news and developments
  6. Peer/competitor data (for comparisons)
  7. Technical data (moving averages, RSI, MACD when available)

Search Strategy:

  • Use ticker symbol + specific data needed (e.g., "AAPL financial metrics 2024")
  • For comprehensive data: Search for earnings reports, investor presentations, or SEC filings
  • For technical data: Search for "AAPL technical analysis" or use financial data sites
  • Always verify data recency (prefer data from last quarter)

Quality Sources:

  • Yahoo Finance, Google Finance, MarketWatch, Seeking Alpha, Bloomberg, CNBC
  • Company investor relations pages
  • SEC filings (10-K, 10-Q) for detailed financials
  • TradingView, StockCharts for technical data

Analysis Types

This skill supports four types of analysis. Determine which type(s) the user needs:

  1. Basic Stock Info - Quick overview with key metrics
  2. Fundamental Analysis - Deep dive into business, financials, valuation
  3. Technical Analysis - Chart patterns, indicators, trend analysis
  4. Comprehensive Report - Complete analysis combining all approaches

Analysis Workflows

1. Basic Stock Information

When to Use: User asks for quick overview or basic info

Steps:

  1. Search for current stock data (price, volume, market cap)
  2. Gather key metrics (P/E, EPS, revenue growth, margins)
  3. Get 52-week range and year-to-date performance
  4. Find recent news or major developments
  5. Present in concise summary format

Output Format:

  • Company description (1-2 sentences)
  • Current price and trading metrics
  • Key valuation metrics (table)
  • Recent performance
  • Notable recent news (if any)

2. Fundamental Analysis

When to Use: User wants financial analysis, valuation assessment, or business evaluation

Steps:

  1. Gather comprehensive financial data:

    • Revenue, earnings, cash flow (3-5 year trends)
    • Balance sheet metrics (debt, cash, working capital)
    • Profitability metrics (margins, ROE, ROIC)
  2. Read references/fundamental-analysis.md for analytical framework

  3. Read references/financial-metrics.md for metric definitions and calculations

  4. Analyze business quality:

    • Competitive advantages
    • Management track record
    • Industry position
  5. Perform valuation analysis:

    • Calculate key ratios (P/E, PEG, P/B, EV/EBITDA)
    • Compare to historical averages
    • Compare to peer group
    • Estimate fair value range
  6. Identify risks:

    • Company-specific risks
    • Market/macro risks
    • Red flags from financial data
  7. Generate output following references/report-template.md structure

Critical Analyses:

  • Profitability trends (improving/declining margins)
  • Cash flow quality (FCF vs earnings)
  • Balance sheet strength (debt levels, liquidity)
  • Growth sustainability
  • Valuation vs peers and historical average

3. Technical Analysis

When to Use: User asks for technical analysis, chart patterns, or trading signals

Steps:

  1. Gather technical data:

    • Current price and recent price action
    • Volume trends
    • Moving averages (20-day, 50-day, 200-day)
    • Technical indicators (RSI, MACD, Bollinger Bands)
  2. Read references/technical-analysis.md for indicator definitions and patterns

  3. Identify trend:

    • Uptrend, downtrend, or sideways
    • Strength of trend
  4. Locate support and resistance levels:

    • Recent highs and lows
    • Moving average levels
    • Round numbers
  5. Analyze indicators:

    • RSI: Overbought (>70) or oversold (<30)
    • MACD: Crossovers and divergences
    • Volume: Confirmation or divergence
    • Bollinger Bands: Squeeze or expansion
  6. Identify chart patterns:

    • Reversal patterns (head and shoulders, double top/bottom)
    • Continuation patterns (flags, triangles)
  7. Generate technical outlook:

    • Current trend assessment
    • Key levels to watch
    • Risk/reward analysis
    • Short and medium-term outlook

Interpretation Guidelines:

  • Confirm signals with multiple indicators
  • Consider volume for validation
  • Note divergences between price and indicators
  • Always identify risk levels (stop-loss)

4. Comprehensive Investment Report

When to Use: User asks for detailed report, investment recommendation, or complete analysis

Steps:

  1. Perform data gathering (as in Basic Info)

  2. Execute fundamental analysis (follow workflow above)

  3. Execute technical analysis (follow workflow above)

  4. Read references/report-template.md for complete report structure

  5. Synthesize findings:

    • Integrate fundamental and technical insights
    • Develop bull and bear cases
    • Assess risk/reward
  6. Generate recommendation:

    • Buy/Hold/Sell rating
    • Target price with timeframe
    • Conviction level
    • Entry strategy
  7. Create formatted report following template structure

Report Must Include:

  • Executive summary with recommendation
  • Company overview
  • Investment thesis (bull and bear cases)
  • Fundamental analysis section
  • Technical analysis section
  • Valuation analysis
  • Risk assessment
  • Catalysts and timeline
  • Conclusion

Stock Comparison Analysis

When to Use: User asks to compare two or more stocks (e.g., "compare AAPL vs MSFT")

Steps:

  1. Gather data for all stocks:

    • Follow data gathering steps for each ticker
    • Ensure comparable timeframes
  2. Read references/fundamental-analysis.md and references/financial-metrics.md

  3. Create side-by-side comparison:

    • Business models comparison
    • Financial metrics table (all key ratios)
    • Valuation metrics table
    • Growth rates comparison
    • Profitability comparison
    • Balance sheet strength
  4. Identify relative strengths:

    • Where each company excels
    • Quantified advantages
  5. Technical comparison:

    • Relative strength
    • Momentum comparison
    • Which is in better technical position
  6. Generate recommendation:

    • Which stock is more attractive and why
    • Consider both fundamental and technical factors
    • Portfolio allocation suggestion
    • Risk-adjusted return assessment

Output Format: Follow "Comparison Report Structure" in references/report-template.md

Output Guidelines

General Principles:

  • Use tables for financial data and comparisons (easy to scan)
  • Bold key metrics and findings
  • Include data sources and dates
  • Quantify whenever possible
  • Present both bull and bear perspectives
  • Be clear about assumptions and uncertainties

Formatting:

  • Headers for clear section separation
  • Tables for metrics, comparisons, historical data
  • Bullet points for lists, factors, risks
  • Bold text for key findings, important metrics
  • Percentages for growth rates, returns, margins
  • Currency formatted consistently ($B for billions, $M for millions)

Tone:

  • Objective and balanced
  • Acknowledge uncertainty
  • Support claims with data
  • Avoid hyperbole
  • Present risks clearly

Reference Files

Load these references as needed during analysis:

references/technical-analysis.md

  • When: Performing technical analysis or interpreting indicators
  • Contains: Indicator definitions, chart patterns, support/resistance concepts, analysis workflow

references/fundamental-analysis.md

  • When: Performing fundamental analysis or business evaluation
  • Contains: Business quality assessment, financial health analysis, valuation frameworks, risk assessment, red flags

references/financial-metrics.md

  • When: Need definitions or calculation methods for financial ratios
  • Contains: All key metrics with formulas (profitability, valuation, growth, liquidity, leverage, efficiency, cash flow)

references/report-template.md

  • When: Creating comprehensive report or comparison
  • Contains: Complete report structure, formatting guidelines, section templates, comparison format

Example Queries

Basic Info:

  • "What's the current price of AAPL?"
  • "Give me key metrics for Tesla"
  • "Quick overview of Microsoft stock"

Fundamental:

  • "Analyze NVDA's financials"
  • "Is Amazon overvalued?"
  • "Evaluate Apple's business quality"
  • "What's Google's debt situation?"

Technical:

  • "Technical analysis of TSLA"
  • "Is Netflix oversold?"
  • "Show me support levels for AAPL"
  • "What's the trend for AMD?"

Comprehensive:

  • "Complete analysis of Microsoft"
  • "Give me a full report on AAPL"
  • "Should I invest in Tesla? Give me detailed analysis"

Comparison:

  • "Compare AAPL vs MSFT"
  • "Tesla vs Nvidia - which is better?"
  • "Analyze Meta vs Google"

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Us Stock Analysis AI skill do?

Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.

Why use Us Stock Analysis on TypingMind?

Because you install it once and use it with any model. Us Stock Analysis is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Us Stock Analysis in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/tradermonty/claude-trading-skills/tree/main/examples/weekly-trade-strategy/skills/us-stock-analysis. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Us Stock Analysis?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Us Stock Analysis?

As many as you like. As long as a model supports skills, you can use Us Stock Analysis with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Us Stock Analysis AI skill free?

Yes. It is published on GitHub by tradermonty under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇