A modular CLI toolkit built with Bun and Commander.js. Easily extendable with a plugin-like module system.
npm install toolkA modular CLI toolkit built with Bun and Commander.js. Easily extendable with a plugin-like module system.
Note: Some modules may require additional system dependencies (e.g., ollama). The tool was primarily developed for my personal use on Linux, I encourage you to adapt it to your needs.
``bash`
bun install toolk -g
`bash`
toolk [command] --help
| Command | Description |
|---------|-------------|
| ai ask [prompt] | One-shot AI question (supports stdin piping) |ai chat
| | Interactive AI chat session |ollama on/off
| | Start/stop local Ollama server |tool add
| | Scaffold a new tool module |tool from
|