Install
openclaw skills install openlens-skillMinimalist AI video generation portal offering prompt refinement, image-to-video conversion, local saving, streaming downloads, and both GUI and CLI access.
openclaw skills install openlens-skillAI Video Generation Portal with Raw Transparency for OpenClaw.
OpenLens is a minimalist AI video generation portal that serves as a raw transparency pass-through to your private video API. It bypasses content filtering restrictions and provides:
clawhub install openlens-skill
streamlit run app.py
# Basic video generation
python3 cli.py --prompt "A sunset over ocean"
# With prompt refinement
python3 cli.py -p "A sunset" --refine
# Image to video
python3 cli.py -p "Character walking" -i "https://example.com/image.jpg"
# Custom output path
python3 cli.py -p "video prompt" -o ./myvideo.mp4
Edit config.json or use the GUI to set your API credentials:
{
"video_api_url": "YOUR_VIDEO_API_URL",
"video_api_key": "YOUR_VIDEO_API_KEY",
"text_api_url": "YOUR_TEXT_API_URL",
"text_api_key": "YOUR_TEXT_API_KEY",
"text_model": "gpt-4o",
"default_save_path": "./outputs"
}
| Flag | Description |
|---|---|
-p, --prompt | Video description (required) |
-i, --image_url | Image URL for I2V |
-o, --output | Output file path |
-r, --refine | Enable prompt refinement |
--resolution | 720p or 1080p |
--duration | 5, 10, or 15 seconds |
MIT
OpenClaw Community