원클릭으로
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 직업 분류 기준
| 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" |
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