staskh/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.
npx skills add https://github.com/staskh/trading_skills --skill news-sentiment
Fetch recent news from Yahoo Finance.
> 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]
SYMBOL - Ticker symbol--limit - Number of articles (default: 10)Returns JSON with:
articles - Array of recent news with title, publisher, date, linksummary - Brief summary of overall sentimentPresent key headlines and note any significant news that could impact the stock.
yfinanceAll 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.
Take staskh/news-sentiment from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.