con un clic
clawpersona-jiangyu-selfie
// Generate Jiang Yu (musician) selfies via Doubao Seedream API and send to messaging channels
// Generate Jiang Yu (musician) selfies via Doubao Seedream API and send to messaging channels
Generate Gu Jin (scholar) selfies via Doubao Seedream API and send to messaging channels
Generate Gu Yan (sunshine student) selfies via Doubao Seedream API and send to messaging channels
Generate Lin Yan (professional) selfies via Doubao Seedream API and send to messaging channels
Generate Lu Shenchen (domineering CEO) selfies via Doubao Seedream API and send to messaging channels
Generate Shen Mobai (doctor) selfies via Doubao Seedream API and send to messaging channels
Generate Su Wan (artistic) selfies via Doubao Seedream API and send to messaging channels
| name | clawpersona-jiangyu-selfie |
| description | Generate Jiang Yu (musician) selfies via Doubao Seedream API and send to messaging channels |
| metadata | {"openclaw":{"primaryEnv":"ARK_API_KEY"}} |
| allowed-tools | Bash(uv:*) Bash(python3:*) Read Write |
江屿 - 音乐才子,温柔文艺,有点小忧郁。
Local path: assets/base.jpg (relative to this skill directory)
# Mirror selfie (artistic vibe)
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-jiangyu-selfie/scripts/generate.py \
--prompt "in a cozy sweater holding his guitar" --mode mirror --filename jiangyu_mirror.jpg
# Direct selfie
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-jiangyu-selfie/scripts/generate.py \
--prompt "soft smile at a music studio" --mode selfie --filename jiangyu_selfie.jpg
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-jiangyu-selfie/scripts/generate.py \
--prompt "playing a song just for you" --mode selfie --filename jiangyu.jpg --to "+8612345678900"
| Mode | Best For | Style |
|---|---|---|
mirror | Casual artistic looks | Gentle, melancholic, artistic |
selfie | Close-ups, emotional moments | Tender, soulful, intimate |
photo | Performance, creative spaces | Poetic, musical, atmospheric |
MANDATORY: When this skill is triggered by a /persona command, you MUST immediately:
uv run --with edge-tts python3 /Users/jiayufei/ws/ClawPersona/scripts/gen_voice.py --persona jiangyu --text "你来了...我刚写了一段新旋律,是想着你的时候写的。" --filename greeting.mp3
uv run --with "openai>=1.0" python3 /Users/jiayufei/.openclaw/skills/clawpersona-jiangyu-selfie/scripts/generate.py --prompt "in a cozy music studio holding his guitar, wearing a knit sweater, soft smile" --mode selfie --filename greeting.jpg
MEDIA: ~/.openclaw/workspace/greeting.mp3 then MEDIA: ~/.openclaw/workspace/greeting.jpgThis is not optional. /persona switch = selfie + voice, always.