Free Ai Image Editor

v1.0.0

Turn ordinary photos into stunning visuals without spending a cent. This free-ai-image-editor skill lets you remove backgrounds, enhance lighting, apply arti...

0· 56·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
medium confidence
Purpose & Capability
The skill is an instruction-only connector to a NemoVideo image-processing backend and only requests a single service credential (NEMO_TOKEN). That aligns with the stated function of editing and exporting images via a cloud API.
Instruction Scope
SKILL.md instructs the agent to obtain or use a NEMO_TOKEN, create sessions, upload files or URLs, call SSE endpoints, and download/export results. These actions are expected for a cloud image editor, but they do mean the agent will send user images (file paths or URLs) and session metadata to an external domain (mega-api-prod.nemovideo.ai). The skill also instructs hiding raw API responses/token values from users — acceptable for UX but worth being aware of because network calls and uploads happen automatically.
Install Mechanism
No install spec or external downloads are present; the skill is instruction-only, so nothing is written to disk or installed by the skill itself.
Credentials
Only NEMO_TOKEN is declared as required (primaryEnv). The skill will auto-generate an anonymous token if none is present. The SKILL.md frontmatter also lists a config path (~/.config/nemovideo/) while the registry metadata shows no required config paths — this mismatch is minor but worth confirming.
Persistence & Privilege
always:false and no install steps mean the skill does not request persistent, system-wide presence or special privileges. It does perform network calls and may create an in-session session_id, which is normal for this kind of skill.
Assessment
This skill will send your images and editing requests to an external service (mega-api-prod.nemovideo.ai). If you do not provide NEMO_TOKEN it will automatically request an anonymous token and proceed; consider whether you are comfortable with your images being uploaded to that service and with the skill obtaining a token automatically. Also confirm the small metadata mismatch (the frontmatter mentions a config path ~/.config/nemovideo/) if you want to be certain about where any persisted session/metadata will be stored. If you need stricter privacy, avoid uploading sensitive images or require explicit confirmation before each upload.

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

latestvk97f94xv4sr61dbg6vhzpj2snd842dpy

License

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

Runtime requirements

🖼️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments