Skip to content

v0.7.0 — ask + answer_draft

Choose a tag to compare

@notEhEnG notEhEnG released this 10 Jul 22:45

finance-skills 0.7.0

Agents get a finished analysis, not a multi-script JSON dump.

Highlights

  • ask one-shot (finance-skills ask "…", scripts/ask.py): route → engine → answer_draft
  • stop_tool_loop: agent should send the draft and stop chaining scripts
  • doctor: 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 doctor

Changelog

See CHANGELOG.md for full notes.