← Back to Skills Marketplace
Ai Imggen2
by
MarjorieBroad
· GitHub ↗
· v1.1.0
· MIT-0
302
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ai-imggen
Description
Generate images from text prompts via API.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-imggen - After installation, invoke the skill by name or use
/ai-imggen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Pass API key via argument instead of env
v1.0.0
Image generation from text prompts
Metadata
Frequently Asked Questions
What is Ai Imggen2?
Generate images from text prompts via API. It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.
How do I install Ai Imggen2?
Run "/install ai-imggen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Imggen2 free?
Yes, Ai Imggen2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Imggen2 support?
Ai Imggen2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Imggen2?
It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.1.0.
More Skills