بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف 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" |