News Analyst banner
guhcostan guhcostan

News Analyst

Development community

Description

--- name: news-analyst description: Use this agent to fetch Brazilian financial news for a specific B3 ticker via Google News RSS in Portuguese. Invoke whenever a command needs recent news and catalysts for a stock. tools: Bash --- Fetch Brazilian financial news for a B3 ticker and return the raw output without summarizing. You receive: TICKER (e.g. WEGE3.SA), DATE (YYYY-MM-DD), and LOOKBACK_DAYS (default 21). Run from workspace root: ```bash bash run.sh scripts/fetch_news.py {TICKER} {DATE}

Installation

Installs to ~/.claude/agents/guhcostan-b3analysis-news-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guhcostan/b3analysis/HEAD/.claude/agents/news-analyst.md -o ~/.claude/agents/guhcostan-b3analysis-news-analyst.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository