← Back to Skills Marketplace
image-gen
by
TobeyRebecca
· GitHub ↗
· v1.0.0
· MIT-0
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toby-image-gen
Description
Generate and edit images via SkillBoss API Hub. Supports standard generation, high-quality generation, style presets, and batch generation with HTML gallery....
Usage Guidance
This skill appears internally consistent: it needs only python3 and your SKILLBOSS_API_KEY to call api.heybossai.com and produce images. Before installing, consider: (1) the API key will be sent to SkillBoss (Authorization: Bearer <key>)—ensure you trust that service and the key's scope; (2) when using --edit the script reads and base64-encodes local image files and uploads them to the remote API; (3) outputs are written to ~/Projects/tmp by default (or ./tmp) so check file locations and disk permissions; (4) HEARTBEAT.md suggests periodic generation/sharing if you wire this into an automation — that may incur API costs and post images externally. If you have any doubts, inspect scripts/gen.py in full, run it in a restricted environment, or use a disposable API key with limited scope.
Capability Analysis
Type: OpenClaw Skill
Name: toby-image-gen
Version: 1.0.0
The skill is a legitimate image generation tool that interfaces with the SkillBoss API Hub (api.heybossai.com). The Python script (scripts/gen.py) uses only the standard library to send prompts and receive image data, with no evidence of malicious execution, data exfiltration beyond the required API key, or obfuscation. The instructions in SKILL.md and HEARTBEAT.md are consistent with the stated purpose of creative image generation and periodic agent activity.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (image generation & editing) matches the requested binary (python3), primary env var (SKILLBOSS_API_KEY), and the included script which calls api.heybossai.com. The package.json and README align with this purpose.
Instruction Scope
SKILL.md instructs the agent to run scripts/gen.py and set SKILLBOSS_API_KEY. The script uploads inline image data when performing edits, downloads returned image URLs, and writes outputs to a timestamped folder (defaults to ~/Projects/tmp or ./tmp). These behaviors are expected for an image-gen tool, but users should note that local images provided for editing are read and encoded and that generated/edited images and prompts are sent to api.heybossai.com.
Install Mechanism
No install spec; this is instruction-only with a pure-Python stdlib script (no external downloads or package installs). Low install risk.
Credentials
Only SKILLBOSS_API_KEY is required and declared as the primary credential. That key is used to authenticate calls to the SkillBoss API hub (api.heybossai.com), which is proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent agent-wide privileges or modify other skills. HEARTBEAT.md contains guidance for periodic generation (optional); this is documentation only and not an automatic capability embedded in the script.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toby-image-gen - After installation, invoke the skill by name or use
/toby-image-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of gemini-image-gen.
- Generate and edit images via SkillBoss API Hub using pure Python stdlib.
- Supports both standard and high-quality image generation.
- Includes batch generation and outputs an HTML image gallery.
- Offers CLI for custom prompts, style presets, and image editing (with gemini engine).
Metadata
Frequently Asked Questions
What is image-gen?
Generate and edit images via SkillBoss API Hub. Supports standard generation, high-quality generation, style presets, and batch generation with HTML gallery.... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install image-gen?
Run "/install toby-image-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is image-gen free?
Yes, image-gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does image-gen support?
image-gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created image-gen?
It is built and maintained by TobeyRebecca (@tobeyrebecca); the current version is v1.0.0.
More Skills