discord
Discord messaging workflows through OpenClaw's message tool.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=openclaw-openclaw-extensions-discord-skills-discord-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name discord description Discord messaging workflows through OpenClaw's message tool. metadata {"openclaw":{"emoji":"🎮","requires":{"config":"[Truncated]"}}} allowed-tools ["message"] Discord Use the message tool with channel: "discord" . The tool schema lists the actions enabled by the current account's channels.discord.actions.* gates; do not assume unavailable actions. Workflow Prefer stable guildId , channelId , messageId , and userId values from context. Pass accountId when more than one Discord account could apply. Resolve the exact message before editing, deleting, pinning, moderating, or reacting when the user's reference is ambiguous. Keep thread replies in their existing thread. A forum parent cannot receive components; send components to the created forum thread instead. Confirm destructive or moderation actions unless the user already specified the exact target and action. Interactive components components must be a structured object or native component array, never a placeholder string. Do not combine components v2 with legacy embeds . { "action" : "send" , "channel" : "discord" , "to" : "channel:123" , "message" : "Choose an option" , "components" : { "blocks" : [ { "type" : "actions" , "buttons" : [ { "label" : "Approve" , "style" : "success" , "callbackData" : "approve" } , { "label" : "Decline" , "style" : "danger" , "callbackData" : "decline" } ] } ] } } Discord mention syntax, component availability, and form hints are injected automatically. Follow the current hints and tool schema rather than a duplicated action catalog.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |