ImageFlare

v1.0.1

Generate and edit images using Cloudflare Workers AI via the `imageflare` CLI. Use when: user asks to generate an image from a text prompt, edit/transform an...

0· 203·0 current·0 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 (image generation/editing via Cloudflare Workers AI) align with the runtime instructions (calls to the imageflare CLI, model selection, prompts) and the single required binary (imageflare).
Instruction Scope
SKILL.md only instructs running the imageflare CLI (generate, edit, config) and to store/inspect Cloudflare credentials via the tool's config. It does not ask the agent to read unrelated files, exfiltrate data, or call unexpected endpoints; it explicitly states requests go directly to Cloudflare Workers AI API.
Install Mechanism
Registry metadata lists no install spec, but the SKILL.md contains an install hint (pip install imageflare). This is not executed automatically by the platform, so installing requires user action. Verify the imageflare package source (PyPI/GitHub) before installing.
Credentials
No environment variables or unrelated credentials are requested by the skill. The tool requires a Cloudflare Account ID and an API token (documented in SKILL.md) which is appropriate for the stated purpose; credentials are stored locally in the tool's config path (~/.config/imageflare/config).
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes or elevated privileges. It only uses its own CLI and config files; autonomous invocation by the agent is allowed (platform default).
Assessment
This skill appears coherent for using the imageflare CLI with Cloudflare Workers AI. Before installing/using it: (1) confirm you will install a trusted imageflare binary/package (inspect the PyPI package or the GitHub repo linked in SKILL.md); (2) create a Cloudflare API token with minimal scope (Workers AI read or the template recommended) and avoid using broad/owner-level tokens; (3) be aware credentials will be stored under ~/.config/imageflare/config (or %APPDATA% on Windows) — protect that file; (4) the SKILL.md suggests installing via pip but the registry has no automated installer, so installation is manual; (5) if you don’t want the agent to call the skill autonomously, disable agent invocation for this skill in your agent settings.

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

latestvk971mjtgeya4022ahsb8nggk7n82rdnb

License

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

Runtime requirements

🖼️ Clawdis
Binsimageflare

Comments