discord
OfficialDiscord Bot API via curl.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill lets you interact with Discord channels, guilds, users, and messages via the Bot API using curl.
Core Features & Use Cases
- Send messages to channels
- Read messages from channels
- Manage channels and get server info
- Interact with users and roles for basic moderation tasks
Quick Start
bash -c 'curl -s "https://discord.com/api/v10/channels/${CHANNEL_ID}/messages" -H "Authorization: Bot ${DISCORD_BOT_TOKEN}" -H "Content-Type: application/json" -d '{"content":"Hello from bot!"}' | jq .
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: discord Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#discord Please download this .zip file, extract it, and install it in the .claude/skills/ directory.