discord-send

Send and reply to Discord channel messages using a user token.

5|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-send
Source: https://github.com/lycfyi/community-agent-plugin/tree/main/plugins/discord-user-connector/skills/discord-send
Command: npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-send

SYSTEM DOCUMENTATION & REQUIREMENTS

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

Frequently Asked Questions about discord-send

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending messages to Discord channels with a user token?

To automate sending Discord messages, you use a user token with a CLI tool to post payloads directly to target channels. This requires a valid discord token, a target channel ID, and a message payload to execute the automated send.

Can I reply to a specific message in a Discord channel instead of posting a new one?

Yes, you can reply to a specific Discord message by including the --reply-to flag with the target message ID. This threads your response directly under the original message without manual navigation.

What do I need to configure before posting new messages to Discord servers?

Before posting Discord messages, you need a valid discord_token for authentication and the numeric ID of the target channel. You optionally load a persona to align the message tone and signing.

Does persona-aware messaging apply when automating Discord replies?

Yes, persona-aware messaging aligns automated Discord replies with your configured persona for consistent tone and signing. Loading the persona status beforehand ensures the outbound messages match your established voice.

Are there rate limits or terms of service safeguards when automating Discord outreach?

The message sending process includes built-in handling for Discord rate limits and terms of service safeguards. These constraints prevent automated outreach from exceeding platform thresholds or violating usage policies.

What is the best way to manage conversations across multiple Discord servers and channels?

The best way to manage cross-server conversations is automating posts and replies via a token-authenticated CLI. By specifying different channel IDs and message IDs, you can maintain threaded discussions across various servers.