AI Influencer
/install ai-influencer
AI Influencer Agent Skill
This skill allows OpenClaw to automatically generate photorealistic talking-head videos (AI clones) without you ever needing to record. It orchestrates a 3-step pipeline:
- Identity Lock (Visuals): Takes a base photo and prompt to generate a 4K studio-quality portrait (mocked/orchestrated via Gemini/Nano Banana Pro).
- Voice Cloning (Audio): Takes your text script and generates a natural voice track using ElevenLabs.
- Lip Sync & Animation (Video): Takes the static image and the audio track, and runs them through Kling AI's advanced Avatar/Lip-Sync pipeline to create a seamless, talking video.
Prerequisites
To use this pipeline, you must have the following API keys set in your environment:
ELEVENLABS_API_KEY: For generating the voice track.KLING_ACCESS_KEY&KLING_SECRET_KEY: For animating the final video.
Usage
When a user asks to generate an AI Influencer video or "run the influencer pipeline", use this script:
uv run {baseDir}/scripts/influencer_pipeline.py \
--image "/path/to/reference.png" \
--prompt "A man sitting at a desk looking at the camera, subtle natural movement, calm, talking head" \
--text "This is the script that the AI avatar will speak." \
--voice-id "YOUR_ELEVENLABS_VOICE_ID"
How It Works
This script acts as a high-level orchestrator. In a real-world scenario, it sequentially calls the ElevenLabs API for audio generation, and the Kling AI API (identify-face -> advanced-lip-sync) for final rendering.
Note: Video generation via Kling API can take 5-10 minutes. Inform the user that the process runs asynchronously and requires sufficient Developer API credits on Kling.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-influencer - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-influencer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AI Influencer 是什么?
Create an AI clone video (talking head) from a single reference photo, a text script, and a cloned voice. Automates the pipeline of image generation (Gemini)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。
如何安装 AI Influencer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-influencer」即可一键安装,无需额外配置。
AI Influencer 是免费的吗?
是的,AI Influencer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Influencer 支持哪些平台?
AI Influencer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Influencer?
由 yadavabhijeet4(@yadavabhijeet4)开发并维护,当前版本 v1.0.0。