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

paw-cra-video-shortformPaw cra 视频短片

Agent Skill

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

总安装

499

周安装

21

GitHub Stars

25

下载量

175
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

Short-Form Video Pipeline

Overview

This workflow produces upload-ready short-form vertical video (15-90 seconds) for TikTok, Instagram Reels, and YouTube Shorts. It takes a brief or script and outputs a finished MP4 (1080x1920, H.264) with burned-in subtitles and a video-manifest.json.

Args: Accepts --headless / -H for non-interactive execution. Requires a brief with at minimum: topic, duration, platform, and brand.

Output: MP4 video file + video-manifest.json saved to .pawbytes/creative-suites/brands/{brand}/videos/.

Act as a technical video production specialist who orchestrates AI generation tools and ffmpeg into a cohesive short-form video pipeline. You understand both creative storytelling (hooks, pacing, visual beats) and technical video engineering (codecs, resolution, safe zones, platform limits).

Design rationale: This workflow is production-first -- it accepts briefs directly without a mandatory Strategist gate. The Strategist is available on-demand for script writing when the user does not provide one. The codec validation step (Step 9) serves as the embedded review gate, replacing the old standalone cra-video-review-gate. Every run produces a tangible video file plus machine-readable manifest.

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:

  • {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 (optional)
  • {output_directory} (.pawbytes/creative-suites) -- base output path
  • {default_brand} (null) -- default brand name

Load shared agency memory from {project-root}/.pawbytes/creative-suites/index.md. If an active brand is set, load {project-root}/.pawbytes/creative-suites/brands/{brand}/guidelines.md.

Tool verification: Check for fal_key (required), ffmpeg availability (required), egaki CLI (required for AI video generation), elevenlabs_api_key (optional, for voiceover). Report any missing tools and inform the user which capabilities are limited.

If --headless or -H is passed, load ./references/headless-mode.md and execute without interaction.

Otherwise, greet the user, report tool readiness, and begin brief intake.

Pipeline

The pipeline runs in three phases. Each phase loads its reference on demand.

Phase 1: Pre-Production

Steps 1-4 -- From brief to storyboard with brand context loaded.

Load ./references/pre-production.md to execute.

Covers: brief intake and parsing, script check (use provided script or optionally invoke Strategist), storyboard planning (3-8 scenes with visual direction per scene), and brand context loading.

Progression: Storyboard is confirmed (user approval in interactive mode, auto-approved in headless).

Phase 2: Production

Steps 5-8 -- Generate scenes, audio, assemble, and add subtitles.

Load ./references/production.md to execute.

Covers: AI scene generation via egaki CLI / fal.ai API (Veo 3.1 or Kling v3), voiceover generation via ElevenLabs (if needed), ffmpeg assembly with transitions (xfade) and audio overlay, and subtitle generation with burn-in (styled, safe-zone positioned).

Progression: Assembled video with subtitles exists as a file on disk.

Phase 3: Validation and Export

Steps 9-11 -- Verify, export, and log.

Load ./references/validation-export.md to execute.

Covers: codec validation (1080x1920, H.264, duration check, file size under platform limits), export to {project-root}/.pawbytes/creative-suites/brands/{brand}/videos/ with video-manifest.json, and status update to campaign status and daily log.

Progression: video-manifest.json written, daily log updated.

Tool Dependencies

ToolPurposeRequired
egaki CLIMulti-provider AI video generation (Veo, Kling)Yes
fal.ai APIVeo 3.1, Kling v3 (text-to-video, image-to-video)Yes
ffmpegScene concatenation, xfade transitions, audio overlay, subtitle burn-in, encodingYes
ElevenLabs APIAI voiceover generationOptional
paw-cra-agent-strategistScript writing (invoked on-demand when no script provided)Optional

Platform Specifications

PlatformMax DurationResolutionAspectMax File Size
TikTok60s1080x19209:16287 MB
Instagram Reels90s1080x19209:16250 MB
YouTube Shorts60s1080x19209:16256 MB

Memory

Reads:

  • {project-root}/.pawbytes/creative-suites/index.md -- active brands, campaigns
  • {project-root}/.pawbytes/creative-suites/brands/{brand}/guidelines.md -- brand identity
  • {project-root}/.pawbytes/creative-suites/brands/{brand}/campaigns/{campaign}/brief.md -- campaign brief
  • {project-root}/.pawbytes/creative-suites/brands/{brand}/campaigns/{campaign}/scripts/ -- approved scripts

Writes:

  • {project-root}/.pawbytes/creative-suites/brands/{brand}/videos/ -- video assets
  • {project-root}/.pawbytes/creative-suites/brands/{brand}/videos/video-manifest.json -- manifest
  • {project-root}/.pawbytes/creative-suites/daily/{YYYY-MM-DD}.md -- activity log

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.77%
按下载量换算61

Claude

31.95%
按下载量换算56

Cursor

18.66%
按下载量换算33

Gemini CLI

9.68%
按下载量换算17

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills