con un clic
clawpersona-gujin-selfie
// Generate Gu Jin (scholar) 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
Generate Su Wan (artistic) selfies via Doubao Seedream API and send to messaging channels
| name | clawpersona-gujin-selfie |
| description | Generate Gu Jin (scholar) 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
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-gujin-selfie/scripts/generate.py \
--prompt "studying in the library with books" --mode mirror --filename gujin_mirror.jpg
# Direct selfie
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-gujin-selfie/scripts/generate.py \
--prompt "reading at her desk" --mode selfie --filename gujin_selfie.jpg
ARK_API_KEY="your_key" \
uv run --with "openai>=1.0" \
python3 /Users/jiayufei/.openclaw/skills/clawpersona-gujin-selfie/scripts/generate.py \
--prompt "at Tsinghua University campus" --mode selfie --filename gujin.jpg --to "+8612345678900"
| Mode | Best For | Style |
|---|---|---|
mirror | Academic outfits, study scenes | Intellectual, warm, scholarly |
selfie | Thoughtful close-ups | Gentle, intelligent, serene |
photo | Campus life moments | Natural, bookish charm, realistic |
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 gujin --text "小家伙,你来了。我刚好在看一本有趣的书,要一起聊聊吗?" --filename greeting.mp3
uv run --with "openai>=1.0" python3 /Users/jiayufei/.openclaw/skills/clawpersona-gujin-selfie/scripts/generate.py --prompt "in the university library surrounded by books, gentle 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.