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

Installs
84
Repository
letta-ai/skills
GitHub Stars
122
First Seen
Apr 23, 2026
discord — letta-ai/skills