Generate images with Seedream4.5 and videos with Kling via LiblibAI API. Use when user asks to generate/create images, pictures, illustrations, or videos using LiblibAI, Seedream, or Kling models.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install liblib-ai-gen或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install liblib-ai-gen⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/liblib-ai-gen/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: liblib-ai-gen description: Generate images with Seedream4.5 and videos with Kling via LiblibAI API. Use when user asks to generate/create images, pictures, illustrations, or videos using LiblibAI, Seedream, or Kling models. ---
Generate images (Seedream4.5) and videos (Kling) via LiblibAI's API.
Environment variables must be set:
LIB_ACCESS_KEY — API access keyLIB_SECRET_KEY — API secret keyRun the CLI script at scripts/liblib_client.py:
# Generate image
python3 scripts/liblib_client.py image "a cute cat wearing a hat" --width 2048 --height 2048
# Generate video from text
python3 scripts/liblib_client.py text2video "a rocket launching into space" --model kling-v2-6 --duration 5
# Generate video from image
python3 scripts/liblib_client.py img2video "the cat turns its head" --start-frame https://example.com/cat.jpg
# Check task status
python3 scripts/liblib_client.py status <generateUuid>
POST /api/generate/seedreamV4doubao-seedream-4-5-251128--width, --height, --count (1-15), --ref-images, --prompt-magicPOST /api/generate/video/kling/text2videokling-v2-6 (latest, supports sound), kling-v2-1-master, kling-v2-5-turbo, etc.--model, --aspect (16:9/9:16/1:1), --duration (5/10s), --mode (std/pro), --sound (on/off)POST /api/generate/video/kling/img2video--start-frame image URL; optionally --end-frame (v1-6 only)images array instead of startFrame/endFrameAll generation tasks are async:
generateUuidPOST /api/generate/status with { "generateUuid": "..." }images[].imageUrl or videos[].videoUrlThe script auto-polls by default. Use --no-poll to submit only.
安装 LiblibAI Image & Video Gen 后,可以对 AI 说这些话来触发它
Help me get started with LiblibAI Image & Video Gen
Explains what LiblibAI Image & Video Gen does, walks through the setup, and runs a quick demo based on your current project
Use LiblibAI Image & Video Gen to generate images with Seedream4
Invokes LiblibAI Image & Video Gen with the right parameters and returns the result directly in the conversation
What can I do with LiblibAI Image & Video Gen in my design & creative workflow?
Lists the top use cases for LiblibAI Image & Video Gen, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/liblib-ai-gen/ 目录(个人级,所有项目可用),或 .claude/skills/liblib-ai-gen/(项目级)。重启 AI 客户端后,用 /liblib-ai-gen 主动调用,或让 AI 根据上下文自动发现并使用。
LiblibAI Image & Video Gen 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
LiblibAI Image & Video Gen 可免费安装使用。请查阅仓库了解许可证信息。
Generate images with Seedream4.5 and videos with Kling via LiblibAI API. Use when user asks to generate/create images, pictures, illustrations, or videos using LiblibAI, Seedream, or Kling models.
LiblibAI Image & Video Gen 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using LiblibAI Image & Video Gen
Identifies repetitive steps in your workflow and sets up LiblibAI Image & Video Gen to handle them automatically