qqbot-media
系统根据文件扩展名自动识别类型并路由:
Works with
Installation Guide
How to use qqbot-media on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your machine
- ›Node.js 16+ with npm — verify with
node --version - ›Active project directory where you want to add
qqbot-media
Run the install command
Execute the skills CLI command in your project's root directory to begin installation:
Fetches qqbot-media from sliverp/qqbot and configures it for Cursor.
Select Cursor when prompted
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate qqbot-media. Access via /qqbot-media in your agent's command palette.
Security Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Documentation
QQBot 富媒体收发
用法
<qqmedia>路径或URL</qqmedia>
系统根据文件扩展名自动识别类型并路由:
.jpg/.png/.gif/.webp/.bmp→ 图片.silk/.wav/.mp3/.ogg/.aac/.flac等 → 语音.mp4/.mov/.avi/.mkv/.webm等 → 视频- 其他扩展名 → 文件
- 无扩展名的 URL → 默认按图片处理
接收媒体
- 用户发来的图片自动下载到本地,路径在上下文【附件】中,可直接用
<qqmedia>路径</qqmedia>回发 - 用户发来的语音路径在上下文中;若有 STT 能力则优先转写
规则
- 路径必须是绝对路径(以
/或http开头) - 标签必须用开闭标签包裹路径:
<qqmedia>路径</qqmedia> - 你有能力发送本地图片/文件——直接用标签包裹路径即可,不要说"无法发送"
- 发送语音时不要重复语音中已朗读的文字
- 多个媒体用多个标签
- 以会话上下文中的能力说明为准(如未启用语音则不要发语音)
- 发送前需检查文件大小,当文件超限时告知用户文件太大,QQBot 发送文件大小规则如下:
- 图片:最大 30MB
- 语音:最大 20MB
- 视频:最大 100MB
- 文件:最大 100MB
示例
这是你要的图片:
<qqmedia>/Users/xxx/photo.jpg</qqmedia>
<qqmedia>/tmp/tts/output.mp3</qqmedia>
视频在这里:
<qqmedia>https://example.com/video.mp4</qqmedia>
文件已准备好:
<qqmedia>/tmp/report.pdf</qqmedia>
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases
User Story & Requirements Generation
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Competitive Analysis
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Roadmap Prioritization
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale