← Back to Skills Marketplace
387
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install qqbot-multi-account
Description
QQBot 多账号运维排障技能。用于 OpenClaw 多 Bot、多 Agent 场景下的账号绑定检查、重复会话诊断、主动发送与本地插件打包导出。触发词:QQBot多账号、双机器人、双Agent、账号绑定、重复会话、appId隔离。
Usage Guidance
This skill appears to do what it says: inspect local OpenClaw/qqbot configuration and create a tarball of the local qqbot extension. Before running: (1) review your OpenClaw config (~/.openclaw/openclaw.json) and any client secret files referenced by clientSecretFile to ensure you’re comfortable those paths will be printed or included, (2) understand that export-local-qqbot.sh packages the entire extension directory (QQBOT_SRC_DIR or ~/.openclaw/extensions/qqbot) which may contain secrets or credentials — move or remove sensitive files first or set QQBOT_SRC_DIR to a safe copy, (3) prefer running the scripts locally in a safe environment (they make no outbound network calls), and (4) consider setting QQBOT_EXPORT_DIR to a controlled location before exporting. If you want stronger assurance, inspect the plugin directory contents and the referenced secret file locations before using the export script.
Capability Analysis
Type: OpenClaw Skill
Name: qqbot-multi-account
Version: 1.0.1
The skill provides diagnostic and management tools for QQBot that involve high-risk file system operations. Specifically, `inspect-qqbot.sh` reads sensitive configuration files (`openclaw.json`) and user data (`known-users.json`), while `export-local-qqbot.sh` packages the local plugin directory into a tarball. Although these actions are aligned with the stated purpose of troubleshooting and backup, the access to configuration paths and user identifiers constitutes a significant attack surface for local data collection.
Capability Assessment
Purpose & Capability
Name/description (multi-account QQBot diagnostics and plugin export) align with the provided scripts and docs. The skill inspects OpenClaw config, known-users, and packages a local qqbot extension — all expected for its stated troubleshooting/export purpose.
Instruction Scope
The runtime instructions invoke two included shell scripts that: (a) read the OpenClaw config (default ~/.openclaw/openclaw.json) and print bindings/accounts and gateway port, and (b) tar the local qqbot extension directory (default ~/.openclaw/extensions/qqbot) into dist/. This stays within the troubleshooting/export scope, but scripts will reveal appId and clientSecretFile paths and can include any files present in the plugin directory (potentially secret files) in the generated archive.
Install Mechanism
No install spec and no network download/install steps — instruction-only skill with bundled scripts. This is the lowest-risk install pattern and coherent with the declared skill type.
Credentials
The skill declares no required env vars or credentials. The scripts do honor optional environment variables (QQBOT_SRC_DIR, QQBOT_EXPORT_DIR, QQBOT_KNOWN_USERS, OPENCLAW_CONFIG_PATH) but do not require external credentials. This is proportionate, though these env vars are not documented in SKILL.md as optional overrides (minor documentation gap).
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges. It does not modify other skills or agent configs. Autonomous invocation is allowed by default but not combined with other high-risk behaviors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qqbot-multi-account - After installation, invoke the skill by name or use
/qqbot-multi-account - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Remove README publish tips and add required qqbot plugin prerequisite.
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is QQBot Multi-Account?
QQBot 多账号运维排障技能。用于 OpenClaw 多 Bot、多 Agent 场景下的账号绑定检查、重复会话诊断、主动发送与本地插件打包导出。触发词:QQBot多账号、双机器人、双Agent、账号绑定、重复会话、appId隔离。 It is an AI Agent Skill for Claude Code / OpenClaw, with 387 downloads so far.
How do I install QQBot Multi-Account?
Run "/install qqbot-multi-account" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QQBot Multi-Account free?
Yes, QQBot Multi-Account is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QQBot Multi-Account support?
QQBot Multi-Account is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QQBot Multi-Account?
It is built and maintained by Naluko (@naluko); the current version is v1.0.1.
More Skills