qqbot-media

Send and receive rich media in QQBot chats using the <qqmedia> tag.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill qqbot-media-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-media
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.4.24/extensions/qqbot/skills/qqbot-media
Command: npx skills add https://github.com/majunbao/learn --skill qqbot-media-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot needs a straightforward way to send and receive multimedia (images, audio, video, files) within chats using a simple tag-based approach.

Core Features & Use Cases

  • Use the <qqmedia> tag to attach a local path or URL and have the system route the media type automatically.
  • Automatically identify media type by extension and handle sending/receiving within chat conversations.
  • Use case: a chatbot replies with a photo or audio clip in response to a user message.

Quick Start

Embed a media path with the <qqmedia> tag to send a local image, audio, or video in the 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 rich media in a QQBot chat?

To send rich media in a QQBot chat, wrap the local file path or URL with the <qqmedia> tag. The system automatically routes the media by type and handles sending images, audio, video, or other files within the conversation.

How does QQBot classify and route different file types?

QQBot classifies rich media by checking the file extension to determine if it is an image, audio, video, or other file. It then automatically routes the classified media type to the correct handler for sending or receiving within chat sessions.

Can I use URLs to send images and video in QQBot conversations?

Yes, you can use URLs to send images and video in QQBot conversations. The rich media routing accepts both absolute local file paths and web URLs as input, provided the path is wrapped within the <qqmedia> tag during the chat session.

What is the file size limit for sending multimedia files in QQBot?

The file size limit for sending multimedia files in QQBot is 10MB per file. The system enforces this strict size restriction on all rich media attachments, including images, audio, video, and other files routed through the <qqmedia> tag.

What happens if a file exceeds 10MB when routing media in QQBot?

Files exceeding the 10MB limit cannot be routed through the <qqmedia> tag in QQBot. The system enforces a strict 10MB per-file maximum for all rich media attachments, so you must reduce the file size or split the media before sending.