← Back to Skills Marketplace
zhangalexhy

onebot QQ群管理

by zhangalexhy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install onebot-group-admin
Description
QQ 群管理操作,通过 OneBot 11 API 实现群名修改、群公告、禁言、踢人、设置管理员、全员禁言等功能。当用户需要在 QQ 群中执行管理操作时使用,如修改群名、发公告、禁言某人、踢人、设置管理员等。
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install onebot-group-admin
  3. After installation, invoke the skill by name or use /onebot-group-admin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
通过OneBot 11 API发布用于QQ群管理的onebot-group-admin技能的初始版本: - 支持群组重命名、发布公告、成员禁言/封禁、踢出成员、设置管理员、全群禁言等操作。 - 提供命令行脚本接口以执行组管理操作。 - 包括脚本使用说明、所需参数以及每个支持操作的示例。 - 允许通过环境变量覆盖OneBot WebSocket端点和令牌。 - 注意机器人需要管理员权限。
Metadata
Slug onebot-group-admin
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is onebot QQ群管理?

QQ 群管理操作,通过 OneBot 11 API 实现群名修改、群公告、禁言、踢人、设置管理员、全员禁言等功能。当用户需要在 QQ 群中执行管理操作时使用,如修改群名、发公告、禁言某人、踢人、设置管理员等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install onebot QQ群管理?

Run "/install onebot-group-admin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is onebot QQ群管理 free?

Yes, onebot QQ群管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does onebot QQ群管理 support?

onebot QQ群管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created onebot QQ群管理?

It is built and maintained by zhangalexhy (@zhangalexhy); the current version is v1.0.0.

💬 Comments