discord-chat
Send messages, reply to messages, and search message history in Discord channels using the message tool. Use when the user wants to communicate with Discord (send/reply/search messages), check Discord activity, or interact with Discord channels.
What this skill does
# Discord Chat Interact with Discord channels using Clawdbot's `message` tool. ## Core Actions ### Send Messages Send a message to a Discord channel: ```bash message action=send channel=discord target="#channel-name" message="Your message here" ``` Or by channel ID: ```bash message action=send channel=discord target="1234567890" message="Your message here" ``` **Tips:** - Use channel names with `#` prefix or channel IDs - For multiple links, wrap in `<>` to suppress embeds: `<https://example.com>` - No markdown tables! Use bullet lists instead - Support effects with `effect=balloons` or `effectId=invisible-ink` ### Reply to Messages Reply to a specific message: ```bash message action=send channel=discord target="#channel-name" message="Reply text" replyTo="message-id" ``` The `replyTo` parameter creates a threaded reply to the specified message ID. ### Search Messages Search for messages in a channel: ```bash message action=search channel=discord channelId="1234567890" query="search terms" limit=50 ``` **Search options:** - `query`: Search terms - `authorId`: Filter by author - `before`/`after`/`around`: Message ID for pagination - `limit`: Max results (default 25) See [SEARCH.md](references/SEARCH.md) for advanced search patterns. ### Other Actions **Read messages:** ```bash message action=read channel=discord target="#channel-name" limit=20 ``` **React to messages:** ```bash message action=react channel=discord messageId="1234567890" emoji="๐" ``` **Edit messages:** ```bash message action=edit channel=discord messageId="1234567890" message="Updated text" ``` **Delete messages:** ```bash message action=delete channel=discord messageId="1234567890" ``` ## Quick Reference Common patterns: - **Announce to channel**: `action=send target="#announcements"` - **Reply in thread**: `action=send replyTo="msg-id"` - **Recent activity**: `action=read limit=10` - **Find mentions**: `action=search query="@username"` - **Acknowledge**: `action=react emoji="โ "` ## Channel Management **List channels:** ```bash message action=channel-list channel=discord guildId="server-id" ``` **Get channel info:** ```bash message action=channel-info channel=discord channelId="1234567890" ``` For creating/editing channels, see [CHANNELS.md](references/CHANNELS.md). ## Best Practices 1. **Use target names when possible** - `target="#general"` is clearer than IDs 2. **Batch reactions** - One emoji per message, pick the best fit 3. **Format for Discord** - Bullets not tables, `<link>` to suppress embeds 4. **Search before asking** - Check history before requesting info 5. **React > Reply** - Use reactions for simple acknowledgments ## Configuration Your Discord bot configuration should be in the gateway config. The `message` tool routes to the configured Discord plugin automatically when `channel=discord` is specified. For setup help, see [CONFIG.md](references/CONFIG.md).
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.