LaunchKit · 2026
Back to Skills

stock-analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data.

164
32.4k downloads
by @udiedrichsen

Setup & Installation

openclaw skills install @udiedrichsen/stock-analysis

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install stock-analysis

Version History

v6.2.0Feb 2, 2026 - Version note by skill developer:

🔮 Rumor Scanner: M&A rumors, insider activity, Twitter whispers, impact scoring

What This Skill Does

Analyzes US stocks and cryptocurrencies using Yahoo Finance data scored across 8 weighted dimensions including earnings surprise, fundamentals, analyst sentiment, and momentum. Includes portfolio tracking, price-target watchlist alerts, dividend safety scoring, viral trend detection via Hot Scanner, and early M&A/insider signal scanning via Rumor Scanner.

Aggregates Yahoo Finance, CoinGecko, Google News, SEC EDGAR, and social sentiment into a single scored output instead of requiring manual checks across each source.

When to use it

  • Checking buy/sell signals on a stock before earnings
  • Monitoring dividend safety scores for income portfolio holdings
  • Scanning for trending crypto before mainstream news coverage
  • Setting stop-loss and price-target alerts on watchlist positions
  • Finding M&A rumors and insider activity before US market open

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: /stock AAPL

AGENT
  1. 1Fetch Yahoo Finance data for AAPL including price, P/E, margins, and analyst ratings
  2. 2Pull SEC EDGAR insider trades and retrieve short interest and options put/call data
  3. 3Score across 8 dimensions with defined weights: earnings surprise 30%, fundamentals 20%, analyst sentiment 20%, sector 15%, momentum 15%, market context 10%, historical 10%, sentiment 10%
  4. 4Check risk flags for pre-earnings proximity, post-spike conditions, overbought RSI, and breaking news keywords
  5. 5Return composite score with per-dimension breakdown and BUY/HOLD/SELL signal
OUTPUT

8-dimension analysis report with composite score, risk warnings, and a directional signal for AAPL

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AUTH_TOKEN environment variable (Twitter/X auth token, required for social sentiment feature)CT0 environment variable (Twitter/X CSRF token, required for social sentiment feature)