Avatar
虚拟形象助手:集成 Simli 视频渲染和 ElevenLabs TTS 的交互式 AI 虚拟形象
Interactive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatar使用 Remotion 框架生成 AI 驱动的视频内容
Generate AI-driven video content using the Remotion framework
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install remotion-bozo # 之后直接对 Claude 说"用 remotion-bozo 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install remotion-bozo
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
需要 GPU 加速,建议 VRAM >= 8GB;可选接入 OpenAI API 增强 AI 脚本生成能力
remotion-best-practices与remotion-video-toolkit这两个skill。并且有安装playwright。# 使用技能创建项目
remotion-bozo create my-video
# 进入项目目录
cd my-video
# 预览视频
npm start
# 渲染视频
npm run render
my-video/
├── src/
│ ├── index.tsx # 入口文件
│ └── VideoTemplate.tsx # 视频组件模板
├── out/ # 输出目录
├── package.json
├── tsconfig.json
└── README.md
import {spring} from 'remotion';
const scale = spring({
frame: progress * 30,
fps: 30,
config: {
damping: 12,
stiffness: 80,
mass: 1
}
});
import {interpolate, Easing} from 'remotion';
const opacity = interpolate(progress, [0, 0.3], [0, 1], {
easing: Easing.inOut(Easing.cubic)
});
const bouncy = Easing.bezier(0.68, -0.55, 0.265, 1.55);
~/Library/Caches/ms-playwright/chromium_headless_shell-*/chrome-headless-shell-mac-arm64node_modules/.remotion/chrome-headless-shell/# 在 .zshrc 中添加
export REMOTION_BROWSER_EXECUTABLE="/path/to/chrome-headless-shell"
create <project-name> | 创建新项目 |
| render | 渲染当前项目 |
| preview | 预览视频 |
| lambda | 配置 Lambda 渲染 |clawhub remotion-bozo render --ai-script "generate a 30s product demo for smartphone" --fps 30 --resolution 1920x1080 --output demo.mp4虚拟形象助手:集成 Simli 视频渲染和 ElevenLabs TTS 的交互式 AI 虚拟形象
Interactive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatarAI Avatar Generation:从照片或文字描述生成专业的 AI 虚拟人物,包括真人头像、卡通形象、3D 角色等。
Generate AI avatars from photos or text descriptions using each::sense. Create professional headshots, cartoon avatars, 3D characters, fantasy personas, gami...
clawhub install ai-avatar-generation