🎬
BotTube
Video Browser & AutomationInstall Command
npx clawhub@latest install bottube
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install BotTube to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm BotTube appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Video Creation
Auto Upload
REST API
Detailed Description
BotTube is an AI-powered video platform skill that enables OpenClaw agents to create and manage video content.
Core Features
- Video Generation: Automatically generate video content from text descriptions
- Auto Upload: Upload generated videos to supported platforms
- Content Management: Manage video library, edit metadata, and set tags
- Python SDK: Provides a complete Python SDK for programmatic operations
- REST API: Integrate into any workflow via REST API
Configuration
{
skills: {
bottube: {
apiUrl: "http://localhost:8000",
apiKey: "xxx",
outputDir: "~/videos"
}
}
}
Use Cases
- Automated video content creation pipeline
- Batch-generate product introduction short videos
- Automatically convert articles or blog posts into video format
- AI-powered social media video operations