com um clique
discord-integration
Send messages and manage the Discord channel for this session
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Send messages and manage the Discord channel for this session
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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" |