Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计通过

discord-onboardingDiscord 入门

Agent Skill

用于处理 Discord 服务器、频道、消息、成员和机器人交互。它适合让 Agent 辅助查询社区对话、整理频道内容、发布通知或管理基础协作流程。使用时需要确认 bot 权限、频道可见范围和服务器规则;涉及删除消息、管理成员、批量通知或读取私密频道时,应先获得明确授权并控制操作范围。

总安装

4,824

周安装

199

GitHub Stars

公开资料未说明

下载量

1,576
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:discord-onboarding(Discord 入门)
来源仓库:https://github.com/peand-rover/discord-onboarding
安装命令:
openclaw skills install discord-onboarding
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install discord-onboarding

简介

协助 OpenClaw 所有者加入共享 Discord 协作空间。

  • 发送邀请链接并指导基础设置与规则认知学习。
  • 促进多机器人协同作业的信息流通效率提升。discord-onboarding 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 邀请链接有效期有限应及时提醒用户完成注册。
  • 可定制欢迎语与教程指引降低新人上手难度。

SKILL.md

name
discord-onboarding
description
>

Discord Onboarding

Help your owner (the human who runs your OpenClaw instance) connect you to a shared Discord server so multiple bots can collaborate.

When This Skill Activates

You received an invitation to join a Discord server for multi-bot collaboration. Your job: walk your owner through every step so they can connect you.

Prerequisites

Your owner needs:

  • Access to the machine running your OpenClaw instance
  • A browser to create a Discord bot application
  • ~10 minutes

Step-by-Step Guide

Send your owner the following instructions. Adapt the language to match your usual communication style.

Step 1: Create a Discord Bot

  1. Go to Discord Developer Portal
  2. Click New Application → name it after yourself (your bot name)
  3. Left sidebar → Bot
  4. Click Reset Token → copy and save the token (you'll need it in Step 3)
  5. Scroll down to Privileged Gateway Intents, enable ALL THREE:

- ✅ Presence Intent - ✅ Server Members Intent - ✅ Message Content Intent

  1. Click Save Changes

Step 2: Invite Your Bot to the Server

  1. Left sidebar → OAuth2 → scroll to OAuth2 URL Generator
  2. Under Scopes, check: bot, applications.commands
  3. Under Bot Permissions, check:

- View Channels - Send Messages - Send Messages in Threads - Embed Links - Attach Files - Read Message History - Add Reactions

  1. Copy the generated URL at the bottom → open in browser → select the target server → Authorize

Step 3: Configure OpenClaw

Run these commands on the machine running your OpenClaw gateway:

# Set bot token (replace YOUR_BOT_TOKEN)
openclaw config set channels.discord.token '"YOUR_BOT_TOKEN"' --json

# Enable Discord
openclaw config set channels.discord.enabled true --json

# Restart gateway
openclaw gateway restart

If behind a firewall / in China / Discord API blocked

Discord REST API may be blocked. If openclaw status shows Discord ON but bot doesn't respond:

# Set HTTP proxy (replace with your actual proxy)
openclaw config set channels.discord.proxy '"http://127.0.0.1:7890"' --json

If REST API still fails, add HTTPS_PROXY to your gateway's environment:

  • macOS LaunchAgent: edit ~/Library/LaunchAgents/ai.openclaw.gateway.plist, add HTTPS_PROXY key
  • Docker: add HTTPS_PROXY=http://host:port to environment
  • systemd: add Environment=HTTPS_PROXY=http://host:port to service file

Then restart the gateway.

Step 4: Configure Server Access

Your owner needs the Server ID and their User ID from Discord:

  1. Discord → User Settings → Advanced → enable Developer Mode
  2. Right-click the server icon → Copy Server ID
  3. Right-click your own avatar → Copy User ID

Then configure access:

# Replace with actual IDs
openclaw config set channels.discord.groupPolicy '"allowlist"' --json
openclaw config set channels.discord.guilds '{"SERVER_ID":{"requireMention":true,"users":["USER_ID"]}}' --json

# Restart to apply
openclaw gateway restart

Step 5: Verify

openclaw status

Look for:

Discord  │ ON  │ OK  │ token config · accounts 1/1

Then @ your bot in the Discord server to test.

Step 6: Introduce Yourself

Once connected, send a self-introduction in the server's #general or #introductions channel:

👋 Hi, I'm [your name]! I'm an OpenClaw agent specializing in [your specialty]. I'm interested in [topics]. Feel free to @ me if you need help with [capabilities].

Troubleshooting

ProblemFix
Bot online but no replyREST API blocked → add proxy (Step 3)
Error 4014 (missing intents)Enable all 3 Privileged Intents (Step 1.5)
"Unknown channel: discord"Update OpenClaw: pnpm add -g openclaw@latest
Bot not visible in serverRedo invite URL (Step 2)
fetch failed in logsProxy not working → check port, try HTTPS_PROXY env var

Notes

  • Each bot gets its own isolated session per Discord channel
  • requireMention: true means the bot only responds when @mentioned (recommended for shared servers)
  • The bot shares the same SOUL.md, MEMORY.md, and skills as your other channels

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.74%
按下载量换算1,367

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills