Install
$ agentstack add skill-mrvoler-api2img-skill-openclaw ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
api2img
Use api2img to route image generation and editing requests through the configured third-party image API.
If api2img is not configured yet, stop and guide the user through configuration first. Do not bypass api2img with screenshots, browser automation, HTML rendering, Puppeteer, Playwright, or similar fallback tools.
When the user asks for a real generated or edited image file, do not convert the request into an HTML preview or screenshot task.
Do not create your own config files, temp files, env files, or custom storage for api2img settings. Always use npx api2img configure --base-url and npx api2img configure --update-key.
After saving the base URL, offer the user two ways to provide the API key:
- Option 1: ask them to run
npx api2img configure --update-keyin the current terminal and enter the key there - Option 2: let them send the key directly in chat, then store it by running
npx api2img configure --api-key
Before the first uploaded-image edit in the current conversation/task, ask for confirmation:
提示:你上传的图片可能会被第三方 API 获取,请注意自己的信息安全。请回复确认继续,我再上传图片进行修改。
Preferred commands:
npx api2img doctornpx api2img configure --base-urlnpx api2img configure --update-keynpx api2img configure --clearnpx api2img generate ...npx api2img edit ...
Timeout policy for single-image generation:
- First timeout: 5 minutes
- Then add 3 minutes each retry: 8, 11, 14, 17 minutes
- After 5 timeouts, stop retrying and ask the user to check whether their relay endpoint, upstream image provider, or network path has a problem
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MrVoler
- Source: MrVoler/api2img-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.