← 返回 Skills 市场
110
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oatda-video-status - 安装完成后,直接呼叫该 Skill 的名称或使用
/oatda-video-status触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 OATDA Video Status?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oatda-video-status」即可一键安装,无需额外配置。
OATDA Video Status 是免费的吗?
是的,OATDA Video Status 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OATDA Video Status 支持哪些平台?
OATDA Video Status 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OATDA Video Status?
由 devcsde(@devcsde)开发并维护,当前版本 v1.0.2。
推荐 Skills