discord
SolidRead, send, react to, edit, pin, and thread Discord messages with HybridClaw's `message` tool.
AI & Automation 126 stars
11 forks Updated today MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Discord Operations
Use HybridClaw's `message` tool for Discord work. This skill is for actions, not long-form catchups.
## Use Cases
- read recent channel traffic before replying
- send or edit a message in a specific channel
- react with a status emoji
- pin or unpin an important message
- create or reply inside a thread
- inspect channel or member information
## Working Rules
- Prefer explicit numeric `guildId`, `channelId`, `messageId`, and `userId` values.
- If the user gives a channel name, include `guildId` so the tool can resolve it safely.
- Read first, act second.
- Keep outbound Discord copy short and conversational.
- Do not use markdown tables in Discord messages.
- Confirm before deleting, mass-posting, or editing a message that materially changes meaning.
## Common Patterns
Read recent messages:
```json
{"action":"read","channelId":"1234567890","guildId":"9876543210","limit":20}
```
Send a message:
```json
{"action":"send","channelId":"1234567890","guildId":"9876543210","content":"Status update: the migration finished cleanly."}
```
React to a message:
```json
{"action":"react","channelId":"1234567890","guildId":"9876543210","messageId":"112233445566","emoji":"white_check_mark"}
```
Pin a message:
```json
{"action":"pin","channelId":"1234567890","guildId":"9876543210","messageId":"112233445566"}
```
Create a thread from a message:
```json
{"action":"thread-create","channelId":"1234567890","guildId":"9876543210","messageId":"112233445566","name"...
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
discord-automation
Automate Discord tasks via Rube MCP (Composio): messages, channels, roles, webhooks, reactions. Always search tools first for current schemas.
3,226 Updated today
davepoon AI & Automation Listed
discordbot
List channels, read recent messages, send channel messages, and send a single user-initiated DM on Discord using the user's own bot via the Discord REST API.
13 Updated today
AceDataCloud AI & Automation Listed
discord-configure
Configure the Discord channel — save bot token, set auto-thread, embed options.
21 Updated 4 days ago
0xMaxMa