@tollbit/tollbit-cli
v0.2.2
Published
Tollbit CLI wrapper that installs the native tollbit binary
Readme
@tollbit/tollbit-cli
A CLI client for searching and grounding content for agents, allows access to all content in the TollBit network.
Installing this package downloads and verifies (SHA-256) the native tollbit binary for your OS from GitHub Releases.
Install
npm install -g @tollbit/tollbit-cliRequires Node.js 18+. Supported platforms: macOS, Linux, and Windows on x64 or arm64.
Then:
tollbit search "climate policy"
tollbit content pricing https://example.com/article
tollbit content fetch https://example.com/article --confirmPrimary workflow: install → search → content pricing → content fetch. Authentication is triggered automatically by the CLI when needed.
content fetch charges money — pricing is shown and confirmed before the request unless you pass --confirm (automation still incurs the cost).
For agents
Run tollbit guide for orientation and the automation contract (exit codes, --json output, non-interactive fetch). Register the bundled skill with tollbit guide --install <SKILLS_DIR>.
Update
npm update -g @tollbit/tollbit-cliDocs
Full install options (curl / PowerShell / manual), configuration, and command reference:
https://github.com/tollbit/cli
