一键导入
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" |