返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
d

discord-roster

Query Discord guild members, list bots, get channel and role info via REST API. Use when: listing server members, checking who's a bot, viewing channel permissions, inspecting guild roles, or auditing a Discord server's roster.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
134
下载量
0
收藏
概述
安装方式
版本历史

discord-roster

# Discord Roster Inspect Discord guilds: members, bots, channels, roles. Read-only queries via REST API. ## Setup The script `scripts/discord-roster.sh` handles everything. It reads the bot token from `~/.openclaw/openclaw.json` and auto-detects proxy settings. ## Usage ```bash bash skills/discord-roster/scripts/discord-roster.sh <command> [args...] ``` ### Commands **List guild members** (most common): ```bash # All members bash skills/discord-roster/scripts/discord-roster.sh members <guild_id> # Bots only bash skills/discord-roster/scripts/discord-roster.sh members <guild_id> --bots # Humans only bash skills/discord-roster/scripts/discord-roster.sh members <guild_id> --humans ``` **Get channel info**: ```bash bash skills/discord-roster/scripts/discord-roster.sh channel <channel_id> ``` **List guild channels**: ```bash bash skills/discord-roster/scripts/discord-roster.sh channels <guild_id> ``` **List guild roles**: ```bash bash skills/discord-roster/scripts/discord-roster.sh roles <guild_id> ``` **Look up which guild a channel belongs to**: ```bash bash skills/discord-roster/scripts/discord-roster.sh guild-of <channel_id> ``` ## Output All commands output clean, tab-separated text for easy parsing. Example for `members`: ``` TYPE USERNAME DISPLAY_NAME ID JOINED_AT ROLES BOT my-bot — 1234567890123456789 2026-01-15T10:30 9876543210987654321 BOT helper-bot — 2345678901234567890 2026-01-15T10:31 — HUMAN johndoe John 3456789012345678901 2026-01-15T10:25 — ``` ## Proxy The script checks for proxy in this order: 1. `channels.discord.proxy` in openclaw.json 2. `HTTPS_PROXY` / `https_proxy` env var 3. Direct connection (no proxy) ## Troubleshooting - **403 Forbidden**: Bot lacks `SERVER MEMBERS INTENT` — enable in Discord Developer Portal > Bot > Privileged Gateway Intents. - **Unknown Guild**: Bot isn't in that guild. Invite it first. - **Connection timeout**: Check proxy settings. Discord requires external network access.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 discord-roster-1776119103 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 discord-roster-1776119103 技能

通过命令行安装

skillhub install discord-roster-1776119103

下载 Zip 包

⬇ 下载 discord-roster v1.0.2

文件大小: 3.89 KB | 发布时间: 2026-4-17 14:39

v1.0.2 最新 2026-4-17 14:39
- No changes detected in this version.
- All functionality and documentation remain the same as the previous release.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部