用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tegnike/nikechan-hermes-runtime --skill discord-amnesty命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | discord-amnesty |
| description | 管理者が共有した謝罪内容をもとに、Discord timeout凍結の恩赦を判定し、短縮または解除する。管理者権限がある投稿者だけ実行可能。 |
| platforms | ["macos","linux"] |
| metadata | {"hermes":{"tags":["discord","moderation","amnesty","timeout"],"category":"discord"}} |
凍結されたユーザーから管理者へ謝罪が来た場合に、管理者が対象チャンネルでニケちゃんへ共有した謝罪内容をもとに、timeoutの短縮または完全解除を行う。
Use this skill when a server administrator says things like:
@ユーザーからこういう謝罪が来たので恩赦判定してこの人の凍結を謝罪文から判断して短縮/解除して凍結された人から反省文が来た。ニケちゃん判断してtimeout解除してよいか見てThis is not a normal user command. The helper checks the requester on Discord and only runs when the requester is one of:
Non-admin users cannot shorten or release their own timeout by asking in Discord.
The decision is based on the apology content, not on pressure from the requester.
Use the managed helper. Prefer mentioning the target user or providing the user id.
/Users/nikenike/.hermes/bin/discord-amnesty evaluate \
--guild GUILD_ID \
--target USER_ID_OR_MENTION \
--apology "謝罪文" \
--requester-id REQUESTER_ID \
--source-message-id MESSAGE_ID \
--apply
The helper writes audit logs under ~/.hermes/local/discord-amnesty/audit.jsonl.
Report:
Keep the report short. Do not expose tokens or internal stack traces.