Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

sora-video索拉视频

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

3,442

周安装

142

GitHub Stars

公开资料未说明

下载量

1,125
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sora-video(索拉视频)
来源仓库:https://github.com/jonathanlindsay/sora-video
安装命令:
openclaw skills install sora-video
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sora-video

简介

集成 OpenAI Sora 2 API 的全功能视频管理系统。

  • 包含营销模板库与批量生成调度功能。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 支持视频扩展、拼接与多格式导出。sora-video 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 需妥善保管 API 密钥,避免泄露或超额消耗。
  • 建议设置内容过滤规则防范意外输出。

SKILL.md

name
sora-video
description
Generate, edit, extend, and manage AI videos using OpenAI's Sora 2 API. Includes marketing-ready prompt templates for product demos, social ads, brand spots, and launch teasers. Requires customer-provided OPENAI_API_KEY.
version
1.0.0
dependencies
[]
tags

sora-video

AI video generation skill for Stomme AI customers using OpenAI's Sora 2 API. Wraps a production-grade Python CLI with marketing-focused prompt templates for business use cases.

Prerequisites

OpenAI API Key (Required)

Customers need their own OPENAI_API_KEY from OpenAI's platform:

  1. Go to platform.openai.com/api-keys
  2. Create a new API key with video generation permissions
  3. Set it as an environment variable: export OPENAI_API_KEY="sk-..."
  4. Ensure your OpenAI organization has Sora API access enabled
Important: A ChatGPT Pro/Plus subscription does NOT provide API access to Sora. You need a separate API key with pay-per-use billing from platform.openai.com.

Python + uv

The CLI requires Python 3.10+ and uses uv for dependency management (auto-installs the openai SDK):

# Install uv if not present
curl -LsSf https://astral.sh/uv/install.sh | sh

Pricing Guide

ModelDurationApproximate Cost
sora-24s~$0.10
sora-28s~$0.20
sora-212-16s~$0.30
sora-220s~$0.40
sora-2-pro4s~$0.25
sora-2-pro8s~$0.40
sora-2-pro12-16s~$0.50
sora-2-pro20s~$0.60

Costs are per video generation attempt. Failed or cancelled jobs are not billed. Prices are approximate and may change — check OpenAI's pricing page for current rates.

When to Use

  • Generate product demo videos from text descriptions
  • Create social media ad clips (Instagram, TikTok, LinkedIn)
  • Produce brand identity spots and launch teasers
  • Edit or extend existing generated videos
  • Create reusable non-human character references for brand mascots
  • Batch-generate multiple video variants for A/B testing

Decision Tree

  • Product demo → use templates/product-demo.md template + create
  • Social ad → use templates/social-ads.md template + create (4-8s)
  • Brand spot → use templates/brand-spots.md template + create or create-and-poll
  • Launch teaser → use templates/launch-teaser.md template + create-and-poll
  • Character-based shotscreate-character first, then create with character IDs
  • Edit existing videoedit (one targeted change per iteration)
  • Extend existing videoextend (continue timeline)
  • Batch variantscreate-batch with JSONL input
  • Check statusstatus or poll
  • Download assetsdownload (video/thumbnail/spritesheet)

Workflow

  1. Select a template from templates/ matching the use case (or write a custom prompt).
  2. Run the CLI via scripts/sora.py with appropriate flags.
  3. For async jobs, poll until completion (or use create-and-poll).
  4. Download assets before URLs expire (~1 hour).
  5. Iterate with edit (targeted changes) or extend (timeline continuation).

CLI Quick Start

Set the CLI path:

export SORA_CLI="<path-to-skill>/scripts/sora.py"

Generate a video

uv run --with openai python "$SORA_CLI" create \
  --prompt "Close-up of a premium smartwatch on marble surface" \
  --model sora-2 \
  --size 1280x720 \
  --seconds 8

Generate and auto-download

uv run --with openai python "$SORA_CLI" create-and-poll \
  --prompt "Product hero shot of wireless earbuds" \
  --model sora-2-pro \
  --size 1920x1080 \
  --seconds 4 \
  --download \
  --out hero.mp4

Dry-run (no API call)

python "$SORA_CLI" create --prompt "Test prompt" --dry-run

Full CLI reference: references/cli.md

Authentication

  • OPENAI_API_KEY must be set for live API calls.
  • Never ask customers to paste their full key in chat — have them set it locally.
  • If key is missing, guide them to platform.openai.com/api-keys.
  • ChatGPT subscription OAuth tokens do NOT work (missing api.videos.* scopes).

Models & Defaults

  • Default model: sora-2 (fast, flexible)
  • Premium model: sora-2-pro (higher fidelity, required for 1080p)
  • Default size: 1280x720
  • Default duration: 4 seconds
  • Allowed durations: 4, 8, 12, 16, 20 seconds

Size Support

ModelSizes
sora-21280x720, 720x1280
sora-2-pro1280x720, 720x1280, 1024x1792, 1792x1024, 1920x1080, 1080x1920

Prompt Augmentation

The CLI automatically reformats prompts into a structured production spec. Use CLI flags instead of writing long structured prompts:

uv run --with openai python "$SORA_CLI" create \
  --prompt "Premium headphones on display" \
  --use-case "product teaser" \
  --scene "dark studio, soft haze" \
  --camera "85mm, slow orbit" \
  --lighting "soft key, gentle rim" \
  --seconds 8

If your prompt is already structured, add --no-augment.

Marketing Templates

Ready-to-use prompt templates for common business video needs:

TemplateFileBest For
Product Demostemplates/product-demo.mdProduct launches, feature showcases
Social Adstemplates/social-ads.mdInstagram, TikTok, LinkedIn clips
Brand Spotstemplates/brand-spots.mdBrand identity, company culture
Launch Teaserstemplates/launch-teaser.mdPre-launch hype, coming soon

Guardrails (Enforced by API)

  • Only content suitable for audiences under 18
  • No copyrighted characters or music
  • No real people (including public figures)
  • Input images with human faces are rejected
  • Character uploads are for non-human subjects only

API Limitations

  • Models: sora-2 and sora-2-pro only
  • Duration set via seconds parameter (4, 8, 12, 16, 20)
  • Max 2 characters per generation
  • Extensions: up to 20s each, 6 times max (120s total)
  • Extensions do not support characters or image references
  • Video creation is async — must poll for completion
  • Download URLs expire after ~1 hour
  • Content restrictions enforced server-side

Reference Map

  • references/cli.md — Full CLI command reference
  • references/video-api.md — API parameters and endpoints
  • references/prompting.md — Prompt engineering best practices
  • references/troubleshooting.md — Common errors and fixes
  • templates/product-demo.md — Product demo prompt templates
  • templates/social-ads.md — Social ad prompt templates
  • templates/brand-spots.md — Brand identity spot templates
  • templates/launch-teaser.md — Launch teaser templates

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.82%
按下载量换算1,078

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills