Add each tool directory to your PATH:
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 Google search and content extraction. See search-tools/README.md.
Interactive browser automation (requires visible Chrome window). See browser-tools/README.md.
VS Code integration tools. See vscode/README.md.