What problem does it solve?
This skill enables users to post and reply to messages in Discord channels using a configured user token, automating routine outreach and community updates.
Core Features & Use Cases
- Send messages to Discord channels using a user token to post content or replies.
- Reply to a specific message to continue conversations without manual navigation.
- Persona-aware messaging aligns with your configured persona for consistent tone and signing when appropriate.
- Use cases include announcements, moderation prompts, and thread replies across channels and servers.
Quick Start
Load your persona, then start sending messages with the provided CLI. For example:
- Load persona: python ${CLAUDE_PLUGIN_ROOT}/../community-agent/tools/persona_status.py --prompt
- Send a message to a channel: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_send.py --channel CHANNEL_ID --message "Hello, world"
- Reply to a message: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_send.py --channel CHANNEL_ID --message "Nice reply" --reply-to MESSAGE_ID