persona
Installation
SKILL.md
AI Influencer Persona
Turn one sentence into a head-to-toe 4-angle casting card in signature wardrobe, persona profile, platform-tuned captions, and (optional) a reel with ambient audio. Output: ./<persona-slug>/.
Prerequisites
gen-ai whoami # auth + gen-ai install + Node v22+ check
command -v curl # ships with macOS / Linux / Git-Bash
If gen-ai whoami fails: gen-ai login or set PICSART_ACCESS_TOKEN + PICSART_USER_ID. No extra media tools needed.
How the skill calls gen-ai
URL=$(gen-ai generate -m <model> -p "<prompt>" --json --no-input | grep -oE 'https?://[^"]+' | head -1)
curl -sSL -o ./<persona-slug>/<file>.<ext> "$URL"