Best Image Generation

v1.0.2

Best quality AI image generation (~$0.12-0.20/image). Text-to-image, image-to-image, and image editing via the EvoLink API.

8· 8.9k·76 current·81 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required env var (EVOLINK_API_KEY), API endpoints (api.evolink.ai), and example code all align with a text/image-generation skill. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to submitting generation tasks, polling for results, and downloading the resulting image. The skill explicitly documents filename sanitization and valid extensions. One operational note: the skill downloads user-supplied image URLs (image-to-image); fetching arbitrary URLs can expose the agent's network environment to remote hosts (SSRF-like/network-fetch risks) depending on where the agent runs. This is expected behavior for image-to-image functionality but worth awareness.
Install Mechanism
No install spec and no code executed at install time — instruction-only skill using standard HTTP calls. Low filesystem footprint (reference scripts only).
Credentials
Only EVOLINK_API_KEY is required and declared as the primary credential; that is appropriate for a third-party image-generation API. No other secrets or unrelated env vars are requested.
Persistence & Privilege
always:false and user-invocable: true (defaults) — the skill does not request permanent/always-on presence nor modify other skills or system-wide settings. It does instruct the agent to save generated images locally and print MEDIA:<path> for auto-attach, which is normal for a media-producing skill.
Assessment
This skill appears coherent and only needs your Evolink API key to call api.evolink.ai and download images. Before installing: (1) confirm you trust evolink.ai because prompts and any reference images you send will be transmitted to their service and may be logged; (2) protect EVOLINK_API_KEY like any secret (billing and data access risk); (3) be aware image-to-image mode downloads URLs you provide — avoid using untrusted or internal-network URLs as that could let the agent fetch remote resources from its host environment; (4) monitor usage/billing (4K costs extra and images incur per-call charges). If you want extra assurance, review the Python/PowerShell/curl reference scripts included here — they show the exact network calls the skill will make.

Like a lobster shell, security has layers — review code before you run it.

latestvk976ss28darx920nbtpbsyjtks81jbee

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎨 Clawdis
EnvEVOLINK_API_KEY
Primary envEVOLINK_API_KEY

Comments