camofox-web-search
v0.0.6
Published
Install and diagnose camofox-web-search for Codex, Claude Code, OpenCode, WorkBuddy, Pi, OpenClaw, and HermesAgent
Readme
camofox-web-search
Configure Codex, Claude Code, OpenCode, Pi, OpenClaw, or HermesAgent to use a deployed Camofox Web Search gateway.
npm install -g camofox-web-search
export WEB_SEARCH_API_KEY="..."
camofox-web-search install codex --endpoint https://search.example.com --scope user
camofox-web-search doctor codex --endpoint https://search.example.com --scope user
camofox-web-search install workbuddy --endpoint https://search.example.com --scope user
camofox-web-search doctor workbuddy --endpoint https://search.example.com --scope user --live
camofox-web-search install openclaw --endpoint https://search.example.com --scope user
camofox-web-search install hermes --endpoint https://search.example.com --scope userThe installer stores only non-secret connection metadata and environment-variable references, never the token itself. WorkBuddy supports user and project scope through a bundled secret-safe stdio-to-HTTP MCP bridge. OpenClaw and HermesAgent integrations install native provider packages and support only user scope. Use --hermes-python when HermesAgent runs in a non-standard Python environment.
