qqbot-media

Attach local and network images to QQBot messages using the <qqimg> tag.

1.5k|195|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/sliverp/qqbot --skill qqbot-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-media
Source: https://github.com/sliverp/qqbot/tree/main/skills/qqbot-media
Command: npx skills add https://github.com/sliverp/qqbot --skill qqbot-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides clear guidance for sending media in QQBot conversations, focusing on how to attach local and network images using the <qqimg> tag to ensure reliable delivery.

Core Features & Use Cases

  • Clear instructions on using the <qqimg> tag to attach images in QQBot messages.
  • Supports local file paths and remote image URLs, with proper tag closure.
  • Includes best-practices examples and formatting notes for consistent media delivery.

Quick Start

To try it, include a local image using a tag: <qqimg>/path/to/image.jpg</qqimg>. Alternatively test with a network image: <qqimg>https://example.com/image.jpg</qqimg>.

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 in a QQBot conversation?

To send images in a QQBot conversation, you attach media to messages using the <qqimg> tag, ensuring proper tag closure for reliable delivery.

How do I attach a local file path image to a QQBot message?

You attach a local file path image using the <qqimg> tag with the directory path inside, formatted as <qqimg>/path/to/image.jpg</qqimg>.

Can I use network image URLs to send media in QQBot?

Yes, you can send network images in QQBot by placing the remote URL inside the <qqimg> tag, formatted as <qqimg>https://example.com/image.jpg</qqimg>.

What is the correct syntax for the QQBot image tag?

The correct syntax for the QQBot image tag requires opening with <qqimg>, inserting the local path or URL, and closing with </qqimg> to ensure correct media delivery.

Why are my QQBot images not displaying properly?

QQBot images fail to display when the <qqimg> tag syntax is incorrect, such as missing the closing </qqimg> tag or using invalid local path and URL formats.

Does QQBot media sending support formats other than image tags?

This approach specifically guides automated image sending using the <qqimg> tag, focusing on local file paths and network images to ensure correct media delivery.