← 返回 Skills 市场
pauldelavallaz

Sora Video Generation

作者 Paul de Lavallaz · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1427
总下载
2
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install sora
功能描述
Generate videos from text prompts or reference images using OpenAI Sora. ✅ USE WHEN: - Need AI-generated video from text description - Want image-to-video (animate a still image) - Creating cinematic/artistic video content - Need motion/animation without lip-sync ❌ DON'T USE WHEN: - Need lip-sync (person speaking) → use veed-ugc or ugc-manual - Just need image generation → use nano-banana-pro or morpheus - Editing existing videos → use Remotion - Need UGC-style talking head → use veed-ugc INPUT: Text prompt + optional reference image OUTPUT: MP4 video (various resolutions/durations)
安全使用建议
This skill is functionally coherent with its description (it calls OpenAI Sora to generate videos), but take these precautions before installing or running it: - Provide only a scoped OpenAI API key and be aware this key will be used to create video jobs and download content; verify billing and key permissions. The skill uses OPENAI_API_KEY (or --api-key) but the registry metadata omitted this — expect to supply it yourself. - Install the required Python environment and libraries (Python >=3.10, openai, httpx, pillow) or run in a controlled environment (virtualenv/venv) to avoid affecting system packages. - The code saves temp image files and the final MP4 to disk; ensure you run it in a directory where writing files is acceptable. - Videos may expire on the provider side (~1 hour), so they are downloaded immediately by the script; be mindful of any sensitive content sent to the API. - The skill source and homepage are unknown — if you need higher assurance, ask the publisher for provenance (where the package came from, signed releases, or an official repo) before trusting it with an API key. If you want to proceed, consider creating a dedicated OpenAI API key with limited scope or billing limits to reduce risk.
功能分析
Type: OpenClaw Skill Name: sora Version: 1.0.1 The skill bundle is suspicious due to critical vulnerabilities in `scripts/generate_video.py`. The script allows arbitrary file write via the `--filename` argument and arbitrary file read via the `--input-image` argument, as it directly uses user-provided paths without sufficient sanitization or restriction. These flaws could be exploited by a malicious user interacting with the OpenClaw agent to overwrite or read sensitive files on the system where the agent is running. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized third parties or backdoor installation.
能力评估
Purpose & Capability
Name, description, and runtime behavior align: the script calls OpenAI's videos endpoints to create and download Sora-generated videos. However the registry metadata lists no required environment variables even though the SKILL.md and script clearly require an OpenAI API key (OPENAI_API_KEY or --api-key).
Instruction Scope
SKILL.md instructions and the script stay on-topic: they take a prompt and optional image, resize the image, call the OpenAI Videos API, poll for completion, and download the MP4. The instructions do not request unrelated files, system credentials, or unexpected external endpoints.
Install Mechanism
This is instruction-only / no install spec, so nothing is auto-downloaded by an installer. The included Python script however lists dependencies (openai, httpx, pillow) but the skill does not provide an installation step. The user will need to ensure those packages and Python >=3.10 are installed before running.
Credentials
The script requires an OpenAI API key (OPENAI_API_KEY or --api-key) but the skill metadata declares no required env vars or primary credential. That omission is a mismatch and could lead to confusion; otherwise the script does not request unrelated credentials or broad system secrets.
Persistence & Privilege
The skill does not request permanent/autonomous privileges (always:false) and does not modify other skills or system-wide agent configuration. It writes output files and temporary image files only as needed for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sora
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sora 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Improved routing: vs lip-sync tools clarification
元数据
Slug sora
版本 1.0.1
许可证
累计安装 11
当前安装数 11
历史版本数 1
常见问题

Sora Video Generation 是什么?

Generate videos from text prompts or reference images using OpenAI Sora. ✅ USE WHEN: - Need AI-generated video from text description - Want image-to-video (animate a still image) - Creating cinematic/artistic video content - Need motion/animation without lip-sync ❌ DON'T USE WHEN: - Need lip-sync (person speaking) → use veed-ugc or ugc-manual - Just need image generation → use nano-banana-pro or morpheus - Editing existing videos → use Remotion - Need UGC-style talking head → use veed-ugc INPUT: Text prompt + optional reference image OUTPUT: MP4 video (various resolutions/durations). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1427 次。

如何安装 Sora Video Generation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sora」即可一键安装,无需额外配置。

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.1。

💬 留言讨论