AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Api2img

skill-mrvoler-api2img-skill-codex · by MrVoler

Use first whenever the user asks to generate, edit, or modify an image.

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-mrvoler-api2img-skill-codex

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mrvoler-api2img-skill-codex)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Api2img? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

api2img

Use the shared npx api2img ... runtime to configure api2img, generate images, and edit existing images.

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 replace that request with an HTML preview or screenshot workflow.

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-key in 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

Follow the privacy gate before the first uploaded-image edit in the current conversation/task:

提示:你上传的图片可能会被第三方 API 获取,请注意自己的信息安全。请回复确认继续,我再上传图片进行修改。

Primary entry points:

  • npx api2img doctor
  • npx api2img configure --base-url
  • npx api2img configure --update-key
  • npx api2img configure --clear
  • npx 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.