← Back to Skills Marketplace
108
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install oatda-generate-video
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oatda-generate-video - After installation, invoke the skill by name or use
/oatda-generate-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install OATDA Generate Video?
Run "/install oatda-generate-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OATDA Generate Video free?
Yes, OATDA Generate Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OATDA Generate Video support?
OATDA Generate Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OATDA Generate Video?
It is built and maintained by devcsde (@devcsde); the current version is v1.0.3.
More Skills