discord

Installation
SKILL.md

Discord automation with discord_cli.py

A bundled Python script that wraps the Discord REST API v10. Zero external dependencies — uses only Python stdlib (urllib, json, argparse).

Invoke as: python3 <path-to-skill>/scripts/discord_cli.py <command> <subcommand> [args]

Setup

1. Create a Discord bot

  1. Go to Discord Developer PortalNew Application
  2. Click Bot on the sidebar → click Reset Token → copy the token
  3. Critical: Scroll down to Privileged Gateway Intents and enable Message Content Intent — without this, message content will be empty in API responses
  4. Optionally enable Server Members Intent (needed for user list)

2. Add the bot to your server

  1. Click OAuth2 on the sidebar → scroll to OAuth2 URL Generator
  2. Check scopes: bot + applications.commands
Related skills

More from letta-ai/skills

Installs
31
Repository
letta-ai/skills
GitHub Stars
97
First Seen
Apr 23, 2026