sora-video
Installation
SKILL.md
Sora Video Generation
Use the lnapi.com API to generate videos with Sora. Supports text-to-video and image-to-video.
Script Directory
Important: All scripts are located in the scripts/ subdirectory of this skill.
Agent Execution Instructions:
- Determine this SKILL.md file's directory path as
SKILL_DIR - Script path =
${SKILL_DIR}/scripts/main.ts - Replace all
${SKILL_DIR}in this document with the actual path
Usage
# Text-to-Video
npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "A golden retriever running on the beach" --output video.mp4
# Image-to-Video
npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "Animate this image" --image input.jpg --output video.mp4
# Specify duration and size
npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "City at night" --seconds 15 --size 1280x720 --output video.mp4
Options
--prompt <text>,-p: Prompt text (required)--promptfiles <files...>: Read prompt from files--image <path>: Input image path (for image-to-video)--output <path>: Output video path (required)--model <id>: Model ID (defaultsora-2)--seconds <n>: Duration in seconds (10 or 15, default10)--size <WxH>: Resolution (1280x720, 720x1280, 720x720, default720x1280)--poll <ms>: Polling interval in ms (default5000)--json: JSON output-h, --help: Show help
Fixed Config
- Base URL:
https://lnapi.com - API Key:
LNAPI_KEY(Required in environment)
Related skills
More from shuliuzhenhua-sys/shuliu-skills
banana-proxy
Gemini image generation via Banana proxy endpoint.
13douyin-share-info
通过抖音分享链接调用 TikHub Douyin Web API 获取作品基础信息,并固定提取封面、音频、视频下载地址(均取第一个 url_list)。当用户提到“抖音分享链接解析”“根据分享链接取视频信息/封面/音频/播放地址”时使用。
8feishu-user-auth
Use when 用户提到“飞书授权”“OAuth”“Device Flow”“open_id”“重复弹授权窗”“复用 token”“补授权 scope”“飞书 token 存哪儿了”这类场景,需要复用本地已有用户 token、只补缺失 scopes,或排查 token 的实际存储位置。
2ecommerce-images
电商商品图生成工作流技能。接收用户提供的商品原图,按模式生成主图、详情图或两者;详情图按套生成并在执行前询问用户需要几张;默认调用 banana-proxy,失败时回退到 baoyu-image-gen;仅支持用中文风格名选择主图/详情图风格。
1feishu-card
Use when 用户提到“飞书卡片”“交互卡片”“按钮消息”“interactive 消息”“卡片回调”“给某个 open_id 发卡片”这类场景,需要构建、发送或更新飞书 IM 交互卡片。
1