← 返回 Skills 市场
QQBot Send
作者
zykkk-power
· GitHub ↗
· v1.0.0
· MIT-0
119
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qqbot-send
功能描述
Send local files, images, audio, video, and other media through QQBot end to end. Use when the user asks to send a file to QQ, send a desktop/downloads/local...
安全使用建议
This skill appears to do only what it says: copy a single specified local file into ~/.openclaw/media/qqbot and then send that path via QQ rich-media tagging. Before installing or using it, consider: (1) only ask the agent to send files you explicitly approve — the skill will copy and enable sending any readable absolute-path file up to 10 MB; (2) staged copies are left in ~/.openclaw/media/qqbot, so remove them if they're sensitive; (3) verify you trust the QQBot recipient and service since sending is end-to-end from the agent; (4) if you need higher assurance, inspect scripts/stage_media.py yourself (it's small and readable) or run it in a sandboxed environment. There are no hidden network endpoints, no credentials requested, and no obscure installers.
功能分析
Type: OpenClaw Skill
Name: qqbot-send
Version: 1.0.0
The skill is designed to stage local files for transmission via a QQBot. The core logic in `scripts/stage_media.py` safely copies user-specified files to a local staging directory (`~/.openclaw/media/qqbot/`) using UUIDs to prevent collisions and includes a 10MB size limit to prevent resource exhaustion. The instructions in `SKILL.md` are clearly aligned with the stated purpose of file sharing and do not contain any indicators of malicious intent, unauthorized data exfiltration, or prompt-injection attacks.
能力评估
Purpose & Capability
The declared purpose (send local media via QQBot) matches what the skill actually does: an included staging script copies a single provided local file into ~/.openclaw/media/qqbot and SKILL.md instructs sending that path with <qqmedia> tags. No unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
Instructions are narrowly scoped to staging a single absolute local file and sending it via QQ. They do not reference unrelated system files, credentials, or external endpoints. Note: any file-send skill can be used to exfiltrate sensitive local files if misused — this is a functional risk (not an incoherence): the skill will copy and enable sending arbitrary local files the agent is asked to send.
Install Mechanism
No install spec; the skill is instruction-only and includes a small, readable Python script (910 bytes) for staging. No downloads or external installers are used, which minimizes supply-chain risk.
Credentials
The skill declares and requires no environment variables, credentials, or config paths beyond creating/using ~/.openclaw/media/qqbot, which is appropriate for a local staging helper.
Persistence & Privilege
The skill does not request elevated privileges or permanent/always-on presence. It will create and write files under the user's home directory (~/.openclaw/media/qqbot) when staging media; this is expected but does create persistent artifacts that the user may want to review or clean up.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qqbot-send - 安装完成后,直接呼叫该 Skill 的名称或使用
/qqbot-send触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: unified QQBot file staging and sending workflow
元数据
常见问题
QQBot Send 是什么?
Send local files, images, audio, video, and other media through QQBot end to end. Use when the user asks to send a file to QQ, send a desktop/downloads/local... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 QQBot Send?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qqbot-send」即可一键安装,无需额外配置。
QQBot Send 是免费的吗?
是的,QQBot Send 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QQBot Send 支持哪些平台?
QQBot Send 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QQBot Send?
由 zykkk-power(@zykkk-power)开发并维护,当前版本 v1.0.0。
推荐 Skills