⚠️ NOTE: this is now superseded by https://github.com/badlogic/pi-skills
Add each tool directory to your PATH:
export PATH="$PATH:$HOME/agent-tools/brave-search"
export PATH="$PATH:$HOME/agent-tools/search-tools"
export PATH="$PATH:$HOME/agent-tools/browser-tools"
export PATH="$PATH:$HOME/agent-tools/vscode"Add these lines to your shell config (e.g., ~/.bashrc, ~/.zshrc) to make them permanent.
Headless web search via Brave Search. No browser required, works in server environments. See brave-search/README.md.
Google search via Puppeteer + Chrome. More accurate results but requires local Chrome, frequently hits CAPTCHAs, can't run headless on servers. See search-tools/README.md.
Use brave-search unless you specifically need Google results.
Interactive browser automation (requires visible Chrome window). See browser-tools/README.md.
VS Code integration tools. See vscode/README.md.