ai-video-generator

作者 davide97l已验证

AI agent to automatically generate and post short videos

141
Stars
37
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/davide97l/ai-video-generator

快速入门

使用 ai-video-generator 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

AI video generator agent

AI Video Generator

This AI-agent utilizes generative AI to automatically generate short videos and post them on social platforms. It integrates several AI domains such as script generation, image generation, music generation, speech generation, automatic captioning, special effects, automatic upload and video composition to create engaging and high-quality videos. The agent is hosted on Mindsflow.ai.

Features

  • Script Generation: uses GPT4 to generate compelling scripts for your videos.

  • Image Generation: Based on the script, it generates relevant and visually appealing frames using StableDiffusionXL.

  • Music Generation: The system can create original, fitting background music to enhance the mood and tone of the video. It leverages a music generation model

  • Speech Generation: Using Azure-API, the agent can also generate human-like narrations for the scripts. It supports multiple languages.

  • Automatic Captioning: This feature ensures accessibility by providing accurate captions for the generated speech. Captions are generated with ffmpeg.

  • Special Effects: The agent includes the ability to apply various special effects to the video to make it more engaging using moviepy.

  • Video Composition: The agents is based on a flow-based programming model to assemble different AI and algorithmic components into a complete video. The flow is developed and hosted on Mindsflow.ai. All the blocks of the flow are available here.

  • Automatic upload: Once the video is ready, the agent can automatically upload it on your favourite social media platform.

Note: running this agent requires to have an OpenAI key, Replicate key, and Azure API key.

Results

You can check out some sample videos at the following links:

  1. https://www.instagram.com/inspiration_daily_tales/

  2. https://www.tiktok.com/@inspiration_tales_daily

These samples provide a glimpse of what the video-generator agent is capable of. Happy viewing!

Flow

Part 1Part 2Part 3
Alt textAlt textAlt text

For more details you see the full images here.

Input format

{
"topic": "topic of the video",  # example: benefits of eating mango
"language": "en",  # narration language
"speaker": "en-US-GuyNeural",  # (full list of voices: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=tts)
"voice_speed": 1, # (<1 slower voice, >1 faster voice)
"font_size": 30,  # font size in pixels
"font_name": "SourceSerif4",  # font type
"font_size_title": 50,  # title font size in pixels
"text_color": "white",  # subtitles color
"text_bg_color": "",  # subtitles bg color, "" or "none" means no bg color
"text_bg_opacity": 0,  # subtitles bg opacity, in [0-1], 0->transparent, 1->full
"text_border_color": "none",  # subtitles border color
"text_border_size": 0,  # subtitles border size, 0 no border
"caption_position": "center",  # center, top, bottom
"height": 1024,  # video height in pixels
"width": 576,  # video width in pixels
"fps": 16,  # video fps
"image_model": "sdxl",  # model to generate frames: sd or sdxl
"music_volume": 0.5,  # volume of bg music, in [0-1], 0->no bg music
"transition_time": 1,  # frames transitions time, 0->instant transition
"zoom": 1.1,  # frames zoom in/out strength, 1->no zoom
"account_name": "mindsflow.ai",  # account name, only if you want the video to be automatically uploaded on your platform
"upload": false,  # whether to upload the video on social media
"image_duration": 6,  # duration of each image
}

Note: The only compulsory field is "topic". If not specified, all other fields will be set to their default values.

Output format

The output of the agent is structured in the following way:

{
"result": "link to result"
}

In this output, result is a link pointing to a ZIP file. This ZIP file contains:

  • The generated video in mp4 format
  • A thumbnail image for the video
  • The video script in text format
  • The captions file in srt format

Extra

Try out more AI agents at https://chat.mindsflow.ai/en-US/explore.

常见问题

What is ai-video-generator?

ai-video-generator is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by davide97l. AI agent to automatically generate and post short videos. It has 141 GitHub stars.

Is ai-video-generator safe to use?

Yes. ai-video-generator passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ai-video-generator?

Clone the repository with "git clone https://github.com/davide97l/ai-video-generator" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ai-video-generator written in?

ai-video-generator is primarily written in Python. It is open-source under davide97l on GitHub, so you can review or fork the full source.

Are there alternatives to ai-video-generator?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ai-video-generator against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情