qqbot-media

Detect media type from file extensions and route rich media in QQBot workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot 场景中的富媒体收发往往需要多步处理和手动路由。本技能通过根据文件扩展名自动识别媒体类型,并将其正确路由到图片、语音、视频或其他文件的处理路径,从而简化日常交互。

Core Features & Use Cases

  • 自动检测媒体类型:依据扩展名将图片、语音、视频和其他文件分类并路由。
  • 媒体接收与处理:接收到的图片可在上下文中获得本地路径,支持直接回发;语音若具备转写能力则优先转写。
  • 规则与安全:要求绝对路径/URL、使用 <qqmedia> 标签包装、单次媒体大小上限为 10MB,确保操作的可预测性与安全性。

Quick Start

Use the qqmedia tag to send or receive a rich media item by providing an absolute path or URL and let the system classify and route it accordingly.

Frequently Asked Questions about qqbot-media

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

FAQPage Schema
How do I handle rich media routing for QQBot messages automatically?

You route QQBot rich media by wrapping the absolute path or URL in the <qqmedia> tag. The system then detects the file extension to classify and process the media item accordingly.

How does QQBot process received images and audio files?

Received images provide a local path in the context for direct replying, while audio files trigger transcription if transcription capabilities are available. This streamlines media handling within the messaging workflow.

What are the requirements for sending media files through QQBot?

Sending media files through QQBot requires using absolute paths or URLs, wrapping them in the <qqmedia> tag, and adhering to a 10MB size limit per media item to ensure predictable and safe operations.

Does QQBot rich media routing support both local files and URLs?

Yes, QQBot rich media routing supports both local files and URLs. You must provide an absolute path for local files or a valid URL, and the system will automatically detect the type and route it correctly.

What happens if the QQBot media file exceeds the size limit?

The system enforces a strict 10MB size limit for rich media files. Files exceeding this limit will not be processed, ensuring operations remain predictable and secure within the QQBot messaging workflow.