← 返回 Skills 市场
yadavabhijeet4

AI Influencer

作者 yadavabhijeet4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
321
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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)...
使用说明 (SKILL.md)

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:

  1. Identity Lock (Visuals): Takes a base photo and prompt to generate a 4K studio-quality portrait (mocked/orchestrated via Gemini/Nano Banana Pro).
  2. Voice Cloning (Audio): Takes your text script and generates a natural voice track using ElevenLabs.
  3. 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.

安全使用建议
This skill appears to do what it says (orchestrate voice cloning + lip‑syncing), but there are a few inconsistencies you should resolve before installing or providing credentials: (1) The registry metadata does not list the required ELEVENLABS or KLING environment variables, yet the SKILL.md and script require them — ask the publisher to correct the metadata so you know what secrets will be used. (2) The included Python script is only a mocked/orchestration stub (prints and sleeps) rather than performing the actual API calls described — if you expect live API integration, request the real implementation and review it. (3) Dependencies are listed in a script comment but no install step is provided; ensure you install and audit required packages in a controlled environment. (4) Only provide API keys with minimal scope and rotate/delete them after testing; consider testing inside an isolated sandbox. Finally, be aware of legal and ethical considerations around creating AI 'clones' of people and ensure you have rights/consent for any likeness or voice used.
功能分析
Type: OpenClaw Skill Name: ai-influencer Version: 1.0.0 The skill provides a template for an AI influencer video generation pipeline orchestrating ElevenLabs and Kling AI. The Python script (scripts/influencer_pipeline.py) is a harmless placeholder that simulates the workflow using print statements and sleeps; it does not perform actual network requests, exfiltrate data, or execute unauthorized commands.
能力评估
Purpose & Capability
The skill's name/description (ElevenLabs + Kling AI + Gemini) align with the pipeline the SKILL.md describes. However, the registry metadata claims 'Required env vars: none' while the SKILL.md and the script require ELEVENLABS_API_KEY, KLING_ACCESS_KEY, and KLING_SECRET_KEY — a clear metadata mismatch. The Gemini mention is presented as optional/assumed (user-supplied image), which is plausible but not documented as an API requirement.
Instruction Scope
The SKILL.md instructs the agent to run a local orchestrator script that expects an image, prompt, text, and voice id and to have ElevenLabs and Kling credentials in the environment. The script itself is mock/orchestrator-only (it prints steps and sleeps) and does not implement actual API calls; SKILL.md, however, describes calling external APIs. That mismatch (promised external calls vs. a mocked script) is a scope/information inconsistency worth noting. The instructions do not ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only), so nothing will be downloaded or written during install. The script includes a comment listing Python package dependencies (pyjwt, requests) but no installer is invoked — low install risk, but the dependency list is not enforced by the registry metadata.
Credentials
The environment variables required by SKILL.md and enforced by the script (ELEVENLABS_API_KEY, KLING_ACCESS_KEY, KLING_SECRET_KEY) are proportionate to the stated functionality. However, the registry metadata does not declare these required env vars or a primary credential, creating an incoherence that could hide credential usage expectations from users. Also the script header lists dependencies (pyjwt) whose purpose isn't obvious from the code — this is a minor mismatch.
Persistence & Privilege
The skill is not marked 'always' and does not request elevated/persistent platform privileges. It does not modify other skills or system-wide configurations. Autonomous invocation is allowed by default (normal) but not flagged here by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-influencer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-influencer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ai-influencer skill: generate photorealistic AI clone (talking-head) videos using a reference photo, script, and cloned voice. - Fully automates the pipeline: image creation (Gemini), voice cloning (ElevenLabs), and lip-sync video animation (Kling AI). - Offers a simple command to orchestrate all steps, requiring only image, prompt, script, and voice ID inputs. - Requires API keys for ElevenLabs and Kling AI; video rendering runs asynchronously and may take several minutes.
元数据
Slug ai-influencer
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论