Ai Image Generator
基于文本描述或参考图生成高质量图片,支持局部编辑、风格迁移和批量变体生成。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 287 · 4 current installs · 4 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill describes text-to-image, image-variation, editing and batch generation which aligns with the examples in SKILL.md. However, the README sample expects an OpenAI-style API key and references the 'openai' package and model 'dall-e-3' while the skill metadata declares no required credentials or primaryEnv. That mismatch (documented API key usage vs no declared credential) is inconsistent.
Instruction Scope
SKILL.md only tells the user to pip install openai and pillow and run a local script (generate.py) and shows a JSON config with an api_key. The instructions do not ask the agent to read unrelated system files or exfiltrate data. However, no generate.py/implementation is included in the skill bundle, so the instructions assume the user/agent has or will supply executable code and an API key—this missing code is an operational gap and the doc references a secret (api_key) that isn't declared in metadata.
Install Mechanism
There is no install spec (instruction-only skill). The SKILL.md suggests 'pip install openai pillow' which is a normal PyPI install for this task. No arbitrary download URLs, extract steps, or nonstandard installers are present.
Credentials
The documentation requires an 'api_key' in its example config and references using 'dall-e-3', but the skill metadata lists no required environment variables or primary credential. This is a proportionality/clarity issue: using the skill in practice will require supplying credentials (and likely billing), but the skill does not declare how or which credential names it expects. Also the skill source/homepage is unknown, so handing over API keys without verifying implementation origin increases risk.
Persistence & Privilege
The skill does not request persistent privileges (always is false), does not include installation hooks, and does not declare any config paths or system-level modifications. Nothing indicates it would alter other skills or system-wide agent settings.
What to consider before installing
This skill looks like a straightforward image-generation helper, but exercise caution before installing or running anything: the SKILL.md expects you to provide an API key (example config shows 'api_key') and a local script (generate.py), yet the skill bundle does not include code or declare required credentials. Before using it: 1) verify the source/author (there's no homepage and owner ID is unknown); 2) request or inspect the generate.py implementation so you know what data is sent to external APIs; 3) never paste your long-lived API key into an unknown script—use a least-privilege or restricted key and monitor billing; 4) prefer official client libraries and endpoints (the doc references the 'openai' PyPI package and 'dall-e-3'); 5) if you plan to use this in production, ask the publisher for a homepage, privacy/data-use details, and a clear list of required environment variables. These steps will reduce the risk of accidental credential leakage or unexpected charges.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.52
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
AI 图片生成助手
定价:¥149-799/月
功能
- 文生图:文字描述生成高质量图片
- 图生图:基于参考图生成变体
- 图片编辑:局部修改、风格迁移
- 批量生成:一次生成多个变体
- 模板库:预设风格模板
目标客户
- 设计师/插画师
- 内容创作者/自媒体
- 电商运营/营销人员
- 游戏/动漫从业者
ROI 分析
| 场景 | 节省成本 | 价值 |
|---|---|---|
| 商业图设计 | ¥500/张 → ¥10/张 | 节省 98% |
| 社交媒体配图 | 2小时/天 → 10分钟 | 效率 +1100% |
| 电商产品图 | ¥200/张 → ¥5/张 | 节省 97% |
| 游戏素材 | ¥1000/套 → ¥50/套 | 节省 95% |
平均 ROI:50-200 倍
快速开始
# 安装依赖
pip install openai pillow
# 生成图片
python generate.py "一只可爱的猫咪在咖啡店里喝咖啡,动漫风格"
配置
{
"api_key": "your-api-key",
"model": "dall-e-3",
"default_size": "1024x1024",
"default_quality": "standard"
}
使用示例
- 文生图:输入描述 → 生成图片
- 图生图:上传参考图 → 生成变体
- 风格迁移:选择风格 → 应用到图片
- 批量生成:输入多个描述 → 批量生成
创建时间:2026-03-13
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
