📦 Sora 2 Pro — 长视频生成
v1.0.0通过 PoYo AI Sora 2 Pro API 端点,一键生成 15 秒或 25 秒高质量长视频,满足专业级内容创作需求。
0· 218·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and required credential align with its stated purpose (submitting jobs to PoYo's Sora 2 Pro API) and request only the single API key needed to call that endpoint.
评估建议
This skill appears to do exactly what it says: submit JSON payloads to PoYo's Sora 2 Pro endpoint using your POYO_API_KEY. Before installing, ensure you trust poyo.ai and that the API key you provide has appropriate scope and rotation policies. If you plan to use callback_url/webhooks, make sure your endpoint is secured and validates incoming callbacks so it cannot be abused. The included shell script reads a payload file or stdin and posts it to api.poyo.ai — keep sensitive data out of payloads...详细分析 ▾
✓ 用途与能力
Name/description (Sora 2 Pro video generation) match the requested binary (curl), the single env var (POYO_API_KEY), and the provided curl/script examples for POSTing to https://api.poyo.ai/api/generate/submit. Nothing requested appears unrelated to video generation.
✓ 指令范围
SKILL.md instructs only to build JSON payloads, use the provided shell script or curl examples, save returned task_id, and poll or wait for callbacks. It does not direct reading of unrelated files, other env vars, or system secrets.
✓ 安装机制
No install spec — instruction-only with a small shell script. No downloads or archive extraction. This is low-risk and proportional for a simple API wrapper.
✓ 凭证需求
Only POYO_API_KEY is required and is the primary credential needed to authenticate to PoYo's API. There are no additional unrelated credentials or config paths requested.
✓ 持久化与权限
Skill is not forced-always, does not request persistent system-wide changes, and does not modify other skills' configs. Autonomous invocation is allowed by platform default but not combined with other red flags here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/11
PoYo Sora 2 Pro video generation skill, initial release: - Enables premium, longer video generation (15s or 25s) using Sora 2 Pro models via PoYo API. - Supports cinematic clips, style presets, storyboard options, image-to-video, and custom payloads. - Details request rules, model selection, and authentication setup. - Includes workflow for submitting, tracking, and polling video generation tasks. - Provides clear output expectations for users, including model information, payload summary, task ID, and next steps.
● 无害
安装命令
点击复制官方npx clawhub@latest install poyo-sora-2-pro
镜像加速npx clawhub@latest install poyo-sora-2-pro --registry https://cn.longxiaskill.com镜像同步中