← 返回 Skills 市场
108
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install oatda-generate-video
功能描述
Generate videos from text descriptions using AI models through OATDA's unified API. Triggers when the user wants to generate, create, or produce AI video cli...
安全使用建议
This skill appears to do what it says: it sends async video-generation requests to oatda.com and needs an OATDA_API_KEY. Before installing: (1) confirm you trust https://oatda.com and are comfortable sending prompts (and any public image URLs) to their service and downstream providers; (2) be aware the skill will attempt to read ~/.oatda/credentials.json as a fallback to populate the API key—remove or secure that file if you don't want it automatically read; (3) keep your API key private (the SKILL.md instructs not to print it, but avoid pasting it into shared logs); (4) if you need stricter isolation, set OATDA_API_KEY in the environment instead of relying on the credentials file. Overall this is coherent and expected for an API-wrapping, instruction-only skill.
功能分析
Type: OpenClaw Skill
Name: oatda-generate-video
Version: 1.0.3
The skill provides instructions for an AI agent to generate videos via the OATDA API using curl and jq. It includes a mechanism to resolve API keys from environment variables or a specific local configuration file (~/.oatda/credentials.json), which is a standard practice for CLI-based tools. All network activity is directed to the legitimate service domain (oatda.com), and the behavior is strictly aligned with the stated purpose of video generation.
能力评估
Purpose & Capability
Name/description (AI video generation via OATDA) matches the declared requirements: curl/jq for HTTP + JSON handling and OATDA_API_KEY for authorization. The metadata's model mapping and provider list are consistent with a multi-provider video-generation front end.
Instruction Scope
Instructions are scoped to calling the OATDA API and polling status. They explicitly resolve the API key either from OATDA_API_KEY env var or from ~/.oatda/credentials.json; reading that credentials file is the only filesystem access and is directly relevant to obtaining the API key, but is a privacy-sensitive action the user should be aware of.
Install Mechanism
No install spec and no code files — instruction-only. This is lowest-risk: no archives or external binaries are downloaded or installed by the skill.
Credentials
Only OATDA_API_KEY is required (declared as primary credential). No unrelated secrets, extra cloud credentials, or system config paths are requested beyond the optional ~/.oatda/credentials.json fallback used to read the API key.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oatda-generate-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/oatda-generate-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Declare credentials.json file access in manifest
v1.0.2
Declare OATDA_API_KEY credential in metadata for trust scan
v1.0.1
Restore concrete model IDs with fallback note
v1.0.0
Initial release
元数据
常见问题
OATDA Generate Video 是什么?
Generate videos from text descriptions using AI models through OATDA's unified API. Triggers when the user wants to generate, create, or produce AI video cli... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 OATDA Generate Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oatda-generate-video」即可一键安装,无需额外配置。
OATDA Generate Video 是免费的吗?
是的,OATDA Generate Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OATDA Generate Video 支持哪些平台?
OATDA Generate Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OATDA Generate Video?
由 devcsde(@devcsde)开发并维护,当前版本 v1.0.3。
推荐 Skills