notify-discord

Discord の Webhook を使ってメッセージを送信する。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "notify-discord" with this command: npx skills add tanabee/skills/tanabee-skills-notify-discord

Discord の Webhook でメッセージを送信する。API 仕様は references/execute-webhook.md を参照。

  1. このファイル(SKILL.md)と同じディレクトリにある config.json から webhook_url を取得する。存在しない場合はユーザーに Webhook URL を質問し、config.json に保存する
  2. $ARGUMENTS をもとに送信内容を決定する。空の場合はユーザーに質問する。$ARGUMENTS の内容に応じて JSON リクエストを動的に生成する(シンプルなテキストは content、タイトル・説明・色などリッチな表現が必要な場合は embeds を使う)。フィールドの詳細は references/execute-webhook.md を参照
  3. curlPOST <webhook_url> を実行し、結果をユーザーに報告する

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

implement

No summary provided by upstream source.

Repository SourceNeeds Review
General

plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

create-pr-text

No summary provided by upstream source.

Repository SourceNeeds Review
General

create-checklist

No summary provided by upstream source.

Repository SourceNeeds Review