← 返回 Skills 市场
333
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install tencentcloud-video-effects
功能描述
通过上传图片和选择特效模板,生成一段特效视频,将静态图像转化为充满活力、动感、有趣的视频画面。
安全使用建议
This skill appears to implement Tencent Cloud video-effect APIs and requires your Tencent Cloud API keys to run; that is reasonable for its purpose. Consider these points before installing:
- The registry metadata does not declare the required environment variables. The script reads TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY (and optionally TENCENTCLOUD_TOKEN). Only install if you are willing to provide credentials.
- The SKILL.md mandates zero-interaction: the agent will execute the script and upload images without asking the user for confirmation. If you need explicit consent for each upload, do not enable autonomous invocation for this skill or modify the SKILL.md behavior.
- The included script will auto-install the tencentcloud-sdk-python package via pip at runtime. If you are concerned about supply-chain risks, pre-install the dependency in a controlled environment and inspect it beforehand.
- Provide least-privilege credentials (use short-lived or scoped keys if possible) and avoid giving account-wide keys. Monitor usage and consider using a dedicated account for this skill.
- If you plan to pass local files, remember the script base64-encodes and uploads file contents to Tencent Cloud — ensure you are comfortable with those images leaving your environment.
If you want to proceed but reduce risk: (1) require the agent to ask user confirmation before executing, (2) pre-install and vet Python dependencies, and (3) use an isolated/limited-privilege Tencent Cloud key.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-video-effects
Version: 1.0.1
The skill bundle is a legitimate wrapper for the Tencent Cloud Video Effects API. The core logic in `scripts/main.py` facilitates uploading images (via URL or local path) and polling for video generation results from the official Tencent Cloud endpoint (vclm.tencentcloudapi.com). While `SKILL.md` contains instructions for the AI agent to execute tasks autonomously without user confirmation ('zero-interaction principle'), this appears to be a design choice for user experience rather than a malicious attempt to bypass security. The script includes a self-installation routine for the `tencentcloud-sdk-python` dependency using `subprocess`, which is a common pattern in these skill bundles to ensure environment readiness.
能力评估
Purpose & Capability
The name/description (Tencent Cloud video effects) match the included code and API references: the script calls SubmitTemplateToVideoJob/DescribeTemplateToVideoJob on vclm.tencentcloudapi.com. Asking for Tencent Cloud API keys (SecretId/SecretKey and optional Token) is appropriate for this purpose. However, the registry metadata lists no required environment variables while both SKILL.md and the script require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY (and optionally TENCENTCLOUD_TOKEN). This metadata omission is an incoherence worth flagging.
Instruction Scope
SKILL.md instructs the agent to execute the script autonomously whenever a user provides an image and requests effects, with a strict "zero interaction" rule: "Agent must directly execute the script, do not ask user confirmation." This increases privacy/risk because the agent will perform network calls and upload images without explicit runtime user consent. The instructions themselves are otherwise specific (command-line args, polling behavior) and do not ask to read unrelated files, but the enforced no-confirmation policy is broader than typical and should be considered by users.
Install Mechanism
There is no declared install spec (instruction-only). The included Python script self-installs the tencentcloud-sdk-python package via subprocess pip if missing. Auto-installing from PyPI at runtime is not unusual but is a supply-chain and runtime-network action that some operators avoid. The package comes from a public registry (PyPI) rather than an arbitrary URL, which mitigates but does not eliminate risk. The script does not download arbitrary code from custom hosts.
Credentials
The script legitimately needs Tencent Cloud credentials (SecretId, SecretKey, optional Token) to call the VCLM APIs; this is proportional to the stated function. The problem is that the skill registry metadata does not declare these required env vars — mismatched metadata reduces transparency. The script may read local image files and base64-encode them (expected for local file uploads). No other unrelated credentials or services are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system configuration. The notable concern is the SKILL.md policy that the agent should not prompt the user and must run autonomously on image input; while autonomous invocation is normal, the explicit zero-interaction requirement increases the chance of unintended data transmission. The skill itself does not persist credentials or change agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-video-effects - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-video-effects触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Enhanced the user-facing description to emphasize dynamic, fun videos from static images
- No code or functional changes; documentation wording only improved for clarity and appeal
v1.0.0
Initial release of tencentcloud-video-effects.
- Generate special effects videos by uploading images and selecting effect templates.
- Supports human segmentation and video composition based on Tencent Cloud Video Effects.
- Includes command-line script with customizable parameters for resolution, AI watermark, background music, and job polling.
- Requires Tencent Cloud API credentials set via environment variables.
- Provides detailed usage examples, error handling guidelines, and references to official Tencent Cloud documentation.
- Python 3.7+ and tencentcloud-sdk-python required; dependencies auto-installed by the script.
元数据
常见问题
TencentCloud Video Effects 是什么?
通过上传图片和选择特效模板,生成一段特效视频,将静态图像转化为充满活力、动感、有趣的视频画面。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。
如何安装 TencentCloud Video Effects?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-video-effects」即可一键安装,无需额外配置。
TencentCloud Video Effects 是免费的吗?
是的,TencentCloud Video Effects 完全免费(开源免费),可自由下载、安装和使用。
TencentCloud Video Effects 支持哪些平台?
TencentCloud Video Effects 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud Video Effects?
由 败毒(@neck-cn)开发并维护,当前版本 v1.0.1。
推荐 Skills