Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

paw-cra-video-longform爪子克拉视频长格式

Agent Skill

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

总安装

456

周安装

19

GitHub Stars

25

下载量

152
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:paw-cra-video-longform(爪子克拉视频长格式)
来源仓库:https://github.com/pawbytes/skill-suites
仓库路径:skills/paw-cra-video-longform
安装命令:
npx skills add https://github.com/pawbytes/skill-suites --skill paw-cra-video-longform
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pawbytes/skill-suites --skill paw-cra-video-longform

简介

辅助视频生成、动画合成或 Remotion 项目开发。

  • 适合组织镜头、生成素材说明或维护合成代码。paw-cra-video-longform 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需确认分辨率、时长、素材路径和导出格式。
  • 涉及外部素材或商业发布时,应先核对版权授权。
  • 注意人物肖像和内容审核要求,避免法律风险。

SKILL.md

Long-Form Video Production

Overview

This workflow produces finished long-form video (1-10 minutes, 1920x1080 horizontal) for YouTube and web platforms. It handles the full production pipeline: brief intake, script development, multi-scene generation, voiceover synthesis, B-roll integration, assembly with transitions, subtitle burn-in, and branded intro/outro. Supports both single videos and episodic series with consistent style across episodes.

Act as a technical video producer who understands both creative storytelling and video engineering. You orchestrate multiple tools in sequence -- AI video generation, voiceover synthesis, stock footage, and ffmpeg assembly -- to deliver upload-ready video files.

Args: Accepts --headless / -H for non-interactive execution. For episodic mode, accepts --episodes N to specify episode count.

Outputs: MP4 (1920x1080, H.264) + video-manifest.json saved to .pawbytes/creative-suites/brands/{brand-name}/videos/

On Activation

Load available config from {project-root}/.pawbytes/config/config.yaml and {project-root}/.pawbytes/config/config.user.yaml (root level and cra section). If config is missing, let the user know paw-cra-setup can configure the module at any time. Resolve and apply throughout the session (defaults in parens):

  • {user_name} (null) -- address the user by name
  • {communication_language} (English) -- use for all communications
  • {document_output_language} (English) -- use for generated document content
  • {fal_key} (null) -- fal.ai API key for video generation
  • {elevenlabs_api_key} (null) -- ElevenLabs API key for voiceover
  • {pexels_api_key} (null) -- Pexels API key for B-roll footage
  • {default_brand} (null) -- default brand name
  • {output_directory} (.pawbytes/creative-suites) -- base output path

Load shared agency memory from {project-root}/.pawbytes/creative-suites/index.md to understand active brands and campaigns. Load brand guidelines from .pawbytes/creative-suites/brands/{active-brand}/guidelines.md if an active brand is set.

Tool Verification

Before starting production, verify availability of required tools:

ToolPurposeRequired
ffmpegAssembly, transitions, audio mixing, subtitle burn-inYes
egaki CLIAI video scene generation (multi-provider)Yes (or fal.ai direct)
fal.ai APIVeo 3.1, Kling v3 video generationYes (needs fal_key)
ElevenLabs APIVoiceover generationYes (needs elevenlabs_api_key)
Pexels APIB-roll stock footageRecommended (needs pexels_api_key)
RemotionProgrammatic video creationOptional

If critical tools are missing, inform the user which production capabilities are unavailable and suggest alternatives.

Routing

If --headless or -H is passed, execute the full pipeline without interaction using provided brief/script and sensible defaults.

Otherwise, proceed interactively through the production stages below.


Production Pipeline

Stage 1: Brief Intake

Parse the incoming brief or accept one interactively. Extract:

  • Topic/subject -- what the video is about
  • Duration -- target length (1-10 minutes)
  • Format -- single video or episodic series (if episodic, number of episodes)
  • Platform -- YouTube, web embed, or both
  • Brand -- which brand guidelines to apply
  • Tone/style -- educational, narrative, promotional, documentary, etc.

If any critical information is missing (topic, duration, brand), ask before proceeding. In headless mode, infer from context or use defaults.

Stage 2: Script Development

If a full script is provided, validate it has sufficient scene-level detail for production.

If no script is provided, invoke the Strategist (paw-cra-agent-strategist) for a full script with:

  • Scene-by-scene breakdown with visual direction notes
  • Voiceover narration text per scene
  • Estimated timing per scene
  • B-roll suggestions

The script is the production blueprint -- every downstream step depends on it.

Stage 3: Scene Planning

Load ./references/scene-planning.md for detailed guidance.

Break the script into a scene plan (typically 10-30+ scenes for long-form). For each scene, define:

  • Visual approach (AI-generated, stock footage, motion graphic, or hybrid)
  • Camera/framing direction for AI generation prompts
  • Transition type to next scene (cut, crossfade, xfade)
  • Estimated duration in seconds
  • B-roll needs (if supplementary footage is required)

Write the scene plan to {output_directory}/brands/{brand}/videos/{video-slug}/scene-plan.json for compaction survival.

Stage 4: Brand Context

Load brand guidelines and extract video-relevant elements:

  • Brand colors (for overlays, lower thirds, intro/outro)
  • Logo assets and placement rules
  • Typography (for subtitles and on-screen text)
  • Voice/tone guidelines (for voiceover direction)
  • Existing intro/outro templates (if any)

Stage 5: Scene Generation

Load ./references/scene-generation.md for model selection and prompting guidance.

Generate video clips for each scene using the appropriate approach:

AI-Generated Scenes: Use egaki CLI or fal.ai API directly (Veo 3.1 for cinematic quality, Kling v3 for motion-heavy scenes). Craft prompts that include:

  • Visual description from scene plan
  • Camera movement and framing
  • Style/mood consistent with brand
  • Target aspect ratio (16:9) and duration

Stock Footage Scenes: Pull from Pexels API when stock footage is more appropriate (generic establishing shots, nature, cityscapes, etc.).

Motion Graphics: Use Remotion or ffmpeg filter chains for data visualizations, text animations, or branded graphic sequences.

Save all raw scene clips to the working directory. Track generation status per scene.

Stage 6: Voiceover Generation

Load ./references/voiceover-generation.md for ElevenLabs integration details.

Generate the full voiceover narration:

  • Select or confirm voice (from ElevenLabs library or cloned voice)
  • Generate audio for each scene's narration text
  • Align timing: voiceover duration should match scene durations from the plan
  • If timing mismatches occur, adjust scene durations or regenerate shorter/longer takes
  • Export as WAV or high-quality MP3

Stage 7: B-Roll Integration

For scenes flagged as needing B-roll in the scene plan:

  • Search Pexels API with relevant keywords
  • Download clips at 1080p minimum
  • Trim to required duration using ffmpeg
  • Apply any color grading to match the video's visual style

Stage 8: Assembly

Load ./references/assembly-guide.md for ffmpeg commands and transition patterns.

Assemble the final video using ffmpeg:

  1. Scene concatenation -- join all scene clips in sequence
  2. Transitions -- apply crossfade/xfade between scenes per the scene plan
  3. Audio mixing -- layer voiceover as primary audio track; add background music at reduced volume if provided
  4. Overlay graphics -- apply lower thirds, brand watermarks, or on-screen text as specified

Write intermediate assembly output for checkpoint recovery.

Stage 9: Subtitle Generation

Generate and burn in styled subtitles:

  1. Create full transcript from the voiceover script (or use speech-to-text if needed)
  2. Generate SRT file with accurate timestamps aligned to the assembled video
  3. Style subtitles using brand typography (font, size, color, background)
  4. Burn subtitles into the video using ffmpeg's subtitles or ass filter

Stage 10: Intro/Outro

Add branded sequences:

  • Intro: Brand logo animation, title card, or standard intro template (3-5 seconds)
  • Outro: Call-to-action, subscribe prompt, credits, or standard outro template (5-10 seconds)

If the brand has existing intro/outro assets at .pawbytes/creative-suites/brands/{brand}/assets/intro.* or outro.*, use those. Otherwise, generate simple branded sequences using ffmpeg or Remotion.

Stage 11: Validation Gate

Run ./scripts/validate-video.py on the assembled video to verify:

  • Resolution: 1920x1080
  • Codec: H.264 (libx264)
  • Audio: AAC, stereo, normalized levels (-14 LUFS target)
  • Duration: within 10% of target duration
  • File integrity: no corruption, proper container format

If validation fails, report specific issues. In interactive mode, offer to fix automatically. In headless mode, attempt auto-fix and re-validate (up to 2 retries).

Stage 12: Export

Save final deliverables to {output_directory}/brands/{brand}/videos/{video-slug}/:

  • {video-slug}.mp4 -- final video file
  • video-manifest.json -- production metadata (see ./references/manifest-schema.md)
  • scene-plan.json -- preserved scene plan
  • subtitles.srt -- subtitle file
  • thumbnail.jpg -- auto-generated or specified thumbnail

Stage 13: Episodic Mode

For episodic series (--episodes N or format=episodic):

  • Repeat stages 2-12 for each episode
  • Maintain consistent visual style, intro/outro, and voice across episodes
  • Use sequential naming: {series-slug}-ep01.mp4, {series-slug}-ep02.mp4, etc.
  • Generate a series-level manifest linking all episodes

Stage 14: Status Update

Log production results to shared memory:

  • Append to .pawbytes/creative-suites/daily/YYYY-MM-DD.md with [VideoProducer] tag
  • Update campaign status if this video is part of a campaign
  • Write completion summary with file paths and validation results

References

ReferencePurpose
./references/scene-planning.mdScene breakdown methodology and visual direction
./references/scene-generation.mdAI model selection, prompting, and generation workflow
./references/voiceover-generation.mdElevenLabs integration and timing alignment
./references/assembly-guide.mdffmpeg assembly commands, transitions, audio mixing
./references/manifest-schema.mdvideo-manifest.json schema definition

Scripts

ScriptPurpose
./scripts/validate-video.pyVerify codec, resolution, duration, audio levels

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.05%
按下载量换算53

Claude

31.98%
按下载量换算49

Cursor

18.03%
按下载量换算27

Gemini CLI

9.74%
按下载量换算15

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills