qqbot-media

Classify and deliver images, audio, video, and files in QQBot via the <qqmedia> tag.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill qqbot-media-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-media
Source: https://github.com/bitan-del/gods-eye/tree/main/extensions/qqbot/skills/qqbot-media
Command: npx skills add https://github.com/bitan-del/gods-eye --skill qqbot-media-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot already supports chat messaging but lacks integrated, automatic rich-media exchange. This Skill enables sending and receiving images, audio, video, and files by using the <qqmedia> tag and routing media based on file extensions.

Core Features & Use Cases

  • Media routing by extension: automatically detect and route media types (image/audio/video/file) from file extensions.
  • Context-aware delivery: downloaded media paths are available in the context for immediate reuse via <qqmedia> tags.
  • Validation & limits: enforces absolute paths, wrapped tags, a 10MB size limit, and multi-media support per message.

Quick Start

Use the <qqmedia>path</qqmedia> tag with an absolute path or URL to send media and have QQBot automatically classify and route it.

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 video through QQBot?

To send images and video through QQBot, use the <qqmedia> tag with an absolute file path or URL. The Skill automatically classifies the media type from the file extension and routes it correctly to the chat channel.

What is the maximum file size limit for sending rich media with QQBot?

The maximum file size limit for sending rich media with QQBot is 10MB. The Skill enforces this size restriction along with requiring absolute paths and properly wrapped tags for all media delivery.

Does QQBot support sending multiple media files in a single message?

Yes, QQBot supports sending multiple media files in a single message. The Skill enables multi-media support per message, allowing you to include several images, audio, video, or general files simultaneously.

How do I reuse downloaded media files in a QQBot conversation?

To reuse downloaded media files in a QQBot conversation, reference the downloaded media paths available in the context. You can immediately reuse these paths via <qqmedia> tags for context-aware delivery in responses.

Can I use relative paths when sending audio files with QQBot?

No, you cannot use relative paths when sending audio files with QQBot. The Skill enforces absolute paths for all media routing, ensuring that images, audio, video, and general files are correctly located and delivered.