一键导入
mojiemoji-config
Manage persistent mojiemoji prestamp settings such as intensity in ~/.config/mojiemoji/config.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage persistent mojiemoji prestamp settings such as intensity in ~/.config/mojiemoji/config.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Add mojiemoji image stamps from mojiemoji.jozo.beer to GitHub issues, pull requests, reviews, replies, and release notes.
Promote frequently used mojiemoji variants from the local usage cache into prestamp-catalog.yml and open a deterministic catalog update pull request.
Extract unstamped Japanese terms from prestamp output, ask the mojiemoji-selector agent for flavor choices, and record them in usage cache.
基于 SOC 职业分类
| name | mojiemoji-config |
| description | Manage persistent mojiemoji prestamp settings such as intensity in ~/.config/mojiemoji/config.json. |
| allowed-tools | ["Bash(python3 */mojiemoji-config/scripts/mojiemoji_config.py *)","Bash(python3 \"*/mojiemoji-config/scripts/mojiemoji_config.py\" *)","Bash(cat ~/.config/mojiemoji/config.json*)","Bash(cat */mojiemoji/config.json*)","Read"] |
<MOJIEMOJI_CONFIG_SKILL_DIR> means the absolute directory containing this
active SKILL.md. Resolve it from the loaded skill path. Do not derive it from
the shell working directory or harness-specific environment variables.
〜/.config/mojiemoji/config.json に prestamp の intensity などをし、毎回 CLI
を付けなくても既定
を揃えるための skill です。
/mojiemoji-config を叩いたときprestamp.py の --intensity を毎回指定するのは手間なので、ファイルに一度書いておけば、CLI 無指定時はその値が使われます(解決順は CLI
)。
python3 "<MOJIEMOJI_CONFIG_SKILL_DIR>/scripts/mojiemoji_config.py" get
aggressive / normal / minimal のいずれかをします。
python3 "<MOJIEMOJI_CONFIG_SKILL_DIR>/scripts/mojiemoji_config.py" set normal
python3 "<MOJIEMOJI_CONFIG_SKILL_DIR>/scripts/mojiemoji_config.py" set minimal
python3 "<MOJIEMOJI_CONFIG_SKILL_DIR>/scripts/mojiemoji_config.py" set aggressive
python3 "<MOJIEMOJI_CONFIG_SKILL_DIR>/scripts/mojiemoji_config.py" unset
XDG で、
XDG_CONFIG_HOME があれば <XDG_CONFIG_HOME>/mojiemoji/config.json、なければ ~/.config/mojiemoji/config.json です。
CLI の --intensity が最。無指定なら
ファイルの値。どちらも無ければ従来どおり
aggressive(sentinel 無しの従来互換)。