← Back to Skills Marketplace
devcsde

OATDA Video Status

by devcsde · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install oatda-video-status
Description
Check the status of an asynchronous video generation task from OATDA. Triggers when the user wants to check if a video is done generating, retrieve the video...
Usage Guidance
This skill appears to do only what it says: read your OATDA API key (from the declared credentials file or env) and call the OATDA status endpoint. Before installing, confirm you trust the oatda.com service and that ~/.oatda/credentials.json is the file you expect. Do not paste your full API key into chat; the skill already instructs not to print it. Consider using a least-privilege/rotatable API key for automation and rotate it if you suspect accidental exposure.
Capability Analysis
Type: OpenClaw Skill Name: oatda-video-status Version: 1.0.2 The oatda-video-status skill is a standard API integration for checking video generation status via oatda.com. It uses curl and jq to interact with a documented endpoint and includes appropriate security instructions to avoid leaking the full API key. The access to ~/.oatda/credentials.json is explicitly declared in the metadata and is consistent with the skill's functional requirements.
Capability Assessment
Purpose & Capability
Name/description match the requested artifacts: curl and jq are needed to make and parse the HTTP GET, OATDA_API_KEY is the expected credential, and ~/.oatda/credentials.json is the expected local config. There are no unrelated credentials, binaries, or surprising capabilities requested.
Instruction Scope
SKILL.md limits actions to resolving the API key (env or the declared credentials.json) and issuing a GET to https://oatda.com/api/v1/llm/video-status/<TASK_ID>. It does not instruct reading other files, scanning system state, or sending data to third-party endpoints outside oatda.com. It also includes a clear admonition to avoid printing the full API key.
Install Mechanism
This is instruction-only with no install spec and no downloaded code. That is the lowest-risk install posture and consistent with the skill's function.
Credentials
Only a single service credential (OATDA_API_KEY) and a single config path (~/.oatda/credentials.json) are required, which is proportional to the task. No unrelated secrets or numerous env vars are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or elevated privileges. The default ability for the model to invoke the skill autonomously is normal for skills and is not combined with other concerning factors here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oatda-video-status
  3. After installation, invoke the skill by name or use /oatda-video-status
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Fix: use config path instead of files in manifest
v1.0.1
Declare credentials.json file access in manifest for trust scan
v1.0.0
Initial release - check async video generation status via OATDA
Metadata
Slug oatda-video-status
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is OATDA Video Status?

Check the status of an asynchronous video generation task from OATDA. Triggers when the user wants to check if a video is done generating, retrieve the video... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install OATDA Video Status?

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

Is OATDA Video Status free?

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

Which platforms does OATDA Video Status support?

OATDA Video Status is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OATDA Video Status?

It is built and maintained by devcsde (@devcsde); the current version is v1.0.2.

💬 Comments