ワンクリックで
discord-integration
Send messages and manage the Discord channel for this session
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Send messages and manage the Discord channel for this session
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Spawn new Claude/Gemini threads in specific folders. Use this when users want to work on specific projects.
Browser automation for web interaction
Discord channel and message management
GitHub repository and issue management
Persistent memory storage and retrieval for context across sessions
Web search and content fetching capabilities
| name | Discord Integration |
| description | Send messages and manage the Discord channel for this session |
Communicate directly with users in the Discord channel tied to this session.
update-channel.sh — Rename Channel/Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/update-channel.sh "channel-name" "Description of current task"
fix-auth-bug)send-to-discord.sh — Send Message/Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/send-to-discord.sh "Your message here"
/Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/send-to-discord.sh --title "Title" --description "Details" --color "green"
Required: Either plain message content, OR both --title AND --description for embeds.
Valid colors: green, red, yellow, blue, orange, purple
/Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/send-to-discord.sh --file "path/to/image.png" "Here is the image."
If you accidentally pass a file path as the first argument (or as --description), the script will auto-detect it and upload the file instead of sending the path text.
| Situation | Command |
|---|---|
| Start/switch task | /Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/update-channel.sh "task-name" "description" |
| Task done | /Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/send-to-discord.sh --title "✅ Done" --description "..." --color "green" |
| Need user input | /Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/send-to-discord.sh "Hey @username, I need..." |
| Error occurred | /Users/ray/Documents/DisCode/runner-agent/resources/skills/discord-integration/bin/send-to-discord.sh --title "⚠️ Error" --description "..." --color "red" |