Install
openclaw skills install qqbot-sendSend 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 absolute-path file, resend a local attachment, or when QQBot file sending should automatically stage the file into the QQ media relay directory and then deliver it with qqmedia tagging.
openclaw skills install qqbot-sendUse this skill for QQ file sending end to end.
When the user wants a file sent through QQ, complete the full send flow instead of only returning a path.
This skill includes the old qqbot-local-media behavior.
For local files that are not already in the QQ media relay directory:
python scripts/stage_media.py <source_path>~/.openclaw/media/qqbot/<qqmedia>absolute-path</qqmedia>Identify the source.
<qqmedia>...</qqmedia>.For local files that need staging, use the bundled script in this skill.
Then send with QQ rich media.
<qqmedia>absolute-path-or-url</qqmedia>For most local desktop/downloads/workspace-external files:
~/.openclaw/media/qqbot/<qqmedia>...</qqmedia>C:\Users\name\Desktop\resume.pdf to QQpython scripts/stage_media.py "C:\Users\name\Desktop\resume.pdf"<qqmedia>staged-absolute-path</qqmedia>C:\Users\name\.openclaw\media\qqbot\abc.pdf<qqmedia>C:\Users\name\.openclaw\media\qqbot\abc.pdf</qqmedia> directly<qqmedia>https://example.com/image.png</qqmedia> directly<qqmedia>...</qqmedia> for final delivery.