Token导航 LogoToken导航TokenDH.com
待分类敏感数据github未标认证来源可访问许可证需确认审计通过

blitzreels-faceless闪电战无面者

Agent Skill

blitzreels-faceless 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

539

周安装

22

GitHub Stars

公开资料未说明

下载量

172
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:blitzreels-faceless(闪电战无面者)
来源仓库:https://github.com/blitzreels/agent-skills
仓库路径:skills/blitzreels-faceless
安装命令:
npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-faceless
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-faceless

简介

blitzreels-faceless 用于从话题或脚本自动生成 AI 驱动的无脸视频,涵盖脚本撰写、图像生成与配音合成。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中快速产出面向社交媒体的无人物内容,降低真人出镜成本。
  • 每次调用前必须向用户展示执行计划并获得批准,尤其警惕 AI 信用消耗与潜在高额费用。
  • 支持从用户提供脚本作成,也支持基于主题的自动化生成,灵活适配不同输入模式。
  • 涉及人物肖像或商业用途时,应额外核查版权授权与内容合规性,避免法律纠纷。

SKILL.md

BlitzReels Faceless Video Generation

Generate AI-powered faceless videos from a topic or script.

Cost Warning: Faceless generation consumes AI credits (AI script writing, image generation, voiceover, video assembly). You MUST present a plan to the user and get approval before calling any expensive endpoint.

Quick Start

# Full pipeline: topic → video
bash scripts/faceless.sh --topic "5 productivity tips" --duration 30 --voice rachel --style cinematic

# Dry run — show plan without executing
bash scripts/faceless.sh --topic "5 productivity tips" --dry-run

# From a user-provided script (paragraph breaks = scene breaks)
bash scripts/faceless.sh --script "First scene narration.\n\nSecond scene narration." --duration 60

Required Workflow

Always use plan mode. Before generating, present this plan to the user for approval:

  1. Topic or script — What the video is about
  2. Duration — 10–120 seconds (drives scene count)
  3. Visual style — See references/visual-styles.md or GET /visual-styles
  4. Voice — See references/voices.md or GET /voices
  5. Image model — See references/models.md (default: gemini-2.5-flash)
  6. Video model — See references/models.md (default: kling-2.1)
  7. Output mode — Full video, storyboard-only (images), or images + audio
  8. Captions — Enabled by default; optionally pick a caption style
  9. Plan summary — Present all choices + "this will consume AI credits" warning
  10. User approval → Execute

Input Modes

ModeFlagBehavior
Topic--topic "..."AI writes the script based on the topic
Script--script "..."User provides exact narration. Paragraph breaks (\n\n) become scene breaks.

If both are provided, --script takes precedence.

Scripts

scripts/faceless.sh

Purpose-built end-to-end pipeline. Handles: create project → generate → poll → export → download URL.

faceless.sh --topic TEXT [--duration 30] [--voice rachel] [--style cinematic]
            [--image-model ID] [--video-model ID] [--video-duration SEC]
            [--storyboard-only] [--no-animated-video]
            [--aspect 9:16] [--captions true] [--caption-style ID]
            [--resolution 1080p] [--name TEXT] [--yes] [--dry-run]

Run bash scripts/faceless.sh --help for full usage.

scripts/blitzreels.sh

Generic API helper for ad-hoc calls. Requires BLITZREELS_ALLOW_EXPENSIVE=1 for expensive endpoints.

bash scripts/blitzreels.sh METHOD PATH [JSON_BODY]

Environment Variables

VariableRequiredDescription
BLITZREELS_API_KEYYesAPI key for authentication
BLITZREELS_API_BASE_URLNoOverride base URL (default: https://www.blitzreels.com/api/v1)
BLITZREELS_ALLOW_EXPENSIVENoSet to 1 to allow expensive calls via blitzreels.sh

API Endpoints

MethodPathDescription
POST/projectsCreate a new project
POST/projects/{id}/facelessStart faceless generation (expensive)
GET/jobs/{job_id}Poll job status
GET/projects/{id}/context?mode=timelineInspect generated timeline
POST/projects/{id}/exportStart export (expensive)
GET/exports/{export_id}Get export status + download URL
GET/voicesList available voices
GET/visual-stylesList available visual styles
GET/caption-stylesList caption style presets

Faceless Request Body

{
  "topic": "5 morning routine tips",
  "duration_seconds": 30,
  "visual_style": "cinematic",
  "voice_id": "21m00Tcm4TlvDq8ikWAM",
  "captions": true,
  "caption_style": "bold-center"
}
FieldTypeRequiredDescription
topicstringone of topic/scriptAI generates script from this
scriptstringone of topic/scriptExact narration text, paragraph breaks = scenes
duration_secondsnumberyes10–120
visual_stylestringnoStyle ID (default: cinematic)
voice_idstringnoElevenLabs voice ID (default: Rachel)
captionsbooleannoEnable captions (default: true)
caption_stylestringnoCaption style preset
imageModelIdstringnoImage generation model (default: google-gemini-2.5-flash-image)
videoModelstringnoVideo generation model (default: kling-2.1)
videoDurationnumbernoPer-clip duration in seconds, 3–10
storyboardOnlybooleannoGenerate images only, skip video/audio (default: false)
generateAnimatedVideosbooleannoSet false to skip video animation (default: true)

Generation Modes

ModeFlagWhat's Generated
Full video (default)Images → video clips → voiceover → music → captions
Storyboard only--storyboard-onlyScene images only (no video, no audio). Cheapest option for previewing.
Images + audio--no-animated-videoScene images + voiceover + music (slideshow-style, no video animation)

References

  • references/models.md — All image and video generation models with costs and capabilities
  • references/voices.md — All available voice IDs, categories, and descriptions
  • references/visual-styles.md — All available visual style IDs and descriptions

Safety

  • faceless.sh prompts for confirmation before calling expensive endpoints (bypass with --yes)
  • blitzreels.sh requires BLITZREELS_ALLOW_EXPENSIVE=1 for /faceless and /export paths
  • Always present cost/plan to user before generation

Notes

  • Use https://www.blitzreels.com/api/v1 as your base URL. https://blitzreels.com redirects to www, and some HTTP clients drop the Authorization header on redirects.
  • POST /projects/{id}/faceless returns a plan and input_warnings to help you predict what will be generated.
  • Full OpenAPI spec: https://www.blitzreels.com/api/openapi.json

Rate Limits

PlanRequests/min
Free10
Creator30
Pro60
Agency120

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.54%
按下载量换算66

Claude

29.66%
按下载量换算51

Cursor

18.34%
按下载量换算32

Gemini CLI

9.99%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills