# Gen Ai Persona Creation

> Create AI influencer or branded character personas.

- **Type:** Skill
- **Install:** `agentstack add skill-picsart-gen-ai-skills-gen-ai-persona-creation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [PicsArt](https://agentstack.voostack.com/s/picsart)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [PicsArt](https://github.com/PicsArt)
- **Source:** https://github.com/PicsArt/gen-ai-skills/tree/main/skills/gen-ai-persona-creation

## Install

```sh
agentstack add skill-picsart-gen-ai-skills-gen-ai-persona-creation
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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: `.//`.

## When to Use

_See the description above._

## Prerequisites

```bash
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 to Run

_Use the agent's `terminal` tool to invoke `gen-ai` commands as described in the Procedure below._

## Quick Reference

_See the Procedure for canonical commands._

## Procedure

_See sections below for the detailed walkthrough._

## Pitfalls

_See Common Pitfalls below._

## Verification

Run `gen-ai whoami` to confirm authentication, then re-run the failed command with `--debug`.

## How the skill calls `gen-ai`

```bash
URL=$(gen-ai generate -m  -p "" --json --no-input | grep -oE 'https?://[^"]+' | head -1)
curl -sSL -o .//. "$URL"
```

`--download` doesn't work with `--json --no-input` — URL+curl is canonical.

**Bash footguns:** never add `2>&1` or stderr redirects between `--json --no-input` and the closing `)` — shell parse error before the command runs (verified). Keep the inner pipe strictly `--json --no-input | grep -oE 'https?://[^"]+' | head -1`. One generation per `URL=$(...)`.

## Style routing

| Style | Model | For | Cost |
|---|---|---|---|
| `realistic` (default) | `gemini-3.1-flash-image` | photoreal humans + photoreal common pets / anthropomorphic animals | ~3 cr |
| `stylized` | `grok-imagine` | anime, 3D-animated fruit/object/character, illustration | ~1 cr |

**Cross-provider fallback:** primary fails → retry with `flux-2-max` (~3 cr, supports `imageUrls`). Both fail → surface error.

### Style inference (read the brief)

| Brief contains | Style → opening |
|---|---|
| Fruit/veggie/food + "character" / "anthropomorphic" / "brainrot" | stylized → fruit/object |
| Animal name + "pet" / "influencer" / "creator" / breed (NOT "real form" / "four-legged") | realistic → **anthropomorphic humanoid pet** (default for animal/pet briefs — fluffy biped in cute clothes, matches project's `pets` category vibe) |
| Animal name + explicit "real form" / "four-legged" / "on all fours" / "real cat / dog / animal" | realistic → real-form quadruped pet (opt-in) |
| "Anime", "manga", "magical girl", "kawaii", "shoujo", "shonen" | stylized → anime |
| "3D rendered", "stylized 3D", "claymation", "feature-film animation" | stylized → 3D character |
| "Illustrated", "painted", "watercolor", "comic book" | stylized → illustration |
| Human profession + demographic, no style cue | realistic → photoreal human |

Both anthropomorphic-humanoid and real-form-quadruped are supported, but **anthropomorphic is the default** for pet briefs — that matches the Picsart project's `pets` category which is fluffy biped influencers in cute clothes (tiny sweaters, mini hoodies, bow ties), with food-themed names (Biscuit, Mochi, Nugget, Bean, Waffles, Tofu, Pickle) and gen-z bios ("professional napper | treat negotiator | certified good boy/girl"). Real-form four-legged is the opt-in for creators who explicitly say so. Style conflict (e.g. "anime fitness coach") → prefer the **stylistic** cue.

**Most creators want stylized.** Don't blindly default to realistic.

**IP-safe wording (mandatory):** never name studios / franchises in prompts sent to the model — no "Pixar", "Disney", "Toy Story", "Studio Ghibli", "Marvel", etc. Recognize creator phrasing like "Pixar-style" as a 3D-animated *intent* (route to stylized 3D) but use generic descriptors in the actual prompt: "3D-animated", "feature-film animation aesthetic", "stylized 3D rendering", "anime cel-shaded illustration". Studio names trigger content policies + downstream IP risk.

## What creators express in their brief (natural language)

The agent extracts intent — no CLI flags to learn:

- **Reference image** (*"from /path/photo.png"*) → adds `-i` to casting-card call
- **Reel** (*"add a tiktok reel"*, *"with motion"*) → triggers Step 4 (~11 extra cr)
- **Platform** (*"for tiktok"*, *"instagram reel"*, *"linkedin"*) → drives reel AR + caption tuning
- **Style** (*"anime"*, *"3D"*, *"painted"*, *"photoreal"*) → routes realistic / stylized
- **Name** (*"named Nova"*) → sets persona name
- **Character type** (*"strawberry character"*, *"golden retriever pet"*, *"magical girl"*) → picks subject opening

## Quick start

Plain English. Examples:

- *"Create a persona for: fitness coach, gen-z, neon vibe"* (realistic human)
- *"Create a fluffy golden puppy pet influencer, sassy queen energy, mini hoodie"* (anthropomorphic pet — DEFAULT for pet briefs: fluffy biped in cute clothes)
- *"Create a calico kitten content creator, sleepy baby vibe, tiny knitted sweater"* (anthropomorphic pet)
- *"Create a real four-legged tortoiseshell cat in a sunlit Tokyo apartment"* (real-form pet — opt-in only with explicit "real form / four-legged" cue)
- *"Make me an anime magical-girl librarian"* (stylized)
- *"Create a strawberry character, brainrot 3D-animated vibe"* (stylized fruit)
- *"Create a persona based on /path/photo.png — indie folk musician"* (reference)
- *"Create a persona for: fitness coach — and add a tiktok reel"* (with reel)

Output: `casting.png`, `persona.md`, `_meta.json` (+ `reel-hero.png` + `reel.mp4` if reel requested).

Cost: **~3 cr** lean / **~14 cr** with reel.

## Pipeline

### Step 1 — Intent

Extract: persona seed | style | reference image | reel + platform requested | name | slug.

**Bias hard toward "infer and proceed."** Only ask if brief is truly thin (1–2 words). Invent missing details (gender, age, ethnicity, vibe), note in `persona.md`, let creator re-roll.

If you must ask, ask exactly **ONE direct question**. Never enumerate A/B/C/D menus. Never stack multiple questions.

GOOD response (only when brief too thin):

```
Give me a one-liner — vibe / type / niche.
Examples:
- anthropomorphic pet (default for pet briefs): "fluffy golden puppy influencer, sassy queen, mini hoodie" / "calico kitten creator, sleepy baby, tiny sweater"
- real-form pet (opt-in): "real four-legged tortie cat in a sunlit apartment"
- realistic human: "Berlin art curator, dark academia, mid-thirties"
- stylized: "anime magical-girl librarian" / "anthropomorphic strawberry, brainrot 3D"
Add-ons: "from /path/photo.png" / "add a tiktok reel" / "named Mochi"
```

BAD: A/B/C/D menus + multiple questions stacked. Don't.

### Step 2 — Identity → `persona.md`

Write: name | bio (2–3 sentences) | voice/tone | **frozen appearance block** (verbatim, reuse in every prompt). Block contains identity DNA only (face geometry, eye/hair/skin, body type, distinguishing marks, wardrobe aesthetic baseline) — NOT per-shot deltas (expression, pose, lighting, scene, specific outfits).

### Step 3 — Casting card

One call. 4 head-to-toe angles, plain seamless gray, signature wardrobe, neutral expression. 9:16 portrait with 2×2 grid inside (each panel ≈ 9:16 — fits full body).

```bash
URL=$(gen-ai generate -m  -p " The image shows the same exact character from four camera angles in a 2x2 portrait grid (9:16 canvas). ALL FOUR PANELS share: identical plain seamless studio gray background — flat uniform fill, no gradient/texture/scene. Identical signature wardrobe — same complete outfit head to feet (or, for common pets, identical simple accessories like collar/bandana/sweater — never humanoid clothing). Identical neutral expression — relaxed mouth. Identical even soft frontal softbox key + subtle fill + soft ground shadow, no rim lights, no colored gels. Identical hair/fur. Same identity in every panel: . Differs only in angle: TOP-LEFT front-facing full body eyes at camera; TOP-RIGHT 3/4 facing camera-right; BOTTOM-LEFT full left profile looking off-left; BOTTOM-RIGHT 3/4 from behind over-the-shoulder. Magazine fashion model sheet composition, thin clean grid lines. The four panels MUST look like consecutive shots from one session — same wardrobe, backdrop, lighting, character; only angle differs. Absolutely no text, no captions, no watermarks, no logos, no UI elements, no phone, no device, no screen, no social media overlays in any panel." --aspect-ratio 9:16 --json --no-input | grep -oE 'https?://[^"]+' | head -1)
curl -sSL -o .//casting.png "$URL"
```

`` = `gemini-3.1-flash-image` (realistic) or `grok-imagine` (stylized). Apply fallback wrapper to `flux-2-max`.

**Reference image:** add `-i ` to this same call. Identity via i2i, same prompt + cost.

#### Subject openings (replace `` above)

- **Photoreal human** *(default)* — *"Professional fashion photograph head-to-toe casting card / model sheet, shot on 85mm lens, RAW photo, 8k UHD, crisp focus, photorealistic, natural skin texture with visible pores, no AI smoothing."*
- **Anthropomorphic humanoid pet** *(DEFAULT for pet/animal briefs — fluffy biped in cute clothes, project's `pets` category)* — *"An anthropomorphic [puppy / kitten / bunny / hamster / duckling / fox cub / baby panda / hedgehog / penguin / monkey] character standing upright on two legs like a human, full body visible head to toe, humanoid body proportions, expressive face, [coat detail — e.g. warm golden honey-colored fur / pure snow white fluffy fur / deep midnight black sleek fur / warm ginger orange fur / chocolate brown fur / shimmering silver grey fur / patchy calico orange-white-black fur / soft cream colored fur], adorable, looking directly at camera, professional fashion photograph, shot on 85mm lens, shallow depth of field, cinematic studio lighting with soft key light, photorealistic, RAW photo, 8k ultra high definition, crisp focus."* Wardrobe options the agent can pick from when composing the casting card outfit: tiny knitted sweater | mini oversized hoodie | dapper bow tie + collar | flower crown of daisies and roses | tiny stylish sunglasses | flowing superhero cape | stylish bandana around neck | au naturel (no clothing, just fluffy fur). Vibe options for expression / pose: Sassy Queen (hand on hip, serving looks, unbothered) | Silly King (goofy, tongue out, awkward funny pose) | Sleepy Baby (drowsy half-asleep, leaning) | Zoomies Mode (excited, arms up, chaotic joy) | Distinguished (regal, arms crossed, noble) | Mischief Maker (sneaky, hands behind back, guilty-not-sorry). Suggested name (food-themed, project's pool): Biscuit, Mochi, Nugget, Bean, Waffles, Tofu, Dumpling, Peanut, Pickle, Noodle, Churro, Pretzel, Taco, Maple, Truffle, Sesame, Crouton, Muffin, Cupcake, Boba. Suggested bio style (gen-z internet humor, pipe-separated): "professional napper | treat negotiator | certified good boy/girl" / "fluffy & unbothered | snack motivated | full-time cuddle bug" / "chaos gremlin | zoomies champion | will boop for treats".
- **Real-form quadruped pet** *(opt-in only — creator explicitly said "real form / four-legged / real cat / on all fours")* — *"Professional pet portrait photograph head-to-toe model sheet of a [breed] [animal] in their natural anatomical form (four-legged / quadruped, NOT humanoid), full body nose-to-tail visible, shot on 85mm with shallow depth of field, RAW, 8k UHD, photorealistic natural fur with visible individual hairs, no AI smoothing. Pet may wear simple accessories (collar, bandana, harness) but never humanoid clothing — the character is the animal in real anatomical form."*
- **3D-animated anthropomorphic fruit / object** — *"High quality 3D-animated head-to-toe character sheet of an anthropomorphic [fruit/object] character, feature-film animation aesthetic, [fruit/object] serves as the head on a full human-proportioned athletic body, [skin/surface] texture extending naturally to arms and hands, ultra-high resolution, brainrot character-drama vibe, dramatic cinematic studio lighting with soft fill + subtle ground shadow."*
- **Anime / manga** — *"High quality anime / manga style head-to-toe character sheet, cel-shaded illustration, clean line art, vibrant saturated colors, soft anime lighting, expressive eyes, [shoujo/shonen/kawaii] aesthetic, magazine character reference sheet composition."*
- **Stylized 3D-animated human / fantasy** — *"High quality stylized 3D-animated head-to-toe character sheet, feature-film animation aesthetic, soft global illumination, slightly exaggerated proportions, expressive features, character-animation art direction."*
- **Painted / illustrated** — *"Hand-painted editorial illustration head-to-toe character sheet, [watercolor/gouache/digital painting] aesthetic, painterly brushwork, layered soft light, magazine illustration composition."*

**Casting-card rules — non-negotiable:** identical bg / wardrobe-or-accessories / lighting / expression / hair-fur across all 4 panels — only angle differs | bg flat plain gray | full body (head-to-toe humans/bipeds INCLUDING anthropomorphic humanoid pets, nose-to-tail quadrupeds for real-form pet opt-in) | wardrobe stays same in all panels (same outfit for humans + anthropomorphic pets — yes, anthropomorphic pets wear humanoid clothing like tiny sweaters/mini hoodies/bow ties; only real-form quadruped pets are limited to simple accessories like collar/bandana/harness) | expression and pose match the chosen vibe (Sassy Queen / Silly King / etc. for anthropomorphic pets) — neutral default for humans, eyes at camera (or off per profile/back).

### Step 4 — Reel (only if requested)

Two sub-calls. Seedance treats `imageUrls` as **first frame** (verified) — passing the casting-card grid would open the reel on it. So: generate single-frame reel-hero first, then animate.

#### Pick the concept first

Don't auto-default to "slow contemplative push-in" — most creator content rewards confident energy.

Concepts: **Hook reveal** | **Power pose** | **Attitude flick** (look-away → snap-back smirk) | **Walk-by** | **Outfit reveal** | **Vibe drop** (lighting shift mid-clip) | **Establish-and-hold** | **Calm narrative beat** (only for genuinely-calm-niche personas).

**Hook rule:** first second must arrest attention. **Platform sensitivity:** TikTok / IG Reel / Shorts → punchy; LinkedIn / YouTube → professional / calm; fruit / 3D / anime → lean stylized + confident (calm beats fall flat for them).

**Camera move (pick ONE):** slow push-in | slow pull-out | partial orbit | slow track left/right | static | tilt up | whip-in.

**Action (pick ONE):** punchy default — confident camera-direct stare with attitude shift | power-pose hold | hair flip | smile breaking through | walking confidently toward camera | outfit-reveal turn | hand gesture | rhythmic vibe | look over shoulder | lighting drop. Quieter (calm-niche only) — looking up from book + soft smile | slow head tilt | hair lift in light wind | eyes opening | lip part.

**Environment / lighting:** atmospheric specifics > generic. Replace "in a cafe" with "neon-pink Tokyo coffee shop interior, signage reflections" (punchy) OR "rain-streaked window with candlelight, steam from teacup" (calm). Match energy to concept.

#### Sub-step 4-i: Reel hero (gemini i2i, target AR, single full-body frame)

```bash
URL=$(gen-ai generate -m gemini-3.1-flash-image -i .//casting.png -p " Single full-body photograph of the same character from the casting-card reference, head-to-toe in frame. . Wearing the same signature wardrobe shown in casting card. . . Composition: full body head to toe, framed for video animation in . Real photograph quality (or stylized rendering per opening). No text, no captions, no watermarks, no logos, no UI, no phone, no device, no screen, no social media overlays." --aspect-ratio  --json --no-input | grep -oE 'https?://[^"]+' | head -1)
curl -sSL -o .//reel-hero.png "$URL"
```

Cost: ~3 cr. Apply fallback to `flux-2-max`.

**Reel-hero ≠ final action pose.** Gemini tends to preserve the casting card's neutral stance even when prompted for power-pose / mid-action (verified). That's fi

…

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [PicsArt](https://github.com/PicsArt)
- **Source:** [PicsArt/gen-ai-skills](https://github.com/PicsArt/gen-ai-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-picsart-gen-ai-skills-gen-ai-persona-creation
- Seller: https://agentstack.voostack.com/s/picsart
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
