Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install aisa-media-gen-en-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install aisa-media-gen-en-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/aisa-media-gen-en-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: openclaw-media-gen description: "Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key." homepage: https://openclaw.ai metadata: {"openclaw":{"emoji":"🎬","requires":{"bins":["python3","curl"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY"}} ---
Generate images and videos with one AIsa API key:
gemini-3-pro-image-preview (Gemini GenerateContent)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)
| 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:
"Generate a cyberpunk cityscape at night, neon lights, rainy, cinematic"
"Use a reference image to generate a 5-second shot: slow camera push-in, wind blowing hair, cinematic, shallow depth of field"
export AISA_API_KEY="your-key"
---
https://api.aisa.one/v1POST /models/{model}:generateContentDocumentation: google-gemini-chat (GenerateContent) at https://aisa.mintlify.app/api-reference/chat/chat-api/google-gemini-chat.md
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.
---
https://api.aisa.one/apis/v1POST /services/aigc/video-generation/video-synthesisX-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
}
}'
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"
---
# 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
安装 AI Media Generation En 后,可以对 AI 说这些话来触发它
Help me get started with AI Media Generation En
Explains what AI Media Generation En does, walks through the setup, and runs a quick demo based on your current project
Use AI Media Generation En to generate images & videos with AIsa
Invokes AI Media Generation En with the right parameters and returns the result directly in the conversation
What can I do with AI Media Generation En in my design & creative workflow?
Lists the top use cases for AI Media Generation En, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/aisa-media-gen-en-skill/ 目录(个人级,所有项目可用),或 .claude/skills/aisa-media-gen-en-skill/(项目级)。重启 AI 客户端后,用 /aisa-media-gen-en-skill 主动调用,或让 AI 根据上下文自动发现并使用。
AI Media Generation En 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
AI Media Generation En 可免费安装使用。请查阅仓库了解许可证信息。
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
AI Media Generation En 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using AI Media Generation En
Identifies repetitive steps in your workflow and sets up AI Media Generation En to handle them automatically