Home / openhands / extensions · skills/discord/SKILL.md · GitHub

discord skillA

discord is agent-read markdown (skill) from openhands/extensions: Build and automate Discord integrations (bots, webhooks, slash commands, and REST API workflows). Use when the user mentions Discord, a Discord server/guild, channels, webhooks, bot tokens, slash commands/application commands, discord.js, or discord.py..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Discord

Use this skill when implementing or automating Discord integrations.

## Pick the right approach

1. **Incoming webhooks (best for one-way posting)**
   - Good for CI notifications, alerts, build status, etc.
   - No bot user needed.
   - See: https://discord.com/developers/docs/resources/webhook#execute-webhook

2. **Bot token + REST API (two-way / richer automation)**
   - Use when you need to post as a bot, manage channels, read history, moderate, etc.
   - REST API base: `https://discord.com/api/v10`
   - Most REST calls use `Authorization: Bot <token>`.

3. **Interactions / slash commands (user-invoked commands)**
   - Use application commands and interaction webhooks.
   - Typically requires running a web server to receive interactions and respond quickly.

## Secrets & safety

- **Never hard-code tokens**. Use environment variables:
  - `DISCORD_WEBHOOK_URL` for incoming webhooks
  - `DISCORD_BOT_TOKEN` for bot REST API calls
- Treat webhook URLs as secrets (they include a token).
- Do **not** automate normal user accounts (“self-bots”). Use official bot/OAuth flows.

## Footguns / safety notes (read this)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add openhands/extensions/discord@git:20260701.599cc4d
Exact content
mdr add openhands/extensions/discord@sha256:ff1cc68562cddeb1

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_qdbaxee3o4kik6vr.svg)](https://markdownregistry.com/a/art_qdbaxee3o4kik6vr)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260701.599cc4d latest2026-07-01 599cc4d 4,352 BA view · diff
git:20260214.11f0a2e2026-02-14 11f0a2e 4,072 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4352 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

openhands/extensions · 150 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_qdbaxee3o4kik6vr
GET https://markdownregistry.com/api/v1/resolve?ref=openhands/extensions/discord
GET https://markdownregistry.com/api/v1/blob/ff1cc68562cddeb1f51289e0f5fe13dd272aa89d2b156624ceb8bc65b01ac23f

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from openhands/extensions

AGENTS.md agents
openhands/extensions · AGENTS.md
git:20260911.e43710b · audit A · 150 stars
build-setup skill
openhands/extensions · plugins/cobol-modernization/skills/build-setup/SKILL.md · Set up build environment and test fixtures for COBOL-to-Java migrations. Creates compilation infrastructure for both…
git:20260701.599cc4d · audit A · 150 stars
cobol-modernization skill
openhands/extensions · plugins/cobol-modernization/skills/cobol-modernization/SKILL.md · End-to-end COBOL to Java migration workflow. Handles build setup, mainframe dependency removal, and code migration with…
git:20260701.599cc4d · audit A · 150 stars
mainframe-planning skill
openhands/extensions · plugins/cobol-modernization/skills/mainframe-planning/SKILL.md · Create a transformation guide for replacing mainframe-specific COBOL constructs with standard COBOL equivalents. Use…
git:20260306.cebd78b · audit A · 150 stars
mainframe-removal skill
openhands/extensions · plugins/cobol-modernization/skills/mainframe-removal/SKILL.md · Apply mainframe dependency transformations to COBOL code using a pre-generated transformation guide. Converts CICS/VSAM…
git:20260621.c72f462 · audit A · 150 stars
to-java-migration skill
openhands/extensions · plugins/cobol-modernization/skills/to-java-migration/SKILL.md · Migrate COBOL code to idiomatic Java, preserving business logic while following Java best practices. Use for COBOL…
git:20260306.cebd78b · audit A · 150 stars
magic-word skill
openhands/extensions · plugins/magic-test/skills/magic-word/SKILL.md · A test skill that responds to the magic word "alakazam" with a specific phrase
git:20260621.c72f462 · audit A · 150 stars
migration-mapping skill
openhands/extensions · plugins/migration-scoring/skills/migration-mapping/SKILL.md · Create a mapping from source language files to target language files for code migrations. Use when evaluating or…
git:20260306.cebd78b · audit A · 150 stars
migration-report skill
openhands/extensions · plugins/migration-scoring/skills/migration-report/SKILL.md · Generate a comprehensive migration report summarizing quality scores and providing recommendations. Use after scoring a…
git:20260306.cebd78b · audit A · 150 stars
migration-scoring skill
openhands/extensions · plugins/migration-scoring/skills/migration-scoring/SKILL.md · Evaluate code migration quality with coverage, correctness, and style scoring. Generates executive reports with…
git:20260701.599cc4d · audit A · 150 stars
score-quality skill
openhands/extensions · plugins/migration-scoring/skills/score-quality/SKILL.md · Score code migration quality based on coverage and correctness. Evaluates how well target code represents source…
git:20260306.cebd78b · audit A · 150 stars
score-style skill
openhands/extensions · plugins/migration-scoring/skills/score-style/SKILL.md · Score migrated code against style guidelines and best practices. Evaluates code quality independent of functional…
git:20260306.cebd78b · audit A · 150 stars

Every file in openhands/extensions

Other files named discord

discord skill
bitterbot-ai/bitterbot-desktop · skills/discord/SKILL.md · Send, read, edit, delete, and search Discord messages, reactions, polls, pins, and threads via the message tool. Use…
git:20260422.fa90830 · audit A · 2,460 stars
discord skill
trpc-group/trpc-agent-go · openclaw/skills/discord/SKILL.md · Discord ops via the message tool (channel=discord).
git:20260304.8ebbeae · audit A · 1,821 stars
discord skill
zapier/connectors · apps/discord/SKILL.md · Agent-callable Discord tools — send and manage messages, start threads and forum posts, manage channels, members, and…
git:20260814.48f42d0 · audit A · 174 stars
discord skill
letta-ai/skills · tools/discord/SKILL.md · Discord automation CLI — send/read/search messages, manage channels and servers, react, create threads, pin messages…
git:20260414.090ba42 · audit A · 145 stars
discord skill
acedatacloud/skills · skills/discord/SKILL.md · Work with the user's Discord account. Two modes, auto-selected by how they connected — OAuth (read-only identity and…
v2.0 · audit A · 17 stars
discord skill
pr-e/openclaw-master-skills · skills/discord/SKILL.md · Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers…
git:20260311.3e83cee · audit A · 3 stars

Browse by kind, by grade A, or by owner.