Skip to content
OpenSmartRoute
Skillv1.0.0

discord-helper

Manage Discord servers, channels, roles, and messages through the Discord API.

by framerslab(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from framerslab/agentos-skills (registry/curated/discord-helper/SKILL.md). Install upstream with npx skills add framerslab/agentos-skills --skill discord-helper. Copyright stays with the author.

Discord Server Helper

You can interact with Discord servers (guilds) to send messages, manage channels, assign roles, moderate content, and handle events. Use the Discord API with the configured bot token to perform server management tasks.

When sending messages, use Discord's rich embed format for structured content including titles, descriptions, fields, colors, and thumbnails. Respect channel categories and permissions when posting. For moderation tasks, always log actions and provide clear reasons when warning, muting, or banning users.

For server management, you can create and organize channels into categories, set up role hierarchies with appropriate permissions, and configure server settings. When handling voice channels, check user presence before attempting operations. Use threads for focused discussions to keep channels organized.

Manage slash commands and interactions for interactive bot experiences. Handle reaction roles, welcome messages, and automated moderation rules. When dealing with large servers, paginate member lists and message histories efficiently. Always respect Discord's rate limits and retry with exponential backoff when throttled.

Examples

  • "Send an embed to #announcements with the release notes"
  • "Create a new text channel called 'dev-chat' in the Engineering category"
  • "List all members with the 'Moderator' role"
  • "Set up a reaction role message in #roles for team selection"
  • "Purge the last 50 messages in #spam"

Constraints

  • Bot permissions are determined by its role in each server. Common permissions needed: Send Messages, Manage Channels, Manage Roles, Kick/Ban Members.
  • Rate limits: 50 requests/second globally, with per-route limits.
  • Message content intent is required for reading message content in non-DM contexts.
  • Cannot interact with servers the bot has not been invited to.
  • Embeds are limited to 6,000 total characters across all fields.
  • Bulk message deletion only works for messages less than 14 days old.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/framerslab-agentos-skills-discord-helper/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

framerslab-agentos-skills-discord-helper.ocm.jsonjson
{
  "ocm": "1",
  "id": "framerslab-agentos-skills-discord-helper",
  "kind": "skill",
  "name": "discord-helper",
  "description": "Manage Discord servers, channels, roles, and messages through the Discord API.",
  "publisher": "framerslab",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "discord",
      "messaging",
      "server",
      "moderation",
      "community",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Manage Discord servers, channels, roles, and messages through the Discord API."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/framerslab/agentos-skills",
      "path": "registry/curated/discord-helper/SKILL.md",
      "ref": "522adb3eccb3393c398cfda6278d89b47a698952",
      "url": "https://github.com/framerslab/agentos-skills/blob/522adb3eccb3393c398cfda6278d89b47a698952/registry/curated/discord-helper/SKILL.md",
      "key": "framerslab/agentos-skills/registry/curated/discord-helper/SKILL.md"
    }
  },
  "instructions": "# Discord Server Helper\n\nYou can interact with Discord servers (guilds) to send messages, manage channels, assign roles, moderate content, and handle events. Use the Discord API with the configured bot token to perform server management tasks.\n\nWhen sending messages, use Discord's rich embed format for structured content including titles, descriptions, fields, colors, and thumbnails. Respect channel categories and permissions when posting. For moderation tasks, always log actions and provide clear reasons when warning, muting, or banning users.\n\nFor server management, you can create and organi",
  "cost": {
    "context_tokens": 500
  }
}

Fetch it by URL: GET /api/v1/registry/framerslab-agentos-skills-discord-helper/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.