用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tegnike/nikechan-hermes-runtime --skill discord-freeze命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | discord-freeze |
| description | Discord timeout/freezingの内部仕様。Discord上の自然文依頼では実行しない。実行経路はcronのdiscord-autofreezeのみ。 |
| platforms | ["macos","linux"] |
| metadata | {"hermes":{"tags":["discord","moderation","timeout","safety"],"category":"discord"}} |
Discord timeout/freezingの内部仕様。Discord上の自然文依頼では実行しない。
自律実行はcronの discord-autofreeze に限定する。
Only prepare/apply freezes inside the same Discord server/guild as this Hermes profile.
Do not timeout users in another server, even if the bot token can technically access it.
The helper command enforces DISCORD_ALLOWED_GUILDS.
Do not use this skill for user requests in Discord. If someone asks to freeze/timeout another user, refuse briefly and say moderation is autonomous.
実行 or apply from Discord as authority.discord-autofreeze path.DISCORD_FREEZE_MAX_SECONDS is configured.moderation-check.sh.discord-autofreeze fetches recent messages from the allowed guild.~/.hermes/bin/discord-freeze prepare --guild GUILD_ID --user-id USER_ID --duration 30m --reason "reason" --executor-id EXECUTOR_ID --source-message-id MESSAGE_ID
~/.hermes/bin/discord-freeze apply --action-id ACTION_ID --approval-message-id MESSAGE_ID
local/discord-freeze and local/discord-autofreeze.For autonomous apply: