⌨️
AutomationTypeScript

MulmoTerminal Keys

by receptron

MulmoTerminal Keys is an Automation skill for Claude Code, published by receptron in mulmoterminal.

202 stars31 forkson receptron/mulmoterminalAdded 2026/09/05+3% in starsRepository updated 2026/09/04
agentic-codingai-agentsclaude-codecodexdeveloper-toolsgit-worktreeparallel-agentsterminaltmuxtypescriptvibe-codingxterm-js
Install in seconds
Install MulmoTerminal Keys
Copy MulmoTerminal Keys into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/receptron/mulmoterminal/tree/main/server/skills/mulmoterminal-keys ~/.claude/skills/mulmoterminal-keys

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/receptron/mulmoterminal.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
server/skills/mulmoterminal-keys/SKILL.md in receptron/mulmoterminal
Installs to
~/.claude/skills/mulmoterminal-keys
Collection
One of 12 skills cataloged from this repository
Category
Automation1956 skills

What MulmoTerminal Keys does

MulmoTerminal Keys binds keyboard shortcuts and fixes clipboard and Enter/newline behavior in MulmoTerminal. Use it to set keymaps, jump to agents or terminals, handle copy-on-select, or diagnose shortcut conflicts and terminal submit issues.

MulmoTerminal Keys is cataloged under Automation on DirSkills. MulmoTerminal Keys comes from a repository tagged agentic-coding, ai-agents, claude-code, codex and developer-tools.

Documentation

README

Keyboard, shortcuts and clipboard

These settings all live in ~/.mulmoterminal/config.json, and each write is a partial POST /api/config merge — write only the key you are changing, so the user's other settings survive.

"Partial" means per TOP-LEVEL key, and keymap is replaced WHOLE. The merge is body[key] !== undefined ? sanitize(body[key]) : current (server/config/app-config.ts), so posting

{ "keymap": { "send": [ … ] } }

does not add a send to the keymap — it makes that the entire keymap, deleting every action binding the user had. Nothing warns, and the reply is a success.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about MulmoTerminal Keys

  • What else does receptron publish alongside MulmoTerminal Keys?

    MulmoTerminal Keys is one of 12 skills that DirSkills catalogs from receptron/mulmoterminal, the repository it ships in. Its siblings there include Bug Report Triage, MulmoTerminal Bug Report and MulmoTerminal Config. Each one is a separate skill with its own page in this directory, installs the same way MulmoTerminal Keys does, and is maintained by receptron in that same repository. The rest of the collection is listed on the receptron/mulmoterminal page.

  • How does MulmoTerminal Keys compare to other Automation skills?

    MulmoTerminal Keys ranks #1767 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of MulmoTerminal Keys against them. Open each page to compare what they document and how they install.

More from receptron/mulmoterminal

MulmoTerminal Keys is one of 12 skills cataloged on DirSkills from receptron/mulmoterminal.

See all 12 skills
🐛
49m ago

Bug Report Triage

Bug Report Triage guides a user through reproducing and validating a bug against real config, schema, and version data. It only creates an issue after checks fail and the user agrees.
Automation
20231
🐛
49m ago

MulmoTerminal Bug Report

MulmoTerminal Bug Report hears a broken or weird MulmoTerminal symptom, checks config, schema, version, and existing issues, then files a GitHub issue only if the problem remains unexplained. Use it when MulmoTerminal is not working as expected or you need help reporting a bug.
Quality
20231
⚙️
49m ago

MulmoTerminal Config

MulmoTerminal Config generates and applies .mulmoterminal.json settings for the current directory or multiple saved terminal directories. Use it to set colors, buttons, chips, themes, and other config fields without editing JSON by hand.
Automation
20231
⚙️
49m ago

MulmoTerminal Config

MulmoTerminal Config routes requests to the skill that owns a setting and audits the current live configuration. Use it to find where a setting lives, or to see what was actually parsed and applied.
Automation
20231
🧾
49m ago

MulmoTerminal Decisions

MulmoTerminal Decisions reads this project's decision digest to avoid re-asking questions the humans have already answered. Use it before asking similar questions in a project with history, or when the user says a decision was already made.
Automation
20231
🗂️
49m ago

MulmoTerminal Dirs

MulmoTerminal Dirs writes per-project .mulmoterminal.json files to color-code, theme, resize, and reorder directories. Use it when setting project appearance, grid order, or worktree-specific ports and database names.
Automation
20231