用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NyxFoundation/skills --skill mordred-hermes-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | mordred-hermes-setup |
| description | Workflows for installing, configuring, and pairing the Mordred-Hermes plugin and browser extension. |
This skill governs the installation and operational setup of the InternetMaximalism/mordred-hermes plugin, specifically the pairing flow between the Hermes CLI and the browser extension.
hermes mordred extension pair fails with import errors.The plugin requires the extension extra for pairing and server capabilities. If hermes mordred extension pair fails with an ExtensionGatewayUnavailable or ImportError, the dependencies are missing.
Correct Installation Path:
cd ~/.hermes/plugins/mordred-hermes
uv sync --extra extension
Pairing must be done via the CLI to generate a code that the extension consumes.
Command:
# Using the plugin's venv directly (recommended for reliability)
~/.hermes/plugins/mordred-hermes/.venv/bin/hermes-mordred extension pair
Expected Result:
MORT-XXXXXXXX-XXXXXXXX.qrcode package).The pairing command only works if a WebSocket server is actively listening for the code.
hermes-mordred extension serve (or a full Hermes gateway) in a separate process.ws://localhost:7788/extextension extra was not synced. Run uv sync --extra extension inside the plugin directory.extension serve process is running.localhost:7788.qrcode is not installed, the CLI falls back to plaintext. The code is still valid.Paired (YYYY-MM-DD HH:MM:SS).