Hand gesture confirmation plugin for Claude Code using MediaPipe + native WKWebView host
npx claudepluginhub larchliu/0_0Gesture-based confirmation for Claude Code — OK gesture/fist for allow/deny, finger count 1-5 for option selection via MediaPipe hand tracking and native WKWebView host
Gesture-controlled Pong for Claude Code using MediaPipe Hands, three.js, and a native macOS WKWebView host
Cyberpunk motorcycle racing game for Claude Code using Three.js, MediaPipe Hands, and a native macOS WKWebView host
AI fitness coach – real-time pose scoring with MediaPipe PoseLandmarker via native macOS WKWebView
Claude Code marketplace repository for the gesture-confirm plugin. The plugin uses MediaPipe hand tracking with a native macOS WKWebView host for gesture-based confirmation and selection.
macOS only. The plugin embeds a native WKWebView host and is not intended for Linux or Windows.
claude plugin marketplace add github:cloudgeek/gesture-confirm
claude plugin install gesture-confirm@gesture-confirm-marketplace
This repository is a marketplace, not a single-plugin root. Add the marketplace first, then install the plugin from it.
From a local checkout:
claude plugin marketplace add /path/to/gesture-confirm
claude plugin install gesture-confirm@gesture-confirm-marketplace
From GitHub:
claude plugin marketplace add github:cloudgeek/gesture-confirm
claude plugin install gesture-confirm@gesture-confirm-marketplace
The plugin implementation lives in plugins/gesture-confirm.
Dependencies are auto-installed on first hook execution via the hook script.
The plugin registers a PreToolUse hook for Bash|Write|Edit tools. A gesture confirmation window appears automatically before these tools execute.
Ask Claude to use gesture confirmation:
"Use gesture confirm for this plan" "Let me select with gesture"
If you have not triggered the hook before, install the script dependencies once:
cd plugins/gesture-confirm/scripts
npm install
cd ../../..
# Confirm mode
node plugins/gesture-confirm/scripts/gesture-confirm.mjs --message "Deploy to production?"
# Select mode
node plugins/gesture-confirm/scripts/gesture-confirm.mjs --mode select --options "Approach A,Approach B,Approach C"
| Gesture | Confirm Mode | Select Mode |
|---|---|---|
| Thumbs up | Allow | - |
| Fist | Deny | Cancel |
| 1 finger | - | Option 1 |
| 2 fingers | - | Option 2 |
| 3 fingers | - | Option 3 |
| 4 fingers | - | Option 4 |
| 5 fingers (open hand) | - | Option 5 |
Keyboard: Enter/Esc (confirm), 1-5/Esc (select)
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations