CLI tools for AI agent workflows — context, project boards, search, and browser automation.
| Project | Description |
|---|---|
| start | Context-aware AI agent launcher powered by CUE |
| library | Reusable CUE agents, roles, contexts, and tasks |
| agentdex | Detect and inspect local AI coding agents |
| tk | Ticket board CLI for plain markdown documents |
| kagi | CLI client for the Kagi search API |
| snag | Browser-backed web content fetcher |
| webctl | Browser control for automated web interaction |
Via Homebrew (Linux/macOS):
brew tap p3bot/tap
brew trust p3bot/tap
brew install p3bot/tap/start
brew install p3bot/tap/agentdex
brew install p3bot/tap/tk
brew install p3bot/tap/kagi
brew install p3bot/tap/snag
brew install p3bot/tap/webctllibrary is a CUE module, not a Homebrew formula — install from the CUE Central Registry (see library).
Public projects are MPL-2.0.