Tencent Cloud VOD International
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @tencent-adm/tencent-vod-intl.
About this skill
What it solves
- Tencent Cloud VOD scripts are spread across upload, transcoding, snapshots, search, AIGC image/video/audio generation, and knowledge base import, where parameter names, model names, and async task handling are easy to mix up.
- Processing APIs can incur charges, and retrying after missing credentials can create misleading or duplicate requests.
How it works
- It produces commands in the
python3 scripts/<script>.pyshape and maps each request to a script such asvod_upload.py,vod_process_media.py,vod_aigc_image.py,vod_aigc_video.py, orvod_aigc_audio.py. - Scripts support
--helpand--dry-run; before calling processing scripts for transcoding, enhancement, snapshots, AIGC, or knowledge base import, it restates the command and confirms, preferring--dry-runwhen parameters are uncertain. - Async tasks poll for completion by default, or use
--no-waitto return aTaskIdand later query it withvod_describe_task.py --task-id <id>. - If output indicates missing
TENCENTCLOUD_SECRET_IDorTENCENTCLOUD_SECRET_KEY, it stops and asks for configuration instead of trying other parameter combinations.
Boundaries and cautions
- Query and upload scripts generally do not trigger processing fees, but transcoding, enhancement, snapshots, AIGC, image processing, and knowledge base import are billed by Tencent Cloud services, so duplicate submissions should be avoided.
- Script responsibilities are strict: use
vod_describe_media.pyfor media details,vod_search_media_by_semantics.pyfor semantic search,vod_process_media.pyfor video processing, and the matchingmodelssubcommand for AIGC model discovery.
Use Cases
- Upload local videos to VOD before launch and obtain a playable pre-signed URL.
- Query transcoding or snapshot task status and results by TaskId after submission.
- Check available models before creating text-to-image, text-to-video, or text-to-audio tasks.
- Batch import existing media into a knowledge base and retrieve it by natural language.
Best For
- Video platform ops engineers who need to submit transcoding, snapshot, and enhancement tasks and track async results.
- AIGC application engineers who need to call image, video, and audio generation and check available models.
- Backend engineers who need to upload remote files, query media details, and handle missing credential errors.
- AV content operators who need to search assets by name, tag, or semantics and import them into a knowledge base.
Related Skills
Windows Top 10 Largest File Scanner
@user_33bff772/file-size-top10
Scan a Windows directory to find the top 10 largest files and output a colored table plus JSON results.
IT Ops & Security
2026.08.30
↓ 559
HTTP Request Smuggling Practical Handbook
@user_3c6cb52e/request-smuggling-gpev
An engineer-focused HTTP request smuggling handbook covering CL.TE, TE.CL, TE.TE obfuscation, HTTP/2 downgrade, and client-side desync detection.
IT Ops & Security
2026.08.30
↓ 806
Network Packet Analyst
@user_7a5540f4/network-packet-analyst
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
IT Ops & Security
2026.08.30
↓ 847
Mini-HIDS Lightweight Linux Host Intrusion Detection
@user_9a8108cb/minihids
Lightweight Python Linux HIDS exposing SSH brute-force, web attack, and webshell alerts via MCP with ban controls.
IT Ops & Security
2026.08.30
↓ 712