← 返回
内容创作 Key 中文

openlens-skill

Minimalist AI video generation portal offering prompt refinement, image-to-video conversion, local saving, streaming downloads, and both GUI and CLI access.
极简AI视频生成平台,提供提示词优化、图像转视频、本地保存、流式下载,支持GUI和CLI访问。
openclawrr
内容创作 clawhub v1.0.7 1 版本 100000 Key: 需要
★ 0
Stars
📥 776
下载
💾 47
安装
1
版本
#latest

概述

OpenLens Skill

AI Video Generation Portal with Raw Transparency for OpenClaw.

Description

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:

  • Prompt Refinement: Use LLM to enhance prompts before video generation
  • Image-to-Video: Upload images and convert to video
  • Dual Mode: GUI (Streamlit) + CLI
  • Local Save: Auto-download generated videos to configured local path
  • Streaming Download: Robust large file downloads with progress bar

Features

  • Pure pass-through: no content filtering, no safety middleware
  • Manual API configuration via GUI or config.json
  • OpenAI-style /v1/video/generations protocol support
  • Auto-polling for async video generation
  • HTML5 video player with download button
  • 18+ age verification gate
  • CLI support for automation

Installation

clawhub install openlens-skill

Usage

GUI Mode

streamlit run app.py

CLI Mode

# 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

Configuration

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"
}

CLI Options

FlagDescription
-------------------
-p, --promptVideo description (required)
-i, --image_urlImage URL for I2V
-o, --outputOutput file path
-r, --refineEnable prompt refinement
--resolution720p or 1080p
--duration5, 10, or 15 seconds

Requirements

  • Python 3.8+
  • streamlit >= 1.28.0
  • requests >= 2.31.0
  • tqdm >= 4.66.0

License

MIT

Author

OpenClaw Community

版本历史

共 1 个版本

  • v1.0.7 当前
    2026-03-30 00:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,617
content-creation

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,047
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,168