← 返回 Skills 市场
Sora Video Generation
作者
Paul de Lavallaz
· GitHub ↗
· v1.0.0
2051
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install sora-video-gen
功能描述
Generate videos using OpenAI's Sora API. Use when the user asks to generate, create, or make videos from text prompts or reference images. Supports image-to-video generation with automatic resizing.
安全使用建议
Key points to consider before installing:
- This tool will send your prompts and any reference images to OpenAI's video endpoints and requires your OpenAI API key (OPENAI_API_KEY or --api-key). The registry metadata failing to declare this is an inconsistency you should confirm with the publisher before proceeding.
- The included script depends on Python packages (openai, httpx, pillow) but there is no install step — install those in a controlled environment (virtualenv) before running.
- The script only talks to api.openai.com and saves the returned MP4; it does not contact other endpoints or exfiltrate unspecified data, based on the provided files.
- Verify you are comfortable providing your OpenAI API key to this code; consider creating a dedicated API key with limited billing/quota for use with third-party skills.
- If you need higher assurance, request the publisher to update registry metadata to declare OPENAI_API_KEY and to provide a reproducible install spec (requirements.txt or install script) and/or review their ownership/source (homepage is missing).
功能分析
Type: OpenClaw Skill
Name: sora-video-gen
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear instructions for generating videos using the OpenAI Sora API without any prompt injection attempts or malicious directives. The `scripts/generate_video.py` script uses standard libraries (`openai`, `httpx`, `pillow`) to interact with the legitimate `api.openai.com` endpoint, handles API keys securely, and performs necessary file operations (reading user-provided images, writing output video, using temporary files) without any evidence of data exfiltration, unauthorized execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description match the implementation: the script calls an OpenAI client to create/retrieve videos and downloads content. However, the registry metadata declares no required credentials while the script clearly requires an OpenAI API key (OPENAI_API_KEY or --api-key). That mismatch is unexpected and should have been declared.
Instruction Scope
SKILL.md and the script stay within the stated purpose: they accept prompt/image, resize images locally, call the Sora video create/retrieve endpoints, poll status, and download the resulting MP4. The script only reads the provided input image path, writes the output file, and uses the provided or environment API key — it does not attempt to read other system files or contact unknown hosts.
Install Mechanism
This is instruction-only (no install spec). The script lists dependencies in comments (openai, httpx, pillow) but there is no automated install step; that is not dangerous but is an operational omission — users must install dependencies themselves. No downloads from unknown URLs or extracted archives are present.
Credentials
The script requires an OpenAI API key (OPENAI_API_KEY or --api-key) to function. The registry metadata does not list any required env vars or primary credential, creating a discrepancy. Aside from the OpenAI key, no other secrets or unrelated env vars are requested, which is proportionate.
Persistence & Privilege
The skill is not always-enabled and has no install-time persistence behavior or attempts to modify other skills or system-wide config. It does not request elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sora-video-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/sora-video-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish: text-to-video and image-to-video with auto-resizing, prompt engineering guide
元数据
常见问题
Sora Video Generation 是什么?
Generate videos using OpenAI's Sora API. Use when the user asks to generate, create, or make videos from text prompts or reference images. Supports image-to-video generation with automatic resizing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2051 次。
如何安装 Sora Video Generation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sora-video-gen」即可一键安装,无需额外配置。
Sora Video Generation 是免费的吗?
是的,Sora Video Generation 完全免费(开源免费),可自由下载、安装和使用。
Sora Video Generation 支持哪些平台?
Sora Video Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sora Video Generation?
由 Paul de Lavallaz(@pauldelavallaz)开发并维护,当前版本 v1.0.0。
推荐 Skills