Claude Skill
mediastormDev/dream-to-video-skill
Dream-to-Video Skill 是一个AI代理技能,能将梦境描述转化为电影级视频。自动生成提示词,通过浏览器自动化提交至Jimeng,并下载带有后期处理效果的完成视频。
概览
仓库信息
安装这个 Skill
npx skills add mediastormDev/dream-to-video-skill -s dream-to-videoRegistry 信息
npx skills add mediastormDev/dream-to-video-skill -s dream-to-videogit clone https://github.com/mediastormDev/dream-to-video-skill.gitpip install -r requirements.txt
项目简介
Dream-to-Video Skill 是一个AI代理技能,能将梦境描述转化为电影级视频。它自动生成提示词,通过浏览器自动化提交至Jimeng,并下载带有后期处理效果的完成视频。
AI agent skill that transforms dream descriptions into cinematic videos — auto-generates prompts, submits to Jimeng via browser automation, and downloads finished videos with post-processing effects.
要点
- 将梦境描述转化为电影级视频
- 自动生成视频生成提示词
- 通过浏览器自动化提交提示词至Jimeng
- 下载带有后期处理效果的完成视频
- 作为AI代理技能构建,便于无缝集成
使用场景
- 从梦境日记中创作故事视频
- 快速原型化视频概念
- 个性化电影级内容创作
- 抽象想法的教育可视化
- 娱乐与艺术表达
README 摘要
# Dream-to-Video Skill [中文文档](./README.zh-CN.md) AI agent skill that transforms dream text into cinematic videos. Describe your dream, and the agent automatically generates professional video prompts, submits them to the [Jimeng](https://jimeng.jianying.com) platform via browser automation, downloads the finished videos, and applies post-processing effects. ## How It Works ``` Dream text → AI transforms to cinematic prompt → Queue → Browser automation → Jimeng platform → Download → Post-processing → Video files ``` 1. **Prompt transformation** — The AI agent converts your dream description into a detailed cinematic video prompt following 10 strict rules (photorealistic style, fisheye lens, no text overlays, silent narrative, etc.) 2. **Queue submission** — The prompt is added to a local task queue (SQLite + JSONL) 3. **Browser automation** — A background worker drives Chromium via Playwright to interact with the Jimeng video generation platform: login, submit prompts, upload reference images when needed, monitor progress 4. **Download & post-processing** — Completed videos are downloaded and automatically processed with an "Elliptic Shatter" edge effect (center-clear, shattered-glass edges), outputting both the original and the effect version ## Install ### Via skills CLI ```bash npx skills add mediastormDev/dream-to-video-skill -s dream-to-video ``` ### Manual install Clone the repo and symlink the skill directory into your agent's skill folder: ```bash git clone https://github.com/mediastormDev/dream-to-video-skill.git mkdir -p ~/.claude/skills ln -s "$(pwd)/dream-to-video-skill/skills/dream-to-video" ~/.claude/skills/dream-to-video ``` ## Requirements - Python >= 3.10 - Chromium (installed via Playwright) - An API key from any supported provider: | Prov
话题
暂无话题