← Back to Skills Marketplace
Quick Img V2
by
MarjorieBroad
· GitHub ↗
· v1.1.0
· MIT-0
287
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install quick-img
Description
Generate images using curl and the SkillBoss API.
Usage Guidance
Before installing or using this skill: (1) Recognize it requires network access to two external endpoints — api.heybossai.com (for image generation) and httpbin.org (the bundled "Check IP" script). The latter is unrelated to the stated purpose and will reveal your agent's public IP to a third party. (2) The SKILL.md examples call curl and node but the skill metadata does not declare these as required binaries — verify that your runtime provides them and be cautious about executing scripts. (3) Only provide SKILLBOSS_API_KEY if you trust the SkillBoss service and the skill author; consider creating a limited-scope API key if possible. (4) If you don't need the IP-checking helper, remove or review scripts/hello.mjs before running. (5) If you want to reduce risk, ask the author to (a) declare required binaries, (b) remove or make optional the httpbin check, and (c) document exactly what data is sent to external endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: quick-img
Version: 1.1.0
The skill provides straightforward functionality to generate images via the SkillBoss API (api.heybossai.com) and a utility to check the outbound IP address using httpbin.org. The code in SKILL.md and scripts/hello.mjs is transparent, aligns with the stated purpose, and contains no indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's stated purpose is to generate images via the SkillBoss API, which is consistent with the curl example that posts to https://api.heybossai.com/v1/run. However the SKILL.md examples rely on curl and node, yet the registry metadata lists no required binaries — this is an incoherence (the skill should declare curl and node if it needs them).
Instruction Scope
The runtime instructions include an unrelated "Check IP" step that runs scripts/hello.mjs. That script performs a network request to https://httpbin.org/get and prints the origin IP. Contacting an external site unrelated to the image API is scope creep and transmits the agent's network-visible IP and headers to a third party. The skill also pipes remote API output into a node one-liner — the one-liner parses JSON (not eval), which is expected, but executing any processor on network data increases the attack surface.
Install Mechanism
This is an instruction-only skill with no install spec, so nothing is written to disk on install. That's the lowest install risk.
Credentials
The skill requests a single credential, SKILLBOSS_API_KEY, which aligns with calling the SkillBoss API. The SKILL.md uses that key directly in the request to api.heybossai.com — this is expected. No other credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true and is not attempting to modify other skills or agent configuration. Autonomous invocation is enabled by default but is not combined with elevated persistence here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quick-img - After installation, invoke the skill by name or use
/quick-img - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added JS hello script
v1.0.0
Curl-based image generation
Metadata
Frequently Asked Questions
What is Quick Img V2?
Generate images using curl and the SkillBoss API. It is an AI Agent Skill for Claude Code / OpenClaw, with 287 downloads so far.
How do I install Quick Img V2?
Run "/install quick-img" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quick Img V2 free?
Yes, Quick Img V2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quick Img V2 support?
Quick Img V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quick Img V2?
It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.1.0.
More Skills