v0.7.0 — ask + answer_draft
finance-skills 0.7.0
Agents get a finished analysis, not a multi-script JSON dump.
Highlights
askone-shot (finance-skills ask "…",scripts/ask.py): route → engine →answer_draftstop_tool_loop: agent should send the draft and stop chaining scriptsdoctor: detects stale site-packages vs skill scripts- SKILL.md happy path rewritten around one command
- Usefulness checks so empty caveat walls fail soft quality
- Lowercase tickers (
is nbis a buy?→ NBIS) without false clarification
Install
# Skill (agent)
curl -fsSL https://raw.githubusercontent.com/notEhEnG/finance-skills/main/install.sh | bash -s -- claude
# CLI
pip install -U finance-skills
finance-skills ask "is CRWV a buy?" --fixture
finance-skills doctorChangelog
See CHANGELOG.md for full notes.