discord — discord install for AI agents discord, Openclawd, community, discord install for AI agents, ide skills, discord API for AI development, discord bot setup for AI, discord messaging for AI agents, discord integration with AI platforms, Claude Code, Cursor

v1.0.0
GitHub

About this Skill

Ideal for Social Media Agents requiring seamless Discord channel integration and user interaction capabilities. Discord is a communication platform that allows AI agents to send messages and interact with users via the message tool, with features like channel and user targeting.

Features

Sends messages to Discord channels and users via the message tool
Respects gating for actions like roles, moderation, presence, and channels
Supports explicit IDs for guilds, channels, and users
Allows multi-account support with optional accountId
Targets specific channels and users with to: channel:<id> or to: user:<id> syntax

# Core Topics

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

Agent Capability Analysis

The discord skill by LongIV999 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for discord install for AI agents, discord API for AI development, discord bot setup for AI.

Ideal Agent Persona

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

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.

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
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

discord

Unlock the power of Discord with our AI agent skill. Learn how to send messages, respect gating, and prefer explicit IDs. Get started with our setup guide...

SKILL.md
Readonly

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.

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 is a communication platform that allows AI agents to send messages and interact with users via the message tool, with features like channel and user targeting.

How do I install discord?

Run the command: npx killer-skills add LongIV999/Openclawd/discord. 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/discord. 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.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI