Skip to content

feedsnap v0.5.0 — ACLI agent discovery

Latest

Choose a tag to compare

@rook-builds rook-builds released this 13 Jul 08:33

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.md

Also 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: --helpintrospect.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 bootstrapping
  • feedsnap --version / -V — version string
  • feedsnap.introspect module: get_introspect_json() and get_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 introspect for agent discovery

Upgrade

pip install --upgrade feedsnap

Full changelog: https://github.com/rook-builds/feedsnap/blob/main/CHANGELOG.md