← 返回 Skills 市场
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lukaizj-ai-image
功能描述
AI image generation - Generate images using OpenAI DALL-E or other AI image APIs
使用说明 (SKILL.md)
AI Image Generation
AI image generation skill for OpenClaw. Generate images using DALL-E or other AI image APIs.
Setup
- Get OpenAI API key from https://platform.openai.com/api-keys
- Configure OPENAI_API_KEY environment variable
Environment Variables
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY |
Yes | Your OpenAI API Key |
安全使用建议
This skill appears to do what it claims. Before installing: 1) Be aware that any prompt text and any image files you pass will be sent to OpenAI and may be logged/processed per your OpenAI account settings (costs and privacy implications). 2) Keep your OPENAI_API_KEY secret and store it in a secure environment variable. 3) Ensure the runtime has the Python 'requests' library available (the code imports it at call time but does not install it). 4) Don’t pass sensitive local images you don’t want uploaded. 5) If you need stricter assurance, review network logs or run the code in a sandboxed environment to confirm it only contacts the OpenAI endpoints listed in the source.
功能分析
Type: OpenClaw Skill
Name: lukaizj-ai-image
Version: 0.1.0
The skill is a standard implementation for AI image generation using the OpenAI DALL-E API. The code in `ai_image.py` facilitates image generation, editing, and variations by sending requests to official OpenAI endpoints (api.openai.com). There are no signs of malicious intent, data exfiltration, or unauthorized access; the file operations are limited to processing user-provided image paths for the intended API calls.
能力标签
能力评估
Purpose & Capability
Name/description (image generation via OpenAI) matches the declared env var (OPENAI_API_KEY), the tooling entries, and the Python code which calls OpenAI image endpoints. All requested capabilities are appropriate for the stated purpose.
Instruction Scope
SKILL.md and instructions.md are narrowly scoped: they ask the user to set OPENAI_API_KEY and describe the three tools. The runtime code only sends prompts and image files to OpenAI endpoints; it does not attempt to read arbitrary system files or other environment variables.
Install Mechanism
No install spec (instruction-only) and no downloads. The code relies on the Python 'requests' package (imported inside functions) but does not include an installer — the environment must provide requests. No remote URLs or extract actions are used.
Credentials
Only OPENAI_API_KEY is required, which is appropriate for calling OpenAI's image APIs. The code will read local image file paths when performing edits/variations — this is expected but means any sensitive local images passed to the tool will be uploaded to OpenAI.
Persistence & Privilege
always is false and the skill does not request system-level persistence or modify other skills. It does not request extra privileges beyond the API key and normal file access for images.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lukaizj-ai-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/lukaizj-ai-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of AI Image Generation skill.
- Generate images using OpenAI DALL-E or other AI image APIs.
- Requires configuration of OPENAI_API_KEY environment variable.
- Includes setup guide for obtaining and using your OpenAI API key.
元数据
常见问题
AI Image Generation 是什么?
AI image generation - Generate images using OpenAI DALL-E or other AI image APIs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 AI Image Generation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lukaizj-ai-image」即可一键安装,无需额外配置。
AI Image Generation 是免费的吗?
是的,AI Image Generation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Image Generation 支持哪些平台?
AI Image Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Image Generation?
由 lukaizj(@lukaizj)开发并维护,当前版本 v0.1.0。
推荐 Skills