qqbot-media

Route QQ media by extension into image, audio, video, or generic file categories.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill qqbot-media-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-media
Source: https://github.com/AG064/argentum/tree/main/extensions/qqbot/skills/qqbot-media
Command: npx skills add https://github.com/AG064/argentum --skill qqbot-media-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot 富媒体收发能力,使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

Core Features & Use Cases

  • 自动根据扩展名识别类型并路由:图片、语音、视频和其他文件
  • 接收端将媒体保存到上下文中,方便回发或后续处理
  • 使用 <qqmedia> 标签在对话中直接发送本地路径或 URL

Quick Start

Send a local image using the <qqmedia>path</qqmedia> tag to test media routing.

Frequently Asked Questions about qqbot-media

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

FAQPage Schema
How do I send and receive media files using QQBot?

To send and receive QQBot media, wrap local file paths or URLs in the <qqmedia> tag. The system automatically routes files into image, audio, video, or generic file categories based on their file extension.

How does QQBot determine media file types for routing?

QQBot determines media file types by checking the file extension. It automatically categorizes and routes the QQ media into image, audio, video, or generic file buckets for proper messaging processing.

What are the size and path requirements for QQBot media routing?

QQBot media routing requires local files to use absolute paths and enforces a strict 10MB size limit. These constraints ensure safe, deterministic media handling when processing QQBot messaging scenarios.

Can I use URLs instead of local paths to send QQ media?

Yes, you can send QQ media using URLs instead of local paths. The <qqmedia> tag supports both local absolute paths and URLs to handle media routing across image, audio, and video formats.

What happens to received QQ media files in a conversation?

Received QQ media files are automatically saved into the conversation context. This allows for convenient subsequent processing or direct replying within your QQBot messaging scenarios.

Why is my QQBot media file not working?

Your QQBot media file may not work if it exceeds the 10MB size limit, lacks an absolute path, or is not properly wrapped in the <qqmedia> tag. Ensure file extensions are correct for type routing.