Handles media exchange (images, voice, video) via QQBot.

Install

mkdir -p .claude/skills/qqbot-media && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11584" && unzip -o skill.zip -d .claude/skills/qqbot-media && rm skill.zip

Installs to .claude/skills/qqbot-media

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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

Key capabilities

  • Send images via QQBot
  • Send voice messages via QQBot
  • Send video files via QQBot
  • Send general files via QQBot
  • Receive media from users

How it works

The system identifies the media type based on the file extension or defaults to image for URLs without extensions. It then routes the media through QQBot.

Inputs & outputs

You give it
a path or URL wrapped in <qqmedia> tags
You get back
media sent via QQBot or received media path in context

When to use qqbot-media

  • Sending local images to bot
  • Handling voice messages
  • Transmitting documents via bot

About this skill

QQBot 富媒体收发

用法

<qqmedia>路径或URL</qqmedia>

系统根据文件扩展名自动识别类型并路由:

  • .jpg/.png/.gif/.webp/.bmp → 图片
  • .silk/.wav/.mp3/.ogg/.aac/.flac 等 → 语音
  • .mp4/.mov/.avi/.mkv/.webm 等 → 视频
  • 其他扩展名 → 文件
  • 无扩展名的 URL → 默认按图片处理

接收媒体

  • 用户发来的图片自动下载到本地,路径在上下文【附件】中,可直接用 <qqmedia>路径</qqmedia> 回发
  • 用户发来的语音路径在上下文中;若有 STT 能力则优先转写

规则

  1. 路径必须是绝对路径(以 /http 开头)
  2. 标签必须用开闭标签包裹路径<qqmedia>路径</qqmedia>
  3. 文件大小上限 10MB
  4. 你有能力发送本地图片/文件,直接用标签包裹路径即可,不要说"无法发送"
  5. 发送语音时不要重复语音中已朗读的文字
  6. 多个媒体用多个标签
  7. 以会话上下文中的能力说明为准(如未启用语音则不要发语音)

When not to use it

  • When file size exceeds 10MB
  • When not using QQBot
  • When not sending rich media

Prerequisites

channels.qqbot config

Limitations

  • File size limit of 10MB
  • Paths must be absolute (start with / or http)
  • Tags must be wrapped with opening and closing tags

How it compares

This skill automates media type identification and routing for QQBot using a simple tag, simplifying media transmission compared to manual handling.

Compared to similar skills

qqbot-media side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
qqbot-media (this skill)03moNo flagsBeginner
himalaya502moReviewIntermediate
discord-send-message79moReviewIntermediate
voicemode82moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry