Ai Image Generator Free

v1.0.0

Tired of paying steep subscription fees just to bring a creative idea to life visually? The ai-image-generator-free skill lets anyone create high-quality, or...

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
Name/description (AI image generation) align with the declared requirement (NEMO_TOKEN) and the SKILL.md instructions (calls to nemovideo.ai endpoints for session, SSE, upload, export). There are no unrelated credentials or unexpected binaries required.
Instruction Scope
The instructions confine themselves to contacting the nemovideo.ai API, handling SSE, uploading user files, and managing session state. They also instruct the agent to read this skill's YAML frontmatter at runtime and to detect an install path (to set X-Skill-Platform), and reference a config path (~/.config/nemovideo/) — these imply the agent will inspect local paths/files. This is reasonable for attribution/token storage but is broader than a pure 'prompt→API' flow and may access local config files.
Install Mechanism
No install spec or code is included; this is instruction-only so nothing is automatically downloaded or executed on disk by the skill itself. That minimizes install-time risk.
Credentials
Only a single credential (NEMO_TOKEN) is required and listed as primaryEnv. That is proportionate for a remote image-generation API. The metadata's config path (~/.config/nemovideo/) is plausible for storing tokens/sessions, but the skill will POST to external endpoints and may store tokens/sessions locally — ensure you are comfortable with that storage location and lifecycle.
Persistence & Privilege
The skill is not marked always:true and uses the default model invocation behavior. It does not request persistent system-wide privileges or modification of other skills. Runtime behavior includes saving session_id and possibly storing tokens, which is normal for API-based skills.
Assessment
This skill appears to do what it says: it sends prompts and files to nemovideo.ai and returns generated images, using a single NEMO_TOKEN credential. Before installing, verify you trust the nemovideo.ai domain (mega-api-prod.nemovideo.ai) and the skill's unknown author — the package has no homepage and the owner ID is opaque. Consider: (1) privacy: prompts, uploaded files, and generated images will be sent to an external service; avoid sending any sensitive or proprietary content. (2) Token lifecycle: the skill can obtain an anonymous token for you and will store session/token data (metadata references ~/.config/nemovideo/); ask where tokens/sessions are saved and how to revoke them. (3) Attribution headers: the skill reads its own frontmatter and inspects install paths to populate headers — this requires reading local files/paths. (4) No install-time code reduces risk, but network calls to an unvetted third-party still carry privacy and trust considerations. If you need stronger assurance, request the skill's source repository or a verified publisher, or run network activity through a proxy/monitor to inspect traffic and token handling.

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

latestvk97dj8gdrrsxz40p16c0q4277n84bgzd

License

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

Runtime requirements

🎨 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments