openclaw-aisa-llm-image-video
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 openclaw-aisa-llm-image-video或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-aisa-llm-image-video⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-aisa-llm-image-video/💡解压后将文件夹放到上方路径,重启 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"}} ---
用 AIsa API 一把钥匙生成图片与视频:
gemini-3-pro-image-preview(Gemini GenerateContent)wan2.6-t2v(通义万相 / Qwen Wan 2.6,异步任务)API 文档索引见 AIsa API Reference(可从 https://aisa.mintlify.app/llms.txt 找到所有页面)。
"生成一张赛博朋克风格的城市夜景,霓虹灯,雨夜,电影感"
"用一张参考图生成 5 秒镜头:镜头缓慢推进,风吹动头发,电影感,浅景深"
export AISA_API_KEY="your-key"
---
https://api.aisa.one/v1POST /models/{model}:generateContent文档:google-gemini-chat(GenerateContent)见 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"}]}
]
}'
> 说明:该接口的响应中可能出现 candidates[].parts[].inline_data(通常包含 base64 数据与 mime 类型);客户端脚本会自动解析并保存文件。
---
https://api.aisa.one/apis/v1POST /services/aigc/video-generation/video-synthesisX-DashScope-Async: enable(必填,异步)文档:video-generation 见 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=...文档:task 见 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"
---
# 生成图片(保存到本地文件)
python3 {baseDir}/scripts/media_gen_client.py image \
--prompt "A cute red panda, cinematic lighting" \
--out "out.png"
# 创建视频任务(需要 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
# 轮询任务状态
python3 {baseDir}/scripts/media_gen_client.py video-status --task-id YOUR_TASK_ID
# 等待直到成功(可选:成功后打印 video_url)
python3 {baseDir}/scripts/media_gen_client.py video-wait --task-id YOUR_TASK_ID --poll 10 --timeout 600
# 等待直到成功并自动下载 mp4
python3 {baseDir}/scripts/media_gen_client.py video-wait --task-id YOUR_TASK_ID --download --out out.mp4安装 Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key 后,可以对 AI 说这些话来触发它
Help me get started with Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key
Explains what Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key does, walks through the setup, and runs a quick demo based on your current project
Use Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key to generate images & videos with AIsa
Invokes Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key with the right parameters and returns the result directly in the conversation
What can I do with Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key in my design & creative workflow?
将技能文件夹放到 ~/.claude/skills/openclaw-aisa-llm-image-video/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-aisa-llm-image-video/(项目级)。重启 AI 客户端后,用 /openclaw-aisa-llm-image-video 主动调用,或让 AI 根据上下文自动发现并使用。
Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key 可免费安装使用。请查阅仓库了解许可证信息。
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
Lists the top use cases for Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key, with example commands for each scenario
Automate my design & creative tasks using Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key
Identifies repetitive steps in your workflow and sets up Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key to handle them automatically
Images & videos generation with Gemini 3 Pro Image + Qwen Wan 2.6 (video) via one API key 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。