← 返回 Skills 市场
zhangalexhy

onebot QQ群管理

作者 zhangalexhy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install onebot-group-admin
功能描述
QQ 群管理操作,通过 OneBot 11 API 实现群名修改、群公告、禁言、踢人、设置管理员、全员禁言等功能。当用户需要在 QQ 群中执行管理操作时使用,如修改群名、发公告、禁言某人、踢人、设置管理员等。
安全使用建议
This skill appears to do what it says (manage QQ groups via a OneBot WebSocket), but review and consider the following before use: - The helper script can read any local file when you pass a parameter like key=@/path/to/file. That is necessary for uploading portrait files, but it also means a malicious or mistaken invocation could read sensitive files and send their contents over the WebSocket. Only run the script in a trusted environment and avoid passing paths to sensitive files. - The code contains a hardcoded default token (ONEBOT_WS_TOKEN) and a nonstandard NODE_PATH. Treat the embedded token as suspicious: confirm whether it is intended, remove or replace it, and set your own token via ONEBOT_WS_TOKEN. Consider asking the publisher why the token is hardcoded. - Verify the ONEBOT_WS_URL you use. The default is localhost (ws://127.0.0.1:13001), which is safer; do not point the skill at an untrusted remote WebSocket endpoint unless you understand the implications. - If you do not trust the source (homepage unknown), consider running the script in a sandbox or reviewing/modifying the code (e.g., restrict file-read behavior to image paths only and remove the hardcoded token) before enabling the skill.
能力评估
Purpose & Capability
Name and description match the implementation: the script sends OneBot actions over a WebSocket to perform group operations (rename, notices, ban, kick, set admin, upload portrait, etc.). No unrelated services or credentials are requested.
Instruction Scope
The script supports a special syntax key=@/path/to/file which reads arbitrary local files and inserts their contents into parameters. While useful for uploading images, it also allows exfiltration of any local file if misused. SKILL.md documents local file paths for the 'file' parameter, but does not explicitly warn about the broader risk of reading arbitrary system files.
Install Mechanism
Instruction-only skill with a single JS helper file and no install spec. Nothing is downloaded or executed from remote URLs by an installer.
Credentials
The script honors ONEBOT_WS_URL and ONEBOT_WS_TOKEN (documented in SKILL.md) which is appropriate. However, the code contains a hardcoded default token ('FTubmd6pc77aX~XK'), which is unexpected and poor practice: embedding credentials in code can be accidental or misleading. The script also mutates module resolution by pushing a root NODE_PATH, which is unusual and may cause it to load unexpected modules from that path.
Persistence & Privilege
always is false, no install steps, and the skill does not modify other skill or system-wide configurations. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install onebot-group-admin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /onebot-group-admin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
通过OneBot 11 API发布用于QQ群管理的onebot-group-admin技能的初始版本: - 支持群组重命名、发布公告、成员禁言/封禁、踢出成员、设置管理员、全群禁言等操作。 - 提供命令行脚本接口以执行组管理操作。 - 包括脚本使用说明、所需参数以及每个支持操作的示例。 - 允许通过环境变量覆盖OneBot WebSocket端点和令牌。 - 注意机器人需要管理员权限。
元数据
Slug onebot-group-admin
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

onebot QQ群管理 是什么?

QQ 群管理操作,通过 OneBot 11 API 实现群名修改、群公告、禁言、踢人、设置管理员、全员禁言等功能。当用户需要在 QQ 群中执行管理操作时使用,如修改群名、发公告、禁言某人、踢人、设置管理员等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 onebot QQ群管理?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install onebot-group-admin」即可一键安装,无需额外配置。

onebot QQ群管理 是免费的吗?

是的,onebot QQ群管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

onebot QQ群管理 支持哪些平台?

onebot QQ群管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 onebot QQ群管理?

由 zhangalexhy(@zhangalexhy)开发并维护,当前版本 v1.0.0。

💬 留言讨论