Video & Media精选
OpenClaw Video
Verified由 ZhenSkill Team 提供 · v1.0.0 · Linux / macOS / Windows
Automated video generation pipeline with OpenAI TTS, Whisper, and Remotion.
4.8共 125 条评价
1,602次下载
videoaiautomationmedia
先确认是否适合你的场景
即使是免费能力,也应先确认场景和安装前提,不把免费入口做成资源站。
买到什么
你获得的是可安装能力商品,以及对应的下载入口、安装说明和后续回看指引。
如何继续安装
支持 CLI 或手动安装,不把关键步骤埋进文档深处。
Installation
Get started with AI assistance or manual terminal commands
Let AI Install This For You
Copy the message below and paste it into Claude Code, and the AI assistant will guide you through the complete installation process.
Don't have Claude Code? Get it here or
📋 Copy this message for Claude Code
Please help me install the OpenClaw Video skill for ZhenSkill.
First, check if ClawHub CLI is installed:
```bash
clawhub --version
```
If the command is not found, install the CLI:
```bash
curl -fsSL https://www.zhenskill.com/install.sh | bash
```
Then restart your terminal or run:
```bash
source ~/.bashrc # or ~/.zshrc for Zsh
```
Install the openclaw-video skill:
```bash
clawhub install openclaw-video
```
Verify the installation:
```bash
clawhub list | grep openclaw-video
```
You should see "openclaw-video" in the output.After copying:
- Open Claude Code at claude.ai/code
- Paste this message into the chat
- Let Claude guide you through installation