← Back to Skills Marketplace
QQBot Send
by
zykkk-power
· GitHub ↗
· v1.0.0
· MIT-0
119
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qqbot-send
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qqbot-send - After installation, invoke the skill by name or use
/qqbot-send - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: unified QQBot file staging and sending workflow
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install QQBot Send?
Run "/install qqbot-send" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QQBot Send free?
Yes, QQBot Send is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QQBot Send support?
QQBot Send is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QQBot Send?
It is built and maintained by zykkk-power (@zykkk-power); the current version is v1.0.0.
More Skills