Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

aura-video光环视频

Agent Skill

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

总安装

11,025

周安装

464

GitHub Stars

公开资料未说明

下载量

3,860
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:aura-video(光环视频)
来源仓库:https://github.com/scotteverduim/aura-video
安装命令:
openclaw skills install aura-video
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install aura-video

简介

从 JSON 脚本自动生成 TikTok/Instagram 风格 Aura Creatine 视频。

  • 集成 Kristina 图像到视频技术与 Google Drive 脚本读取。
  • 支持 A-roll 与 B-roll 素材自动拼接与字幕叠加。
  • 需准备结构化脚本文件并确认素材版权归属清晰。
  • 建议预览小样后再批量渲染最终成片用于发布。

SKILL.md

name
aura-video
description
Generate a complete Aura Creatine TikTok/Instagram video from a JSON script. Reads the script from Google Drive, generates A-roll (Kristina image-to-video via AIML), B-roll (text-to-video via Gemini Veo), and animation scenes (Remotion), then merges everything with voiceover and captions into a final 9:16 MP4.
metadata

Aura Video Generator

Generate a complete Aura Creatine video from a single script ID.

Usage

bash {baseDir}/scripts/aura_video.sh week1_day1_vid1

Replace week1_day1_vid1 with any script ID from Google Drive/Aura Creatine/Content Pipeline/01_Scripts/.

How it works

  1. Load JSON script from Google Drive (Content Pipeline/01_Scripts/<id>.json)
  2. Generate each scene based on type field:

- a-roll → AIML image-to-video (Kristina base image + prompt) - b-roll → Gemini Veo text-to-video (prompt only) - animation → Gemini Veo text-to-video (prompt only, animation style)

  1. Load voiceover MP3 from Google Drive (voiceovers/ folder)
  2. Merge scenes with FFmpeg: concatenate clips, add voiceover, add captions
  3. Upload final video to Google Drive (Content Pipeline/03_Final_Videos/)
  4. Send video back to the chat

Script JSON format

{
  "meta": {
    "id": "week1_day1_vid1",
    "title": "Why Women Need Creatine More"
  },
  "assets": {
    "kristina_base_image": "Brand Kit/kristina_reference_primary.png",
    "voiceover_mp3": "voiceovers/Vid 1 Why Women Need Creatine More.mp3",
    "voiceover_text": "Did you know that women naturally have 70-80% lower creatine stores...",
    "on_screen_captions": ["Women have 70-80% less creatine", "Bridge the energy gap", "Start with 3-5g daily"]
  },
  "scenes": [
    { "scene": 1, "type": "a-roll", "prompt": "Kristina sits at kitchen table...", "caption": "Women have 70-80% less creatine", "duration_seconds": 8 },
    { "scene": 2, "type": "b-roll", "prompt": "Animated bar chart showing women vs men creatine levels...", "caption": "Bridge the energy gap", "duration_seconds": 8 },
    { "scene": 3, "type": "a-roll", "prompt": "Kristina focused, smiling, typing on laptop...", "caption": "Start with 3-5g daily", "duration_seconds": 8 }
  ]
}

Available scripts

All scripts are in Google Drive/Aura Creatine/Content Pipeline/01_Scripts/:

  • week1_day1_vid1 — Why Women Need Creatine More
  • week1_day2_vid1 — The Creatine Myth Debunked
  • week1_day3_vid1 — Creatine Against Brain Fog
  • week1_day4_vid1 — Sleep Almost An Hour Longer
  • week1_day5_vid1 — Creatine & Depression
  • week1_day6_vid1 — Constantly Feeling Rushed
  • week1_day7_vid1 — Better Memory

Notes

  • All videos are rendered in 9:16 (vertical) format for TikTok/Instagram Reels
  • A-roll scenes use the Kristina base image from Brand Kit/
  • Voiceover MP3s are pre-recorded and loaded from Google Drive (no ElevenLabs cost)
  • Final video is ~24 seconds (3 scenes × 8 seconds)
  • Output is uploaded to Content Pipeline/03_Final_Videos/ and sent to chat

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

93.26%
按下载量换算3,600

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills