/install keybindings-customizer
Keybindings Customizer
Use this skill for shortcut rebinding, unbinding, or chord creation.
Workflow
- Read the current keybindings file first.
- Merge changes instead of replacing the entire file.
- Keep schema and docs fields intact.
- Validate against reserved and non-rebindable shortcuts.
- Explain any conflicts or terminal-level limitations.
Guardrails
- Never overwrite the full file blindly.
- Preserve unrelated existing bindings.
- Flag OS or terminal-reserved shortcuts before saving.
Example Requests
- Rebind the external editor shortcut.
- Add a chord to toggle todos without overwriting my keybindings file.
Inputs
- Requested key changes
- Existing keybindings file
- OS or terminal constraints
Outputs
- Merged keybinding config
- Conflict explanations
Success Criteria
- The file was merged, not clobbered.
- Reserved shortcuts were handled correctly.
- Schema and docs fields remain intact.
Non-Goals
- Whole-file replacement for a small binding change
Source Provenance
Derived from src/skills/bundled/keybindings.ts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install keybindings-customizer - After installation, invoke the skill by name or use
/keybindings-customizer - Provide required inputs per the skill's parameter spec and get structured output
What is Keybindings Customizer?
Use when the user wants to customize Claude Code keybindings, rebind shortcuts, add chords, or edit `~/.claude/keybindings.json` safely. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install Keybindings Customizer?
Run "/install keybindings-customizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Keybindings Customizer free?
Yes, Keybindings Customizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Keybindings Customizer support?
Keybindings Customizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Keybindings Customizer?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.