← 返回 Skills 市场
Ai Imggen2
作者
MarjorieBroad
· GitHub ↗
· v1.1.0
· MIT-0
302
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ai-imggen
功能描述
Generate images from text prompts via API.
使用说明 (SKILL.md)
AI Image Generator
Generate images from text prompts.
Generate an Image
node {baseDir}/scripts/generate.mjs "$SKILLBOSS_API_KEY" "A sunset over mountains"
Save the Image
URL=$(node {baseDir}/scripts/generate.mjs "$SKILLBOSS_API_KEY" "A sunset over mountains")
curl -sL "$URL" -o image.png
Notes:
- Get SKILLBOSS_API_KEY at https://www.skillboss.co
安全使用建议
This skill's behavior is plausible for an image-generator, but there are transparency issues you should resolve before installing. Ask the publisher to explain the relationship between skillboss.co and api.heybossai.com (a clear homepage or repository and documentation would help). Inspect or audit the included scripts yourself (they are short) to confirm no additional endpoints or data exfiltration. If you must test, use a limited-scoped or throwaway API key and monitor outbound network requests. Do not supply a high-privilege or production API key until you have confirmation that the external domain is the intended and trusted backend.
功能分析
Type: OpenClaw Skill
Name: ai-imggen
Version: 1.1.0
The skill is a straightforward implementation for generating images using an external API. The script 'scripts/generate.mjs' sends a prompt and an API key to 'api.heybossai.com' and returns an image URL, which is consistent with the stated purpose in 'SKILL.md'. No malicious behaviors, such as data exfiltration or unauthorized execution, were detected.
能力评估
Purpose & Capability
Name/description (generate images) matches the included script and the required binary (node). Requesting a single API key is plausible. However, SKILL.md points users to get a SKILLBOSS_API_KEY at skillboss.co while the bundled code calls api.heybossai.com — the relationship between those domains is not documented, reducing trust/transparency.
Instruction Scope
SKILL.md instructs running the included Node script and then curling the returned URL, which is consistent with generating and saving an image. It does not, however, disclose that the script will POST the API key and prompt to https://api.heybossai.com/v1/run. The agent will transmit your API key and prompt text off-host to that third party; that network behavior is not documented in the README instructions.
Install Mechanism
No install spec — instruction-only with a small included script. Nothing is downloaded from external URLs at install time and no unusual install behavior is present.
Credentials
Only one environment variable (SKILLBOSS_API_KEY) is required, which is proportionate for an API-based image generator. The concern is that the key will be forwarded to a different domain (api.heybossai.com) than the site referenced in SKILL.md (skillboss.co). Without documentation tying those services together, this could be unexpected key transmission.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system settings. Default autonomous invocation is allowed but is not, on its own, a red flag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-imggen - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-imggen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Pass API key via argument instead of env
v1.0.0
Image generation from text prompts
元数据
常见问题
Ai Imggen2 是什么?
Generate images from text prompts via API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 Ai Imggen2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-imggen」即可一键安装,无需额外配置。
Ai Imggen2 是免费的吗?
是的,Ai Imggen2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Imggen2 支持哪些平台?
Ai Imggen2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Imggen2?
由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.1.0。
推荐 Skills