stvlynn/qclaw-skills · Archived

qqbot-media

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

First seen Mar 21, 2026

Installation

$ npx skills add stvlynn/qclaw-skills --skill qqbot-media

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from stvlynn/qclaw-skills · top by installs.

npx skills add stvlynn/qclaw-skills

Browse all from stvlynn/qclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 4
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents clawdbot

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,598 B
  • docs SUMMARY.md 156 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

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. 以会话上下文中的能力说明为准(如未启用语音则不要发语音)

示例

这是你要的图片:
<qqmedia>/Users/xxx/photo.jpg</qqmedia>
<qqmedia>/tmp/tts/output.mp3</qqmedia>
视频在这里:
<qqmedia>https://example.com/video.mp4</qqmedia>
文件已准备好:
<qqmedia>/tmp/report.pdf</qqmedia>