qqbot-media

Send and receive images, audio, video, and documents in QQBot sessions with automatic file-type routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the friction of handling multimedia files within QQBot conversations by providing a standardized, tag-based interface for sending and receiving images, videos, audio, and documents.

Core Features & Use Cases

  • Unified Media Handling: Automatically routes files based on extension to the correct media type (image, voice, video, or file).
  • Contextual Attachment Support: Enables the AI to receive user-sent media and reference them in subsequent replies using simple tags.
  • Use Case: If a user sends a product screenshot, the AI can process the image and use the qqmedia tag to send a formatted response back to the user with the relevant file path.

Quick Start

Use the qqmedia tag to send the image located at /home/user/data/product_demo.png to the current 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 like images and videos through a QQBot session?

To send rich media through a QQBot session, you use a standardized tag-based interface to specify the file path, which automatically routes images, audio, video, and documents to the correct media type.

How does automated file type inference work for QQBot media attachments?

Automated file type inference for QQBot media attachments works by evaluating the file extension, automatically categorizing the asset as an image, voice message, video, or standard document for transmission.

Can an AI process a user-sent image and reply with a formatted media response?

Yes, an AI can process user-sent images and reference them in subsequent replies by utilizing a specific media tag to send formatted responses back to the user with the relevant file path.

What are the directory access policies for secure file handling in QQBot?

Secure file handling in QQBot enforces strict directory access policies, ensuring that all media routing and transmission operations remain confined within the designated media workspace.

Does this QQBot media transmission approach require external dependencies?

No, this QQBot media transmission approach operates as a standalone component with no external dependencies, allowing immediate integration for sending and receiving multimedia assets.