← 返回 Skills 市场
coolhackboy

Sora 2

作者 coolhackboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
269
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install poyo-sora-2
功能描述
Use PoYo AI's Sora 2 video generation models through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate videos, submit...
安全使用建议
This skill appears coherent for calling PoYo's Sora 2 API. Before installing: 1) Treat POYO_API_KEY as sensitive — prefer exporting it as an environment variable rather than passing it as a command-line argument (command-line args can appear in process listings and shell history). 2) Only supply callback_url values you control and trust (use HTTPS) because PoYo will POST job data/results to that endpoint. 3) Avoid putting private images on public URLs when using image_urls. 4) Verify that the POYO API key you provide has the minimum required permissions and rotate it if exposed. If you need more assurance, request provenance (who published the skill) or run the provided curl commands manually instead of granting the agent autonomous execution.
功能分析
Type: OpenClaw Skill Name: poyo-sora-2 Version: 1.0.0 The skill bundle provides a legitimate interface for interacting with the PoYo AI Sora 2 video generation API. It includes a shell script (`scripts/submit_sora_2.sh`) and comprehensive documentation (`references/api.md`) for submitting video generation tasks to `https://api.poyo.ai/api/generate/submit`. The implementation is straightforward, uses standard authentication (Bearer token), and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description, required binary (curl), primary env var (POYO_API_KEY), endpoint (api.poyo.ai), and included examples/scripts all match a video-generation API client.
Instruction Scope
Instructions stay within the task of building/submitting payloads and polling status. They permit providing a callback_url (webhook) which is expected for job callbacks but means job data (prompts, possibly image URLs, results) may be POSTed to external endpoints — the user should only provide trusted HTTPS webhook URLs.
Install Mechanism
No install spec — instruction-only plus a small shell script that uses curl. Nothing is downloaded or written to disk by the skill itself.
Credentials
Only POYO_API_KEY is required and is the expected credential for the API; no unrelated credentials or secret paths are requested.
Persistence & Privilege
Skill is not always-on, does not modify other skills or system config, and permits normal autonomous invocation (default). No unusual persistence or privilege escalation is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install poyo-sora-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /poyo-sora-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of PoYo Sora 2 skill. - Enables video generation using PoYo AI's Sora 2 models via `https://api.poyo.ai/api/generate/submit`. - Supports both text-to-video and image-to-video workflows, with detailed model selection (`sora-2`, `sora-2-private`). - Guides users to build and submit proper requests, including required and optional parameters. - Provides info on task tracking via polling with `task_id` or webhooks. - Includes key usage instructions and expectations for output and follow-up steps.
元数据
Slug poyo-sora-2
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sora 2 是什么?

Use PoYo AI's Sora 2 video generation models through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate videos, submit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。

如何安装 Sora 2?

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

Sora 2 是免费的吗?

是的,Sora 2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sora 2 支持哪些平台?

Sora 2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sora 2?

由 coolhackboy(@coolhackboy)开发并维护,当前版本 v1.0.0。

💬 留言讨论