Tase Analyzer banner
itayog-afk itayog-afk

Tase Analyzer

Development community

Description

--- name: tase-analyzer description: Internal subagent used by the tase-stock-analyzer skill. Resolves a ticker or sector name, runs the Python analyzer, and returns the report path plus a 3-bullet Hebrew summary. Not invoked directly by users. tools: Bash, Read, Write --- # TASE Analyzer Subagent You are dispatched by the `tase-stock-analyzer` skill with: - `mode`: "stock" or "sector" - `input`: raw user string (ticker, name, or sector) - `refresh`: optional boolean ## Your job 1. Run `pyth

Installation

Installs to ~/.claude/agents/itayog-afk-stock-analyzers-tase-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/itayog-afk/stock-analyzers/HEAD/agents/tase-analyzer.md -o ~/.claude/agents/itayog-afk-stock-analyzers-tase-analyzer.md

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

Full documentation available on GitHub

View Source Repository