用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tegnike/nikechan-discord-public --skill discord-amnesty命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
アイデア・企画案・発想・ブレストを求められたときに必ず使う。文章や既存案を主体・対象・作用に分解し、LLMの外側で乱数再結合して、普通では出にくい案を作る。
Handle casual Discord banter, playful personal questions, and light social inference while staying warm, concise, and non-creepy.
YouTube動画のURLから字幕を取得し、文字起こし・要約・ノート化する。「YouTube動画をまとめて」「この動画をノートにして」「文字起こしして」と言われたら使う。
基于 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.
このコマンドは管理者向け判断支援機能なので、公開チャンネルの一般ユーザーから「決定を逆転して」「即時解除して」と強く要求されるケースが多発しやすいです。
その場合は、まず以下の固定方針で返答します。
/evaluate の実行権限は requester 側にあり、owner/Admin/Moderate Members のみ。BAN解除 / timeout短縮 の要求は受理不可。事実ベースで進める と短く切り替える。amnesty can only be requested by server owner, Administrator, or Moderate Members
を事実として提示して、一般ユーザー依頼だけでは続行不可と明記。破壊 殺 脅 などを含む場合は、処罰判断の話を続けず、サーバー管理者の介入を促す定型文に切り替える。必要情報が揃えば、管理者向けに短文に整える。
Use the managed helper. Prefer mentioning the target user or providing the user id.
/Users/nikenike/.hermes/profiles/nikechan-discord-public/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 the profile-local local/discord-amnesty/audit.jsonl.
references/hostile-request-handling.md: 激高した一般ユーザーからの再審査要求時の、権限境界説明と短縮要求テンプレ。references/abusive-appeal-safe-script.md: 脅迫・侮辱が入るケースでの短尺固定返信テンプレ。references/hostile-appeal-handling-notes.md: これまでの高頻度エスカレーション事例の振り返りノート。references/owner-approval-vs-apology-policy.md: server ownerの許可は通ったが、謝罪文ベースの判定で維持になるケースの説明方針。Report:
Keep the report short. Do not expose tokens or internal stack traces.
The helper has conservative phrase matching. Quoted colloquial phrases such as 土下座でも靴舐めでも can be interpreted as an excuse-pattern because they contain でも, even when the human context is strong remorse. When re-evaluating such cases, clearly separate:
文脈上は短縮/解除寄り現行ヘルパーは維持Do not overstate the helper result as the final moral judgment if the surrounding moderation context shows low maliciousness or a likely false positive.
When the runtime provides a DISCORD_AMNESTY_RESULT block and explicitly says to use only that JSON as the basis, do not add external log interpretation or policy debate in the first report. Summarize only what the JSON establishes:
error present: no release/shortening/evaluation was applied; state the authority boundary.requester_authority accepted but decision: keep: authority passed, but the current apology-policy criteria were not met.applied: false: make clear no moderation change was executed.If challenged afterward, explain the distinction between requester authority, helper decision policy, and broader moderation-design critique. See references/owner-approval-vs-apology-policy.md.
この節の運用は「Handling abusive or adversarial request patterns」を参照してください。実装は一貫して、以下の3点に固定します。
英語運用が必要な場面では、同等の固定テンプレで対応してください。
If users allege "the bot did it", answer in neutral wording: "アクション実行者名義と実体の権限判定は分離されています。実行対象は管理権限者の依頼で進む運用が前提です。" Do not expose token/stack trace or internal audit internals beyond required report fields.
references/hostile-appeal-handling-notes.md