Skip to content
Automation
Skill

/news-sentiment

Get recent news and sentiment for a stock. Use when user asks about news, headlines, sentiment, what's happening with a stock, or recent developments.

From plugin
staskh-trading-skills
36629 skills
Install
$ npx -y skills add staskh/trading_skills --skill news-sentiment --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/news-sentiment

Context preview

The summary Claude sees to decide when to auto-load this skill.

Get recent news and sentiment for a stock. Use when user asks about news, headlines, sentiment, what's happening with a stock, or recent developments.

SKILL.md

news-sentiment.SKILL.md
name: news-sentiment
description: Get recent news and sentiment for a stock. Use when user asks about news, headlines, sentiment, what's happening with a stock, or recent developments.
dependencies: ["trading-skills"]

News Sentiment

Fetch recent news from Yahoo Finance.

Instructions

> **Note:** If `uv` is not installed or `pyproject.toml` is not found, replace `uv run python` with `python` in all commands below.

uv run python scripts/news.py SYMBOL [--limit LIMIT]

Arguments

  • `SYMBOL` - Ticker symbol
  • `--limit` - Number of articles (default: 10)

Output

Returns JSON with:

  • `articles` - Array of recent news with title, publisher, date, link
  • `summary` - Brief summary of overall sentiment

Present key headlines and note any significant news that could impact the stock.

Dependencies

  • `yfinance`

Timezone

All timestamps and time-based calculations must use the `America/New_York` timezone. All JSON output must include `generated_at` (NY time string) and `data_delay` fields.

Ships withstaskh-trading-skills

Most retail traders juggle 5+ tabs — broker, charting platform, screener, news feed, spreadsheet — just to decide whether to enter a trade. This project collapses all of that into a single conversational interface powered by Claude.

Get the whole plugin
Stats
366
Stars
83
Forks
Active
Maintenance
Python
Language
MIT
License
2d ago
Last commit
6mo ago
Created

Repo: staskh/trading_skills

Other skills on staskh-trading-skills.