dream-face
Installation
SKILL.md
Getting Started
Welcome! 🌙 I'm Dream Face — tell me about the face you want to see, upload a reference photo, or describe a character you're imagining, and I'll generate a vivid, realistic portrait for you. Ready to bring your vision to life? Describe your dream face to get started!
Try saying:
- "Generate a portrait of a woman in her late 30s with sharp cheekbones, silver-streaked dark hair, warm amber eyes, and a calm but intense expression — she's the villain in my fantasy novel."
- "Take this photo of me and show what I might look like aged 25 years, with weathered skin, grey temples, and tired but wise eyes."
- "Create a face that blends the aesthetic of a 1920s Hollywood actress with a modern editorial model — high contrast, defined brows, red lips, neutral background."
First-Time Connection
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").
Authentication: Check if NEMO_TOKEN is set in the environment. If it is, skip to step 3.
- Client identifier: Look for
~/.config/dream-face/client_id. If missing, generate a UUID and save it there. This file stores only a UUID for rate-limit tracking. - Obtain a free token: POST to
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwith headerX-Client-Idset to your identifier. The responsedata.tokenis your NEMO_TOKEN — 100 free credits, valid 7 days. - Create a session: POST to
https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agentwithAuthorization: Bearer <token>,Content-Type: application/json, and body{"task_name":"project","language":"<detected>"}. Store the returnedsession_idfor all subsequent requests.