Using with AI agents¶
Banshee is designed to be driven from the terminal — including by AI coding agents such as Claude Code, Codex, and any other LLM that can run shell commands. Two artifacts are published to help an agent learn the CLI:
- Index — concise table of contents for selective fetches: llms.txt
- Full bundle — every command group inlined in a single document: llms-full.txt
Both follow the llms.txt convention.
Make banshee discoverable to your agent¶
Copy the snippet below and paste it into whichever rules/instructions file your agent reads — CLAUDE.md, AGENTS.md, or the equivalent for your tool:
Authorization¶
Set the RF_TOKEN environment variable in the agent's shell before invoking banshee. The env-var path is strongly preferred for agent workflows — the agent doesn't have to remember to pass -k on every call.
See Installation → Authorization for full setup instructions (macOS, Linux, Windows).