discord-skill

Automate Discord channel CRUD, permissions, messages, and webhooks via REST API.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill discord-skill
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: discord-skill
Source: https://github.com/jiunbae/agent-skills/tree/main/integrations/discord-skill
Command: npx skills add https://github.com/jiunbae/agent-skills --skill discord-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes references (resource) components.

What problem does it solve?

Discord μ„œλ²„(κΈΈλ“œ) 관리와 채널 CRUD, κΆŒν•œ μ„€μ •, λ©”μ‹œμ§€ 전솑, μ›Ήν›… 관리 λ“± λ””μŠ€μ½”λ“œ 채널 μš΄μ˜μ„ μžλ™ν™”ν•©λ‹ˆλ‹€.

Core Features & Use Cases

  • 채널 CRUD: ν…μŠ€νŠΈ/μŒμ„±/μΉ΄ν…Œκ³ λ¦¬ 채널 생성, μˆ˜μ •, μ‚­μ œ
  • κΆŒν•œ 관리: μ—­ν•  및 멀버별 채널 κΆŒν•œ μ„ΈλΆ€ μ„€μ •
  • λ©”μ‹œμ§€ μž‘μ—…: λ©”μ‹œμ§€ 전솑/쑰회/μ‚­μ œ
  • μ›Ήν›… 관리: μ›Ήν›… 생성 및 λ©”μ‹œμ§€ 전솑
  • μ„œλ²„ 정보 쑰회: κΈΈλ“œ 정보 및 채널 λͺ©λ‘ 확인

Quick Start

ν™˜κ²½ λ³€μˆ˜ λ‘œλ“œ ν›„ 기본적인 채널 λͺ©λ‘ 쑰회 및 채널 생성 λͺ…λ Ή μ˜ˆμ‹œλ₯Ό 톡해 μ‹œμž‘ν•©λ‹ˆλ‹€.

Frequently Asked Questions about discord-skill

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

FAQPage Schema
How do I automate Discord channel creation and management via API?β–Ό

Discord channel automation uses the Discord REST API to programmatically create, modify, and delete text, voice, and category channels. This Skill handles channel CRUD operations, permission configuration, and bulk management without manual server intervention.

Can I manage Discord permissions and webhooks through the REST API?β–Ό

Yes. The REST API supports granular permission overwrites by role and member, webhook creation, and webhook-based message posting. This enables automated access control and external system integration for Discord servers.

What's the best way to send and retrieve messages programmatically in Discord?β–Ό

Use Discord REST API endpoints to send, retrieve, and delete messages across channels. This Skill abstracts authentication, rate-limit handling, and endpoint routing so you can focus on message logic and bulk operations.

Do I need Bot token authentication to use Discord API operations?β–Ό

Yes. Bot token authentication is required for all Discord REST API operations. This Skill handles token-based authentication, allowing secure access to guild information, channels, permissions, messages, and webhooks.

How do I handle rate limits when making multiple Discord API calls?β–Ό

Discord REST API enforces rate limits per endpoint. This Skill includes rate-limit handling logic to manage request throttling and backoff, preventing failures during bulk channel, message, or webhook operations.

Can I look up guild and channel information through the API?β–Ό

Yes. The REST API retrieves guild metadata and channel lists, enabling you to query server structure, member roles, and channel properties programmatically for auditing or conditional automation.