通用图生图(OpenAI 风格)与 Gemini generateContent 文生图。Use when: 文生图、异步出图、Gemini 图像模型。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill aiznt-images --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aiznt Images?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-aiznt-images)More formats (shields.io, HTML) on the badges page.
---
name: aiznt-images
description: >
通用图生图(OpenAI 风格)与 Gemini generateContent 文生图。Use when: 文生图、异步出图、Gemini 图像模型。
metadata:
openclaw:
primaryEnv: TS_TOKEN
requires:
env:
- AIZNT_PROXY_URLS
---
# 图生图 (aiznt-images)
## 命令
```bash
node scripts/images.js sync --body '{"prompt":"...","model":"..."}'
node scripts/images.js async --body '{...}'
node scripts/images.js async-fetch --task-id <id>
node scripts/images.js generate-content --model gemini-3-pro-image-preview --body '{...}'
```
## URL 键
- `v1_images_generations`
- `v1_images_generations_async`
- `v1_images_generations_async_fetch`(`{task_id}`)
- `v1_models_generate_content`(`{model}`)
配置同其它 aiznt-*:TsClaw「同步天树凭证」批量写入。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!