Claude Code Logitech Haptic Plugin
Description
Claude Code hook integration that triggers MX Master 4 haptic feedback via HapticWebPlugin for permission prompts, idle states, and task completion events.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Haptic Feedback Plugin

A lightweight integration that delivers tactile notifications through your Logitech MX Master 4 mouse when Claude Code requires your attention or completes a task.
Overview
When working with Claude Code, it's common to switch context while waiting for responses. This plugin solves the "tab-switching problem" by providing physical feedback directly through your mouse, eliminating the need to constantly monitor the terminal.
How It Works
Claude Code Event → Hook System → Shell Script → HTTP API → HapticWebPlugin → MX Master 4
- Claude Code emits lifecycle events through its hook system
- The hook triggers our shell script with event metadata
- The script maps the event type to an appropriate haptic waveform
- An HTTP request is sent to the locally-running HapticWebPlugin
- HapticWebPlugin communicates with Logi Options+ to activate the haptic motor
Supported Events
| Event | Haptic Pattern | Description |
|---|---|---|
| Permission Request | knock |
Claude needs authorization to execute a tool |
| Idle Prompt | ringing |
Claude is waiting for user input (60+ seconds) |
| Task Complete | completed |
Claude has finished responding |
Prerequisites
| Requirement | Details |
|---|---|
| Hardware | Logitech MX Master 4 mouse |
| Software | Logi Options+ application |
| Plugin | HapticWebPlugin (installation instructions below) |
| System | macOS, Linux, or Windows (Git Bash/MSYS2/WSL) with bash and curl |
Installation
Step 1: Install HapticWebPlugin
HapticWebPlugin is a third-party Logi Options+ plugin that exposes the MX Master 4 haptic motor through a local HTTPS API. This bridge is necessary because Logitech does not provide a public API for haptic control.
The plugin is included in this repository under the `plugin/` directory. It is sourced from [Fallstop/HapticWebPlugin](https://
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity