Overview
- Skill Key
- devxoul/agent-discordbot
- Author
- devxoul
- Source Repo
- openclaw/skills
- Version
- 1.10.5
- Source Path
- skills/devxoul/agent-discordbot
- Latest Commit SHA
- 24ca8583ba959d1d3cd9094b0227432fe52a26f4
Interact with Discord servers using bot tokens - send messages, read channels, manage reactions
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-discordbot 技能。 若已安装,则直接安装 agent-discordbot 技能。
# Agent DiscordBot A TypeScript CLI tool that enables AI agents and humans to interact with Discord servers using bot tokens. Unlike agent-discord which extracts user tokens from the desktop app, agent-discordbot uses standard Discord Bot tokens for server-side and CI/CD integrations. ## Quick Start ```bash # Set your bot token agent-discordbot auth set your-bot-token # Verify authentication agent-discordbot auth status # Send a message agent-discordbot message send 1234567890123456789 "Hello from bot!" # List channels agent-discordbot channel list ``` ## Authentication ### Bot Token Setup agent-discordbot uses Discord Bot tokens which you create in the Discord Developer Portal: ```bash # Set bot token (validates against Discord API before saving) agent-discordbot auth set your-bot-token # Set with a custom bot identifier agent-discordbot auth set your-bot-token --bot deploy --name "Deploy Bot" # Check auth status agent-discordbot auth status # Clear stored credentials agent-discordbot auth clear ``` ### Getting a Bot Token 1. Go to [discord.com/developers/applications](https://discord.com/developers/applications) 2. Click **New Application**, give it a name, and create 3. Go to **Bot** in the left sidebar 4. Click **Reset Token** (or **Copy** if the token is still visible) 5. Copy the token and store it securely ### Inviting the Bot to a Server After creating the application: 1. Go to **OAuth2** > **URL Generator** in the left sidebar 2. Under **Scopes**, select `bot` 3. Under **Bot Permissions**, select the permissions your bot needs (Send Messages, Read Message History, etc.) 4. Copy the generated URL and open it in your browser 5. Select the server and authorize ### Message Content Privileged Intent Bots in 100 or more servers require verification (you can apply once you reach 75+ servers), and verified bots must apply for access to the Message Content intent. Enable it to read message content: 1. Go to [discord.com/developers/applications](...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.
pardnchiu
A Go agentic AI platform with skill routing, multi-provider intelligent dispatch, Discord bot integration, and security-first shared agent design