← Back to Skills Marketplace
tencent-mpaas-skills

Tencent VOD

by tencent-mpaas-skills · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencent-vod
Description
腾讯云 VOD(云点播)操作命令生成专用助手。只要用户的请求涉及 VOD 的任何具体操作,必须触发此 Skill,包括但不限于:【上传】本地视频/音频/图片上传、URL拉取上传到VOD、设置过期时间/SessionId去重/存储路径/按应用名上传;【媒体处理】转码/极速高清/截图/雪碧图/视频增强/真人增强/漫剧...
Usage Guidance
This package implements real Tencent VOD operations and needs your Tencent SecretId/SecretKey and optionally an AIGC token or sub-app id. However: (1) the registry metadata did not declare these required env vars even though SKILL.md and the scripts need them—that's a red flag for transparency; (2) the included vod_load_env.py will scan and load KEY=VALUE lines from several system files (e.g. /etc/profile, ~/.bashrc) if it finds a target variable there, which could import other secrets into the process environment. Before installing or running: - Only use in an isolated environment or container you control. - Prefer to supply least-privilege or temporary Tencent credentials (short-lived keys) rather than full long-lived keys. - Review the code (vod_load_env.py and scripts) yourself or have a trusted admin do so; consider removing or restricting automatic env-file loading. - Verify that you trust the source (owner/publishing metadata unknown here). If you are uncomfortable, do not provide your real SecretId/SecretKey and do not run the env auto-loader.
Capability Analysis
Type: OpenClaw Skill Name: tencent-vod Version: 1.0.5 The skill bundle is a comprehensive toolset for interacting with Tencent Cloud VOD services, including media processing, AIGC generation, and metadata management. The Python scripts utilize official Tencent Cloud SDKs and follow standard API patterns for authentication and request handling. While scripts like `vod_load_env.py` and `vod_aigc_token.py` scan and modify local shell configuration files (e.g., `~/.bashrc`, `~/.env`) to manage environment variables, this behavior is consistent with the stated purpose of a credential management utility and lacks evidence of malicious intent or data exfiltration. All network communication is directed to legitimate Tencent Cloud endpoints (e.g., `vod.tencentcloudapi.com`).
Capability Tags
cryptocan-make-purchasesrequires-oauth-token
Capability Assessment
Purpose & Capability
The SKILL.md and the Python scripts clearly require Tencent Cloud credentials (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY) and optional VOD AIGC token/sub-app id, which are appropriate for a VOD helper. However the registry metadata lists no required environment variables or config paths — a direct mismatch. The code base (many scripts) matches the described VOD functionality, so the capability is real, but the skill bundle metadata understates the credentials/config access it needs.
Instruction Scope
Runtime instructions and the included vod_load_env.py direct the agent to scan and load environment variables from system files (/etc/environment, /etc/profile, ~/.bashrc, ~/.profile, ~/.bash_profile, ~/.env). Loading is conditional (file must contain a target key) but when triggered the code loads all KEY=VALUE pairs from that file into the process environment. This goes beyond simply asking for an API key and includes reading user/system config files — a scope expansion that should be explicit in metadata and accepted by the user.
Install Mechanism
There is no external install script or network download; the skill is instruction + bundled Python scripts that rely on the public 'tencentcloud-sdk-python' and 'requests' packages. No URLs, shorteners, or remote code downloads were found in the provided files. Because code files are bundled but no install spec is declared, users or platforms must ensure the Python deps are installed before running scripts.
Credentials
Requesting Tencent Cloud SecretId/SecretKey is proportionate for a VOD integration. But the skill's manifest did not declare these env-vars as required while SKILL.md and the scripts do — an inconsistency. Additionally, vod_load_env.py will load all KEY=VALUE lines from any config file it deems relevant if a target variable is present, potentially pulling unrelated secrets into the process environment. That behaviour increases the risk surface and should be explicitly disclosed.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system-wide agent configuration. The vod_load_env tool loads variables into the current process only (not persistently writing back), and scripts make API calls via the Tencent Cloud SDK — no evidence of persistent background agents or forced inclusion.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencent-vod
  3. After installation, invoke the skill by name or use /tencent-vod
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
tencent-vod v1.0.5 - Major update: SKILL.md fully updated with comprehensive usage instructions, script-command mappings, and strict output/parameter rules. - Now includes detailed triggering scenarios, supported operations, non-triggering exclusions, and explicit billing/timeout reminders. - All command outputs must now strictly follow the documented parameter case and quoting rules. - Clarifies environment variable requirements and mandates immediate user notification for missing cloud credential configs. - Enforces command output as only what’s specified—no explanations, and mandatory Markdown format for all links.
Metadata
Slug tencent-vod
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tencent VOD?

腾讯云 VOD(云点播)操作命令生成专用助手。只要用户的请求涉及 VOD 的任何具体操作,必须触发此 Skill,包括但不限于:【上传】本地视频/音频/图片上传、URL拉取上传到VOD、设置过期时间/SessionId去重/存储路径/按应用名上传;【媒体处理】转码/极速高清/截图/雪碧图/视频增强/真人增强/漫剧... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install Tencent VOD?

Run "/install tencent-vod" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tencent VOD free?

Yes, Tencent VOD is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tencent VOD support?

Tencent VOD is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tencent VOD?

It is built and maintained by tencent-mpaas-skills (@tencent-mpaas-skills); the current version is v1.0.5.

💬 Comments