← Back to Skills Marketplace
jcduann

QQ-Bot-connect

by JCDuann · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
495
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install qq-bot-connect
Description
QQBot 消息主动推送技能。当需要向 QQ 用户或群发送消息时使用此技能。支持:(1) 主动发送消息到 QQ 对话框 (2) 发送图片/语音/文件等富媒体 (3) 群发消息。触发词:发送 QQ、推送 QQ、QQ 消息、发送到 QQ、QQ 发送。
Usage Guidance
This skill appears to do what it says: it reads a local config.json to get an openid and uses your agent's message tool to send to QQ targets. Before installing: (1) confirm you are comfortable storing the target openid in the local config file and do not place secrets there; (2) verify the 'message' tool is trusted (messages sent by the agent will be delivered to the QQ account/ group you specify); (3) test with your own account/group to avoid accidental broadcasts; (4) if you do not want the agent to send messages without explicit approval, keep autonomous invocation disabled at the agent/platform level. If you need more assurance, ask the skill author for a justification of the example paths and whether the skill ever reads other filesystem locations.
Capability Analysis
Type: OpenClaw Skill Name: qq-bot-connect Version: 1.0.0 The skill bundle provides instructions and configuration for an AI agent to send messages via a QQ bot using a built-in 'message' tool. The SKILL.md and config.json files define standard operational procedures, such as reading user-specific openids and formatting JSON payloads for text and media transmission. While SKILL.md contains hardcoded local file paths (e.g., C:\Users\21115\...), these appear to be environment-specific remnants from the developer rather than malicious indicators or exfiltration attempts.
Capability Assessment
Purpose & Capability
Name and description claim QQ message push; SKILL.md only requires reading a local config.json for an openid and using the platform 'message' tool to send to qqbot:c2c:... or qqbot:group:.... No unrelated binaries, cloud credentials, or other services are requested, so the required capabilities match the purpose.
Instruction Scope
Runtime instructions are narrowly scoped: read the skill's config.json, construct a target string, and call the 'message' tool to send text or media. The SKILL.md does not instruct reading arbitrary system files or sending data to external endpoints outside the QQ messaging channel. Note: the doc gives example local paths — the skill expects a local config file and instructs editing it for the user's openid.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install posture because nothing is downloaded or written to disk by the skill installer.
Credentials
The skill declares no required environment variables, no credentials, and its config.json contains only an openid placeholder. The requested access is proportional to the functionality (sending messages to a specified QQ target).
Persistence & Privilege
always is false (normal). The skill allows normal autonomous invocation (disable-model-invocation is false), which is platform default; because the skill can send messages, users should be aware the agent could invoke it to push messages autonomously. The skill does not request persistent system-wide privileges or modify other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qq-bot-connect
  3. After installation, invoke the skill by name or use /qq-bot-connect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
qq-bot-connect 1.0.0 初始版本发布 - 支持主动发送消息到 QQ 用户或群聊,包括文本和富媒体(图片、语音、文件等) - 提供消息发送格式与 target/channel 参数规范 - 配置方法详述,支持自定义 openid 和 groupid - 附带常见问题说明和操作流程 - 触发词包括“发送 QQ”、“推送 QQ”、“QQ 消息”等
Metadata
Slug qq-bot-connect
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is QQ-Bot-connect?

QQBot 消息主动推送技能。当需要向 QQ 用户或群发送消息时使用此技能。支持:(1) 主动发送消息到 QQ 对话框 (2) 发送图片/语音/文件等富媒体 (3) 群发消息。触发词:发送 QQ、推送 QQ、QQ 消息、发送到 QQ、QQ 发送。 It is an AI Agent Skill for Claude Code / OpenClaw, with 495 downloads so far.

How do I install QQ-Bot-connect?

Run "/install qq-bot-connect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is QQ-Bot-connect free?

Yes, QQ-Bot-connect is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does QQ-Bot-connect support?

QQ-Bot-connect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created QQ-Bot-connect?

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

💬 Comments