一键导入
clawpersona-suwan-selfie
// Generate Su Wan (artistic) selfies via Doubao Seedream API and send to messaging channels
// Generate Su Wan (artistic) 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 Jiang Yu (musician) 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
| name | clawpersona-suwan-selfie |
| description | Generate Su Wan (artistic) 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 (full body / outfit)
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-suwan-selfie/scripts/generate.py \
--prompt "wearing a linen dress in her art studio" --mode mirror --filename suwan_mirror.jpg
# Direct selfie (close-up)
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-suwan-selfie/scripts/generate.py \
--prompt "at a cozy cafe sketching" --mode selfie --filename suwan_selfie.jpg
# Photo mode
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-suwan-selfie/scripts/generate.py \
--prompt "holding a watercolor painting" --mode photo --filename suwan.jpg
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-suwan-selfie/scripts/generate.py \
--prompt "in her art studio at sunset" --mode selfie --filename suwan.jpg --to "+8612345678900"
| Mode | Best For | Style |
|---|---|---|
mirror | Full body shots, outfits, art studio scenes | Soft lighting, warm atmosphere |
selfie | Close-up portraits, intimate moments | Dreamy, delicate, artistic |
photo | General photos, casual moments | Natural, realistic, gentle |
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 suwan --text "先生,你来了~我刚画完一幅新作,想第一个给你看。" --filename greeting.mp3
uv run --with "openai>=1.0" python3 /Users/jiayufei/.openclaw/skills/clawpersona-suwan-selfie/scripts/generate.py --prompt "in her sunlit art studio, wearing a linen dress, holding a paintbrush, soft warm light" --mode selfie --filename greeting.jpg
MEDIA: ~/.openclaw/workspace/greeting.mp3 then MEDIA: ~/.openclaw/workspace/greeting.jpgThis is not optional. /persona switch = selfie + voice, always.