sora-video

Generate videos using Sora via lnapi.com.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sora-video" with this command: npx skills add shuliuzhenhua-sys/shuliu-skills/shuliuzhenhua-sys-shuliu-skills-sora-video

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:

  1. Determine this SKILL.md file's directory path as SKILL_DIR
  2. Script path = ${SKILL_DIR}/scripts/main.ts
  3. 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 (default sora-2)
  • --seconds <n>: Duration in seconds (10 or 15, default 10)
  • --size <WxH>: Resolution (1280x720, 720x1280, 720x720, default 720x1280)
  • --poll <ms>: Polling interval in ms (default 5000)
  • --json: JSON output
  • -h, --help: Show help

Fixed Config

  • Base URL: https://lnapi.com
  • API Key: LNAPI_KEY (Required in environment)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

douyin-share-info

No summary provided by upstream source.

Repository SourceNeeds Review
General

google-serper-search

No summary provided by upstream source.

Repository SourceNeeds Review
General

Xiaohongshu Crawler

爬取小红书内容,支持登录搜索、笔记详情获取、用户主页信息及热门笔记,无需登录部分功能可用。

Registry SourceRecently Updated
General

TAPD

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Registry SourceRecently Updated