โ† All skills
Tencent SkillHub ยท Developer Tools

Discord Hub My

OpenClaw skill for Discord Bot API workflows, covering interactions, commands, messages, and operations using direct HTTPS requests.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

OpenClaw skill for Discord Bot API workflows, covering interactions, commands, messages, and operations using direct HTTPS requests.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, discord_send.sh, references/discord-api-overview.md, references/discord-app-commands.md, references/discord-auth-and-tokens.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Purpose

Provide a production-oriented guide for building Discord bot workflows via the REST API and Interactions, focusing on professional command UX, safe operations, and direct HTTPS usage (no SDKs).

Best fit

You want command-first bot behavior and clear interaction flows. You prefer direct HTTP requests without a library dependency. You need a structured map of Discord API surfaces.

Not a fit

You need a full SDK or gateway client implementation. You plan to stream large media uploads directly.

Quick orientation

Read references/discord-api-overview.md for base URL, versioning, and object map. Read references/discord-auth-and-tokens.md for token types and security boundaries. Read references/discord-interactions.md for interaction lifecycle and response patterns. Read references/discord-app-commands.md for slash, user, and message commands. Read references/discord-messages-components.md for messages, embeds, and components. Read references/discord-gateway-webhooks.md for gateway vs webhook tradeoffs. Read references/discord-rate-limits.md for throttling and header-based handling. Read references/discord-request-templates.md for HTTP payload templates. Read references/discord-feature-map.md for the full surface checklist.

Required inputs

Bot token and application ID. Interaction endpoint public key (if using interaction webhooks). Command list and UX tone. Allowed intents and event scope.

Expected output

A clear bot workflow plan, command design, and operational checklist.

Operational notes

Prefer interactions and slash commands over prefix parsing. Always validate incoming interaction signatures. Keep payloads small and respond quickly to interactions.

Security notes

Never log tokens or secrets. Use least-privilege permissions and scopes.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • references/discord-api-overview.md Docs
  • references/discord-app-commands.md Docs
  • references/discord-auth-and-tokens.md Docs
  • discord_send.sh Scripts
  • _meta.json Config