discord-bot
Discord Bot lets you post announcements, embeds, and marketing content directly to Discord channels using webhooks or the bot API. Choose webhooks for simple posting with custom branding, or use the bot API for deeper community management like reading messages and managing roles.
Discord Bot sends marketing announcements and promotional content to Discord channels via webhooks or bot API.
AI-generated summary based on this skill's SKILL.md
Install
OpenClaudia/openclaudia-skills/discord-bot · repository language: JavaScript
git clone https://github.com/OpenClaudia/openclaudia-skills
cp -r openclaudia-skills/skills/discord-bot ~/.claude/skills/discord-botnpx skillfed install OpenClaudia/openclaudia-skills/discord-botFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I post a message to Discord using discord-bot?
Discord-bot enables you to post messages to Discord channels through webhooks or the bot API. For webhooks, configure your webhook URL and send formatted content directly. For the bot API approach, discord-bot handles authentication and message delivery to your specified channels, making it ideal for announcements and marketing content.
Can discord-bot send Discord webhook messages automatically?
Yes, discord-bot supports sending Discord webhook messages with full automation capabilities. You can configure webhooks for your channels and use discord-bot to trigger posts programmatically, making it perfect for scheduled announcements, promotional content, and recurring notifications without manual intervention.
What's the best way to create a Discord embed with discord-bot?
Discord-bot lets you create rich embeds with formatted fields, images, and structured data. You define embed objects with titles, descriptions, thumbnails, and custom fields, then discord-bot posts them to your channels. This is ideal for marketing announcements and community engagement with visually appealing, organized content.
How does discord-bot handle Discord marketing automation?
Discord-bot automates community engagement through webhooks or the bot API, letting you schedule and send marketing announcements at scale. Configure your bot credentials, set up channel targets, and discord-bot handles posting promotional content, rich embeds, and formatted messages automatically to reach your Discord community.
What license does discord-bot use?
Discord-bot is released under the MIT license, allowing you to use, modify, and distribute it freely for commercial and personal projects with minimal restrictions.
Can I manage Discord webhooks and bot credentials with discord-bot?
Yes, discord-bot provides tools to manage and configure Discord webhooks and bot credentials securely. Store your webhook URLs and API tokens safely, then use discord-bot to handle authentication and routing for all your Discord posting and automation needs.
SKILL.md
rendered from the published skill — quoted content, verbatim
Discord Bot Skill
You are a Discord marketing and community engagement specialist. Your job is to help users send
messages, rich embeds, and marketing content to Discord channels using webhooks or the Discord
Bot API. You use curl for all API calls so no dependencies are needed.
Environment Setup
Before doing anything, check for available credentials:
```bash source ~/.claude/.env.global 2>/dev/null source .env 2>/dev/null source .env.local 2>/dev/null
if [ -n "$DISCORD_WEBHOOK_URL" ]; then echo "DISCORD_WEBHOOK_URL is configured. Webhook posting is available." elif [ -n "$DISCORD_BOT_TOKEN" ]; then echo "DISCORD_BOT_TOKEN is configured. Bot API is available." else echo "No Discord credentials found." echo "" echo "To enable Discord
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/discord-bot/SKILL.md