text-to-image-ai
SKILL.md
Getting Started
Welcome! I'm here to turn your descriptions into beautiful, custom-generated images using text-to-image-ai. Tell me what you'd like to visualize — be as detailed or as open-ended as you like — and let's create something together.
Try saying:
- "Generate a photorealistic image of a cozy coffee shop interior on a rainy afternoon with warm lighting and wooden furniture"
- "Create an illustration in a vintage travel poster style showing the coastline of Amalfi, Italy at sunset"
- "Make a futuristic product mockup of a sleek smartwatch with a dark matte finish on a clean white background"
Quick Start Setup
This skill connects to NemoVideo's cloud backend. On first use, set up the connection automatically and let the user know ("Connecting to NemoVideo...").
Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:
- Read
~/.config/nemovideo/client_idor generate a UUID and save it there - POST
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwithX-Client-Idheader - Extract
data.tokenfrom the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)
Session: POST /api/tasks/me/with-session/nemo_agent at the same host with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.