📦 Tencent VOD Intl. — 腾讯云VOD命令生成助手
v1.0.6腾讯云VOD(视频点播)命令生成助手。当用户的请求涉及任何VOD操作时必须触发,包括:上传(本地/URL)、视频处理、转码、截图、播放凭证生成等场景。
0· 0·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install tencent-vod-intl
镜像加速npx clawhub@latest install tencent-vod-intl --registry https://cn.longxiaskill.com
技能文档
Skill Overview
This skill generates Tencent Cloud VOD (Video on Demand) command line interface (CLI) commands for various video operations.
Trigger Conditions
This skill must be triggered when the user's request involves any VOD operation, including:
- Upload: Local file upload or URL-based pull upload
- Video Processing: Video processing tasks
- Transcoding: Video transcoding and format conversion
- Clipping: Video clipping and segment extraction
- Playback URL: Playback URL generation
Supported Operations
Video Upload
# Local file upload vod upload video.mp4
# URL-based upload vod upload https://example.com/video.mp4
Video Processing
# Submit transcoding task
vod process --inputFile video.mp4 --templateId 10001
Playback URL Generation
# Get playback URL
vod getPlayInfo --fileId xxxxxx
Usage Tips
- Ensure Tencent Cloud VOD CLI is installed
- Configure your SecretId and SecretKey
- Use appropriate template IDs for transcoding
- Check the official documentation for parameter details