qqbot-media

Send and receive media files through the QQ Bot channel.

1.5k|195|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tencent-connect/openclaw-qqbot --skill qqbot-media-tencent-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-media
Source: https://github.com/tencent-connect/openclaw-qqbot/tree/main/skills/qqbot-media
Command: npx skills add https://github.com/tencent-connect/openclaw-qqbot --skill qqbot-media-tencent-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless sending and receiving of various media types (images, audio, video, files) through the QQ Bot, bridging the gap between your AI and QQ users.

Core Features & Use Cases

  • Media Handling: Automatically downloads incoming images and provides paths for sending.
  • Sending Media: Supports sending images, audio, video, and files using specific tags (<qqimg>, <qqvoice>, <qqvideo>, <qqfile>).
  • Use Case: When a user sends an image, the bot automatically downloads it and makes its path available. You can then use <qqimg>/path/to/downloaded/image.jpg</qqimg> to send it back or reply with a new image.

Quick Start

Send the image located at /Users/james23/.openclaw/workspace/my_image.png using the qqbot-media skill.

Frequently Asked Questions about qqbot-media

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send images through a QQ bot?

To send images through a QQ bot, use the <qqimg> tag with an absolute local file path or a network URL inside the tag within the QQ Bot channel.

How does a QQ bot receive and process media files?

When a user sends media files to a QQ bot, the bot automatically downloads the incoming images, audio, video, or files and makes their local paths available for processing.

Can I send audio and video via a QQ bot?

Yes, you can send audio and video via a QQ bot by using the specific <qqvoice> and <qqvideo> tags, providing either an absolute path for local resources or a URL.

What are the requirements for sending local files using a QQ bot?

Sending local files using a QQ bot requires absolute paths for the local files and operates within the QQ Bot communication channel to ensure successful delivery.

Does the QQ bot media handler support network resources?

Yes, the QQ bot media handler supports network resources by allowing you to use URLs instead of absolute local paths when sending media files through the communication channel.