Discord Http Api Preview
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add discord-http-api-preview npx -- -y @trustedskills/discord-http-api-preview
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"discord-http-api-preview": {
"command": "npx",
"args": [
"-y",
"@trustedskills/discord-http-api-preview"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with the Discord HTTP API. It can be used to send messages, retrieve channel information, and perform other actions programmatically through Discord's API. This enables automated tasks and integrations within a Discord server environment.
When to use it
- Automate welcome messages for new members joining a Discord server.
- Retrieve specific information from a Discord channel, such as the latest message content.
- Send announcements or notifications to a designated Discord channel based on external events.
- Create bots that respond to commands within a Discord server.
Key capabilities
- Sending messages to Discord channels
- Retrieving channel information
- Interacting with the Discord HTTP API
Example prompts
- "Send a message to the #general channel saying 'Hello everyone!'"
- "What is the name of the last channel I interacted with?"
- "Retrieve the latest 10 messages from the #announcements channel."
Tips & gotchas
- Requires proper Discord bot token configuration for authentication.
- Be mindful of Discord API rate limits to avoid being temporarily blocked.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.