qqbot-media

Route QQBot media by file extension using the <qqmedia> tag.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Automatic media type recognition and routing based on file extensions (images, audio, video, others).
  • Simple tag-based sending using <qqmedia> with absolute path or URL.
  • Use Case: When a user shares a URL or path to media, the bot responds with the correctly-typed media.

Quick Start

Use the <qqmedia> tag to send a path or URL and have the system route it to the correct media type.

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 and audio through QQBot using file extensions?

The <qqmedia> tag routes media in QQBot by automatically detecting the file type from its extension, supporting images, audio, video, and other files via absolute paths or URLs.

What is the size limit for media files sent with the <qqmedia> tag?

The media size limit enforced when sending files through the <qqmedia> tag is 10MB. You must also ensure the file path is absolute and properly wrapped within the tag.

Can I use a relative path to send media in QQBot?

No, you cannot use a relative path for QQBot media routing. The system enforces that the path provided within the <qqmedia> tag must be absolute or a valid URL.

How to route video files in QQBot without manual type configuration?

You route video files by wrapping the absolute path or URL in the <qqmedia> tag. The system automatically identifies the video type and routes it correctly based on the file extension.

Does QQBot media routing support automatic type detection for URLs?

Yes, QQBot media routing supports automatic type detection for URLs. By providing a URL in the <qqmedia> tag, the system identifies the media type from the URL's file extension.