qqbot-media

Route media files by extension using the <qqmedia> tag in QQBot chats.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill qqbot-media-seasonmac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-media
Source: https://github.com/seasonmac/Full-Scene-Agents/tree/main/openclaw/extensions/qqbot/skills/qqbot-media
Command: npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill qqbot-media-seasonmac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot needs a unified way to send and receive various media types within chats, automatically recognizing types and routing accordingly.

Core Features & Use Cases

  • Automatic media type routing by file extension to image, audio, video, or other files.
  • Easy media sending: embed absolute paths or URLs using the <qqmedia> tag to attach media.
  • Support for receiving media: downloaded attachments are available in the context and can be re-sent with the tag.

Quick Start

Use the <qqmedia>PATH</qqmedia> tag to swiftly send a media item to a chat.

Frequently Asked Questions about qqbot-media

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

FAQPage Schema
How do I send media files in QQBot chats automatically?

To send media files in QQBot chats, use the <qqmedia> tag to embed absolute paths or URLs. The system automatically recognizes file extensions and routes the media to the correct chat handler.

What media types can I route in QQBot chat workflows?

QQBot chat workflows support routing for images, audio, video, and other file types. Media type routing is determined automatically by reading the file extension of the provided attachment.

Can I re-send downloaded attachments received in a QQBot chat?

Yes, downloaded attachments received in QQBot chats are available in the context. You can re-send these received media files by wrapping their paths in the <qqmedia> tag.

Does QQBot media routing support URLs or only local file paths?

QQBot media routing supports both absolute local file paths and web URLs. You can embed either source into the <qqmedia> tag to attach and send the media item.

What is the file size limit for sending QQBot chat media attachments?

The file size limit for sending QQBot chat media attachments is 10MB. Files exceeding this size constraint cannot be routed or sent through the chat workflow.