openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
Install
mkdir -p .claude/skills/openclaw-media-gen && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2799" && unzip -o skill.zip -d .claude/skills/openclaw-media-gen && rm skill.zipInstalls to .claude/skills/openclaw-media-gen
About this skill
OpenClaw Media Gen 🎬
Generate images and videos with one AIsa API key:
- Image:
gemini-3-pro-image-preview(Gemini GenerateContent) - Video:
wan2.6-t2v(Qwen Wan 2.6 / Tongyi Wanxiang, async task)
API Reference: AIsa API Reference (all pages available at https://aisa.mintlify.app/llms.txt)
🎯 Pricing Advantage
Video Generation (WAN) - Cost Comparison
| Resolution | AIsa (Contract) | AIsa (Official) | Bailian (Official) | OpenRouter |
|---|---|---|---|---|
| 720P | $0.06/sec | ~$0.08 | ~$0.10 | ❌ |
| 1080P | $0.09/sec | ~$0.12 | ~$0.15 | ❌ |
| Pro/Animate | $0.108–0.156 | ~$0.18 | ~$0.25 | ❌ |
Key Benefits:
- 25-40% cheaper than Bailian official pricing
- OpenRouter doesn't support video - AIsa is the only unified API with video generation
- Contract pricing available for production workloads
- Single API key for both image and video generation
🔥 What You Can Do
Image Generation (Gemini)
"Generate a cyberpunk cityscape at night, neon lights, rainy, cinematic"
Video Generation (Wan 2.6)
"Use a reference image to generate a 5-second shot: slow camera push-in, wind blowing hair, cinematic, shallow depth of field"
Quick Start
export AISA_API_KEY="your-key"
🖼️ Image Generation (Gemini)
Endpoint
- Base URL:
https://api.aisa.one/v1 POST /models/{model}:generateContent
Documentation: google-gemini-chat (GenerateContent) at https://aisa.mintlify.app/api-reference/chat/chat-api/google-gemini-chat.md
curl Example (returns inline_data for images)
curl -X POST "https://api.aisa.one/v1/models/gemini-3-pro-image-preview:generateContent" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contents":[
{"role":"user","parts":[{"text":"A cute red panda, ultra-detailed, cinematic lighting"}]}
]
}'
Note: Response may contain
candidates[].parts[].inline_data(typically with base64 data and mime type); client script automatically parses and saves the file.
🎞️ Video Generation (Qwen Wan 2.6 / Tongyi Wanxiang)
Create Task
- Base URL:
https://api.aisa.one/apis/v1 POST /services/aigc/video-generation/video-synthesis- Header:
X-DashScope-Async: enable(required for async)
Documentation: video-generation at https://aisa.mintlify.app/api-reference/aliyun/video/video-generation.md
curl -X POST "https://api.aisa.one/apis/v1/services/aigc/video-generation/video-synthesis" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-H "X-DashScope-Async: enable" \
-d '{
"model":"wan2.6-t2v",
"input":{
"prompt":"cinematic close-up, slow push-in, shallow depth of field",
"img_url":"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Cat03.jpg/320px-Cat03.jpg"
},
"parameters":{
"resolution":"720P",
"duration":5,
"shot_type":"single",
"watermark":false
}
}'
Poll Task Status
GET /services/aigc/tasks?task_id=...
Documentation: task at https://aisa.mintlify.app/api-reference/aliyun/video/task.md
curl "https://api.aisa.one/apis/v1/services/aigc/tasks?task_id=YOUR_TASK_ID" \
-H "Authorization: Bearer $AISA_API_KEY"
Python Client
# Generate image (save to local file)
python3 {baseDir}/scripts/media_gen_client.py image \
--prompt "A cute red panda, cinematic lighting" \
--out "out.png"
# Create video task (requires img_url)
python3 {baseDir}/scripts/media_gen_client.py video-create \
--prompt "cinematic close-up, slow push-in" \
--img-url "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Cat03.jpg/320px-Cat03.jpg" \
--duration 5
# Poll task status
python3 {baseDir}/scripts/media_gen_client.py video-status --task-id YOUR_TASK_ID
# Wait until success (optional: print video_url on success)
python3 {baseDir}/scripts/media_gen_client.py video-wait --task-id YOUR_TASK_ID --poll 10 --timeout 600
# Wait until success and auto-download mp4
python3 {baseDir}/scripts/media_gen_client.py video-wait --task-id YOUR_TASK_ID --download --out out.mp4
💡 Use Cases
- AI Agents: Automate visual content generation for social media, marketing materials
- Content Creators: Generate custom images and videos programmatically
- Developers: Build apps with multimodal generation capabilities
- Businesses: Cost-effective alternative to Bailian with better pricing
🚀 Why AIsa for Media Generation?
- Unified API: Single key for both images (Gemini) and videos (WAN)
- Best Pricing: 25-40% cheaper than alternatives
- Production Ready: Contract pricing and enterprise support available
- No Competition: OpenRouter doesn't support video generation
- Simple Integration: Python client with async task management built-in
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.