Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Discord messaging via `message_send` (channel=discord). Use for outbound sends, replies, edits, reactions, deletes, and attachment sends on Discord.
.claude/skills/understudy-ai-discord/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-08 | ✓→✗ | ▼ Worse | 14% | 0% |
| case-09 | ✓→✗ | ▼ Worse | -26% | 0% |
| case-19 | ✓→✗ | ▼ Worse | 24% | 0% |
message_send)Use the message_send tool. Understudy does not expose a separate provider-specific discord tool.
channel: "discord".message_send schema: recipient, text, threadId, replyTo, messageId, emoji, attachmentUrl, attachmentType, attachmentName, attachmentMimeType.channel:1234567890 or user:1234567890.<@USER_ID>.components, embeds, pollQuestion, thread-create, search, or set-presence.recipient: "channel:<id>" or recipient: "user:<id>".messageId, and include recipient when the adapter needs target context.Send message:
json{ "action": "send", "channel": "discord", "recipient": "channel:123", "text": "hello" }
Reply to a message:
json{ "action": "reply", "channel": "discord", "recipient": "channel:123", "replyTo": "456", "text": "Thanks, looking now." }
Send with attachment:
json{ "action": "sendAttachment", "channel": "discord", "recipient": "channel:123", "text": "see attachment", "attachmentUrl": "/tmp/example.png", "attachmentType": "image", "attachmentName": "example.png" }
json{ "action": "edit", "channel": "discord", "recipient": "channel:123", "messageId": "456", "text": "fixed typo" }
json{ "action": "react", "channel": "discord", "recipient": "channel:123", "messageId": "456", "emoji": "✅" }
json{ "action": "delete", "channel": "discord", "recipient": "channel:123", "messageId": "456" }
If you need polls, search, thread creation, pins, moderation, or presence changes, tell the user the current Understudy tool surface does not expose those Discord-specific operations directly.
<@USER_ID>.Other measured skills in the registry, with their headline benchmark lift.