qqbot-media

Route QQBot media by file extension and deliver via <qqmedia> tags.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/gaos6e/MyOpenclaw --skill qqbot-media-gaos6e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-media
Source: https://github.com/gaos6e/MyOpenclaw/tree/main/extensions/openclaw-qqbot/skills/qqbot-media
Command: npx skills add https://github.com/gaos6e/MyOpenclaw --skill qqbot-media-gaos6e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies sending and receiving rich media in QQBot by routing media types based on file extension.

Core Features & Use Cases

  • Automatic media-type routing: images, audio, video, and files are detected by extension.
  • Tag-based media delivery: use <qqmedia> paths to attach local or URL resources.
  • Receive media: downloaded to context path for re-use.

Quick Start

Use the <qqmedia> tag to send or receive a media file by specifying an absolute path or URL.

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 or audio in a QQ chatbot?

You can send rich media in a QQ chatbot by using the <qqmedia> tag with an absolute file path or URL. The system automatically detects the media type from the file extension and routes images, audio, video, or files for delivery.

What is the <qqmedia> tag used for in QQBot interactions?

The <qqmedia> tag is used for media delivery in QQBot interactions to attach local or URL resources. It enforces absolute-path references to send or receive images, audio, video, and files.

Can I use a web URL to send media files through QQBot?

Yes, you can use a web URL to send media files through QQBot. The tag-based media delivery accepts absolute paths or URLs, automatically routing the file content based on its media extension.

How does a QQ chatbot handle received media files?

When a QQ chatbot receives media files, they are downloaded to a context path for re-use. This allows the chatbot to access and process the shared images, audio, video, or files locally.

Why does my media file fail to send in QQBot?

Your media file might fail to send in QQBot if it lacks an absolute-path reference. The system enforces absolute paths or URLs and routes files by common media extensions, so relative paths are not supported.