What's new
feedsnap can now teach itself to an AI agent on demand.
Two new built-in commands implement ACLI v0.1.0 progressive discovery:
# Full command tree as JSON — for initial agent capability mapping
feedsnap introspect
# SKILL.md for agent bootstrapping
feedsnap skill
feedsnap skill > SKILL.mdAlso added: feedsnap --version / feedsnap -V.
Why this matters
An agent that encounters feedsnap for the first time can call feedsnap introspect to learn what it can do without reading docs or running a separate MCP server. Progressive: --help → introspect → .cli/ folder. The tool teaches itself.
Full feature list for v0.5.0
feedsnap introspect— JSON command tree (ACLI format)feedsnap skill— SKILL.md output for agent bootstrappingfeedsnap --version/-V— version stringfeedsnap.introspectmodule:get_introspect_json()andget_skill_md()as public API.cli/folder:commands.json,SKILL.md,examples/snap.sh,changelog.md— static ACLI artifacts- Error message when no URL/OPML supplied now mentions
feedsnap introspectfor agent discovery
Upgrade
pip install --upgrade feedsnapFull changelog: https://github.com/rook-builds/feedsnap/blob/main/CHANGELOG.md