discord — for Claude Code discord, Openclawd, community, for Claude Code, ide skills, message, channel: "discord", channels.discord.actions.*, moderation, presence

v1.0.0

About this Skill

Ideal for Social Media Agents requiring seamless Discord channel integration and user interaction capabilities. Discord ops via the message tool (channel=discord).

Features

Discord (Via message)
Use the message tool. No provider-specific discord tool exposed to the agent.
Always: channel: "discord".
Respect gating: channels.discord.actions. (some default off: roles, moderation, presence, channels).
Prefer explicit ids: guildId, channelId, messageId, userId.

# Core Topics

LongIV999 LongIV999
[0]
[0]
Updated: 3/12/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Ideal for Social Media Agents requiring seamless Discord channel integration and user interaction capabilities. Discord ops via the message tool (channel=discord).

Core Value

Empowers agents to send targeted messages via Discord, utilizing explicit IDs for guilds, channels, and users, while respecting gating protocols such as roles, moderation, and presence, all through the `message` tool.

Ideal Agent Persona

Ideal for Social Media Agents requiring seamless Discord channel integration and user interaction capabilities.

Capabilities Granted for discord

Sending automated notifications to specific Discord channels
Implementing Discord-based user support systems with targeted messaging
Managing Discord communities through automated moderation actions

! Prerequisites & Limits

  • Requires explicit IDs for guilds, channels, and users
  • Respects gating, with some actions defaulting to off (e.g., roles, moderation, presence)
  • Multi-account support is optional and requires `accountId` specification

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is discord?

Ideal for Social Media Agents requiring seamless Discord channel integration and user interaction capabilities. Discord ops via the message tool (channel=discord).

How do I install discord?

Run the command: npx killer-skills add LongIV999/Openclawd. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for discord?

Key use cases include: Sending automated notifications to specific Discord channels, Implementing Discord-based user support systems with targeted messaging, Managing Discord communities through automated moderation actions.

Which IDEs are compatible with discord?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for discord?

Requires explicit IDs for guilds, channels, and users. Respects gating, with some actions defaulting to off (e.g., roles, moderation, presence). Multi-account support is optional and requires `accountId` specification.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add LongIV999/Openclawd. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use discord immediately in the current project.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

discord

Install discord, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Discord (Via message)

Use the message tool. No provider-specific discord tool exposed to the agent.

Musts

  • Always: channel: "discord".
  • Respect gating: channels.discord.actions.* (some default off: roles, moderation, presence, channels).
  • Prefer explicit ids: guildId, channelId, messageId, userId.
  • Multi-account: optional accountId.

Targets

  • Send-like actions: to: "channel:<id>" or to: "user:<id>".
  • Message-specific actions: channelId: "<id>" (or to) + messageId: "<id>".

Common Actions (Examples)

Send message:

json
1{ 2 "action": "send", 3 "channel": "discord", 4 "to": "channel:123", 5 "message": "hello", 6 "silent": true 7}

Send with media:

json
1{ 2 "action": "send", 3 "channel": "discord", 4 "to": "channel:123", 5 "message": "see attachment", 6 "media": "file:///tmp/example.png" 7}

React:

json
1{ 2 "action": "react", 3 "channel": "discord", 4 "channelId": "123", 5 "messageId": "456", 6 "emoji": "✅" 7}

Read:

json
1{ 2 "action": "read", 3 "channel": "discord", 4 "to": "channel:123", 5 "limit": 20 6}

Edit / delete:

json
1{ 2 "action": "edit", 3 "channel": "discord", 4 "channelId": "123", 5 "messageId": "456", 6 "message": "fixed typo" 7}
json
1{ 2 "action": "delete", 3 "channel": "discord", 4 "channelId": "123", 5 "messageId": "456" 6}

Poll:

json
1{ 2 "action": "poll", 3 "channel": "discord", 4 "to": "channel:123", 5 "pollQuestion": "Lunch?", 6 "pollOption": ["Pizza", "Sushi", "Salad"], 7 "pollMulti": false, 8 "pollDurationHours": 24 9}

Pins:

json
1{ 2 "action": "pin", 3 "channel": "discord", 4 "channelId": "123", 5 "messageId": "456" 6}

Threads:

json
1{ 2 "action": "thread-create", 3 "channel": "discord", 4 "channelId": "123", 5 "messageId": "456", 6 "threadName": "bug triage" 7}

Search:

json
1{ 2 "action": "search", 3 "channel": "discord", 4 "guildId": "999", 5 "query": "release notes", 6 "channelIds": ["123", "456"], 7 "limit": 10 8}

Presence (often gated):

json
1{ 2 "action": "set-presence", 3 "channel": "discord", 4 "activityType": "playing", 5 "activityName": "with fire", 6 "status": "online" 7}

Writing Style (Discord)

  • Short, conversational, low ceremony.
  • No markdown tables.
  • Prefer multiple small replies over one wall of text.

Related Skills

Looking for an alternative to discord or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer