HokiPoki Skill
name: hokipoki
by budjoskop · published 2026-03-22
$ claw add gh:budjoskop/budjoskop-hokipoki---
name: hokipoki
description: "Switch AI models without switching tabs using the HokiPoki CLI. Hop between Claude, Codex, and Gemini when one gets stuck. Use when the user wants to request help from a different AI model, hop to another AI, get a second opinion from another model, switch models, share AI subscriptions with teammates, or manage HokiPoki provider/listener mode. Triggers on: 'use codex/gemini for this', 'hop to another model', 'ask another AI', 'get a second opinion', 'switch models', 'hokipoki', 'listen for requests'."
---
# HokiPoki Skill
Route tasks to different AI CLIs (Claude, Codex, Gemini) via the HokiPoki P2P network. API keys never leave the provider's machine; only encrypted requests and results are exchanged.
Prerequisites
HokiPoki CLI must be installed and authenticated:
npm install -g @next-halo/hokipoki-cli
hokipoki loginVerify with `hokipoki whoami`. If not installed, guide the user through setup.
Requesting Help from Another AI
Send a task to a remote AI model. Always use `--json` for parseable output:
# Specific files
hokipoki request --tool claude --task "Fix the auth bug" --files src/auth.ts --json
# Entire directory
hokipoki request --tool codex --task "Add error handling" --dir src/services/ --json
# Whole project (respects .gitignore)
hokipoki request --tool gemini --task "Review for security issues" --all --json
# Route to a team workspace
hokipoki request --tool claude --task "Optimize queries" --files src/db.ts --workspace my-team --json
# Skip auto-apply (just save the patch)
hokipoki request --tool codex --task "Refactor module" --dir src/ --no-auto-apply --jsonTool selection: if the user doesn't specify a tool, ask which model to use or omit `--tool` to let HokiPoki choose.
Patch Auto-Apply
Patches auto-apply when the target directory is a git repo with committed files. If auto-apply fails, inform the user and suggest:
git init && git add . && git commit -m "initial"Provider Mode (Sharing Your AI)
Register and listen for incoming requests:
# Register as a provider (one-time)
hokipoki register --as-provider --tools claude codex gemini
# Start listening
hokipoki listen --tools claude codexTasks execute in isolated Docker containers (read-only filesystem, tmpfs workspace, auto-cleanup). Docker must be running.
Status & Account
hokipoki whoami # Current user info
hokipoki status # Account, workspaces, history
hokipoki dashboard # Open web dashboard in browserWhen to Suggest Hopping
Full Command Reference
See [references/commands.md](references/commands.md) for all CLI options, auth token locations, and advanced usage.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...