← 返回 Skills 市场
3357
总下载
2
收藏
21
当前安装
2
版本数
在 OpenClaw 中安装
/install discord-hub
功能描述
OpenClaw skill for Discord Bot API workflows, covering interactions, commands, messages, and operations using direct HTTPS requests.
使用说明 (SKILL.md)
Discord Bot API Skill (Advanced)
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.mdfor base URL, versioning, and object map. - Read
references/discord-auth-and-tokens.mdfor token types and security boundaries. - Read
references/discord-interactions.mdfor interaction lifecycle and response patterns. - Read
references/discord-app-commands.mdfor slash, user, and message commands. - Read
references/discord-messages-components.mdfor messages, embeds, and components. - Read
references/discord-gateway-webhooks.mdfor gateway vs webhook tradeoffs. - Read
references/discord-rate-limits.mdfor throttling and header-based handling. - Read
references/discord-request-templates.mdfor HTTP payload templates. - Read
references/discord-feature-map.mdfor 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.
安全使用建议
This skill appears to be a coherent, instruction-only Discord API guide, but exercise caution before providing any bot tokens or keys. Do not paste secrets into a chat thread or skill prompt; instead use a secure secret store or environment variables local to your deployment. Prefer creating a dedicated test bot with minimal scopes for evaluation, and rotate tokens immediately if exposed. Ask the publisher (or check a source/homepage) how the skill expects to receive/store credentials and whether the agent will log or transmit them. If you must try this skill, test in a dev/test guild with restricted permissions and avoid giving it your production bot token. The manifest should ideally declare required credentials so you can manage them securely — the absence of declared env vars is the main inconsistency to verify before install.
功能分析
Type: OpenClaw Skill
Name: discord-hub
Version: 1.1.0
The skill bundle consists entirely of documentation files (`SKILL.md` and several `references/*.md`) providing a guide for building Discord bots using the REST API. There is no executable code, external network calls, or attempts at data exfiltration. The `SKILL.md` file contains instructions for the AI agent to read internal documentation, which is a benign action, and includes explicit security advice such as 'Never log tokens or secrets'. No prompt injection attempts or other malicious indicators were found.
能力评估
Purpose & Capability
The name/description and the included reference files (API overview, interactions, request templates, rate-limits, auth) are coherent: this is a REST/Interactions-focused Discord bot guidance pack and the materials match that purpose.
Instruction Scope
SKILL.md and supporting files stay within the stated domain (how to call Discord REST endpoints, validate interaction signatures, and design commands). The instructions explicitly require bot tokens, application ID, and interaction public key as inputs; they do not instruct the agent to read arbitrary system files or contact unexpected external endpoints. However, the instructions rely on handling sensitive secrets at runtime (e.g., bot token) which is important to highlight.
Install Mechanism
There is no install spec and no code files — this is instruction-only. That minimizes risk from arbitrary code downloads or installations.
Credentials
The skill's runtime text explicitly requires sensitive credentials (Bot token, application ID, interaction public key) and operational inputs (allowed intents), but the registry metadata declares no required env vars or primary credential. This mismatch means the skill expects secrets via conversation or external injection rather than declaring them in the manifest — increasing the chance a user will be asked to paste tokens into chat or store them insecurely. There is no justification in the files for other unrelated credentials, but the lack of declared credential fields is a notable inconsistency.
Persistence & Privilege
always is false, the skill has no install/daemon behavior and does not request system-level persistence or modification of other skills. It does not request elevated or permanent agent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install discord-hub - 安装完成后,直接呼叫该 Skill 的名称或使用
/discord-hub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Initial release of discord-hub skill.
- Provides a production-oriented guide for creating Discord bot workflows via the REST API and Interactions.
- Focuses on advanced command UX, security best practices, and HTTP request usage without libraries.
- Includes reference documents for API surfaces, authentication, commands, interactions, and rate limits.
- Lists required inputs and outlines expected outputs for effective bot operation.
- Emphasizes safe operation, quick responses, and strong security practices.
v1.0.0
Initial release of discord-hub skill.
- Provides a production-focused guide for building Discord bot workflows using direct HTTPS requests.
- Covers Discord API surfaces including commands, interactions, messages, and operational best practices.
- Emphasizes command-first UX, robust security guidance, and no SDK/library dependencies.
- Includes a structured set of reference documents for API overview, authentication, command setup, and rate limiting.
- Geared toward professional bot developers seeking precise API control and workflow clarity.
元数据
常见问题
Discord 是什么?
OpenClaw skill for Discord Bot API workflows, covering interactions, commands, messages, and operations using direct HTTPS requests. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3357 次。
如何安装 Discord?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install discord-hub」即可一键安装,无需额外配置。
Discord 是免费的吗?
是的,Discord 完全免费(开源免费),可自由下载、安装和使用。
Discord 支持哪些平台?
Discord 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discord?
由 codedao12(@codedao12)开发并维护,当前版本 v1.1.0。
推荐 Skills