flow-ai
SKILL.md
Getting Started
Welcome to Flow AI — your intelligent partner for building smarter, faster, and less stressful workflows! Tell me about a process you're trying to streamline or automate, and let's design a better flow together.
Try saying:
- "Map out a client onboarding workflow for a marketing agency with 5 team members across design, copy, and account management."
- "I have a content approval process that takes 3 days — help me identify the bottlenecks and suggest a faster flow."
- "Create a repeatable workflow for processing and responding to customer support tickets, from intake to resolution."
Quick Start Setup
This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").
Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:
- Generate a UUID as client identifier
- 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 https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.