liblib-ai-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.
Install
mkdir -p .claude/skills/liblib-ai-gen && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7308" && unzip -o skill.zip -d .claude/skills/liblib-ai-gen && rm skill.zipInstalls to .claude/skills/liblib-ai-gen
About this skill
LiblibAI Image & Video Generation
Generate images (Seedream4.5) and videos (Kling) via LiblibAI's API.
Prerequisites
Environment variables must be set:
LIB_ACCESS_KEY— API access keyLIB_SECRET_KEY— API secret key
Usage
Run 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>
Image Generation (Seedream4.5)
- Endpoint:
POST /api/generate/seedreamV4 - Model:
doubao-seedream-4-5-251128 - Default size: 2048×2048. For 4.5, min total pixels = 3,686,400 (e.g. 2560×1440)
- Supports reference images (1-14), prompt expansion, and sequential image generation
- Options:
--width,--height,--count(1-15),--ref-images,--prompt-magic
Video Generation (Kling)
Text-to-Video
- Endpoint:
POST /api/generate/video/kling/text2video - Models:
kling-v2-6(latest, supports sound),kling-v2-1-master,kling-v2-5-turbo, etc. - Options:
--model,--aspect(16:9/9:16/1:1),--duration(5/10s),--mode(std/pro),--sound(on/off)
Image-to-Video
- Endpoint:
POST /api/generate/video/kling/img2video - Provide
--start-frameimage URL; optionally--end-frame(v1-6 only) - For kling-v2-6: uses
imagesarray instead of startFrame/endFrame
Async Pattern
All generation tasks are async:
- Submit task → get
generateUuid - Poll
POST /api/generate/statuswith{ "generateUuid": "..." } - Result contains
images[].imageUrlorvideos[].videoUrl
The script auto-polls by default. Use --no-poll to submit only.
Notes
- QPS limit: 1 request/second for task submission
- Max concurrent tasks: 5
- Image URLs in results expire after 7 days
- For kling-v2-5-turbo and kling-v2-6, mode must be "pro" (default)
- Sound generation only supported on kling-v2-6+
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversJsoncut MCP Server: a json image generator and image generation API for programmatic video generation and dynamic image
Supercharge AI tools with Kagi MCP: fast google web search API, powerful ai summarizer, and seamless ai summary tool int
Extract text and audio from URLs, docs, videos, and images with AI voice generator and text to speech for unified conten
Generate and edit images from text with Nano-Banana, an AI image generator powered by Gemini 2.5 Flash. Fast, seamless,
Generate and edit images with Stability AI's powerful ai image generator using advanced Stable Diffusion models for stun
Gemini Image Generator uses AI to create images with prompt enhancement, character consistency, and multi-image blending
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.