← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-to-image-ai-free
Description
content creators generate text prompts into AI generated visuals using this skill. Accepts JPG, PNG, WEBP, MP4 up to 200MB, renders on cloud GPUs at 1080p, a...
Usage Guidance
This skill appears to do what it says (upload media and call a Nemo render API) but exercise caution before enabling it: 1) Prefer supplying your own NEMO_TOKEN from a trusted source rather than allowing the agent to generate an anonymous token on your behalf; 2) Be aware the agent will upload whatever files you give it (up to ~200MB) to an external service — check privacy/terms for sensitive content; 3) The instructions ask the agent to probe install paths to set headers and reference a config path in SKILL.md that isn't declared in the registry — if you want to limit filesystem access, confirm whether your agent runtime will actually perform those checks; 4) If you proceed, monitor network requests and avoid persisting tokens you don't control. If you need higher assurance, ask the publisher for source code or an official homepage and for clarification about where tokens are stored and what the config path is used for.
Capability Analysis
Type: OpenClaw Skill
Name: text-to-image-ai-free
Version: 1.0.0
The skill bundle provides a functional integration for a cloud-based AI video generation service (nemovideo.ai). It includes detailed instructions for the agent to handle anonymous authentication, session management, and file uploads/downloads via the service's API. No indicators of malicious intent, data exfiltration, or unauthorized execution were found; the behavior is consistent with the stated purpose of generating images and videos from text prompts.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions and required env var (NEMO_TOKEN). The skill legitimately calls a remote rendering API and uploads user media. However the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) that is not listed in the registry-level 'required config paths' (registry metadata said none) — a metadata mismatch worth flagging.
Instruction Scope
Instructions tell the agent to check for NEMO_TOKEN and, if missing, generate a UUID and call the anonymous-token endpoint to obtain a token; to create sessions, upload user files, stream SSE, and poll state. These operations require network access and will send user media (up to 200MB) to the remote backend. The instructions also ask the agent to detect its install path to set an attribution header (this requires probing the filesystem), which is outside the declared env var but is used on every request. The flow is coherent for a rendering skill but expands agent actions beyond simple API calls (token creation + filesystem inspection + large file upload).
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-install risk (nothing downloaded or written by an installer).
Credentials
Only one environment variable is declared (NEMO_TOKEN), which is appropriate for an API-backed rendering service. However SKILL.md implies creating and using an anonymous token automatically if none is present (the agent will call the auth endpoint to obtain a short-lived token). The SKILL.md frontmatter also references a config path (~/.config/nemovideo/) not present in the registry manifest — this mismatch means the skill may expect disk-based config that wasn't declared.
Persistence & Privilege
always:false and normal autonomous invocation are used; the skill does not request elevated or permanent platform privileges. There is no instruction to modify other skills or global agent settings. The potential persistence risk is that the agent could obtain and reuse an anonymous token (7-day expiry) if the runtime stores it — SKILL.md doesn't explicitly instruct storing tokens persistently.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text-to-image-ai-free - After installation, invoke the skill by name or use
/text-to-image-ai-free - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Text to Image AI Free.
- Generate AI images from text prompts, designed for video content creators.
- No local setup required — runs on cloud GPUs, outputs 1080p MP4s in 20–40 seconds.
- Supports common file formats (JPG, PNG, WEBP, MP4, etc.) up to 200MB.
- Handles user authentication and session creation automatically.
- Provides actions for generating, uploading, exporting, and checking credits or status.
- Clear error handling and user notifications for smooth workflow.
Metadata
Frequently Asked Questions
What is Text To Image Ai Free?
content creators generate text prompts into AI generated visuals using this skill. Accepts JPG, PNG, WEBP, MP4 up to 200MB, renders on cloud GPUs at 1080p, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Text To Image Ai Free?
Run "/install text-to-image-ai-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Text To Image Ai Free free?
Yes, Text To Image Ai Free is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Text To Image Ai Free support?
Text To Image Ai Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Text To Image Ai Free?
It is built and maintained by tk8544-b (@tk8544-b); the current version is v1.0.0.
More Skills