Install
openclaw skills install @zhouyi531/openclaw-friends-skills为龙虾创建角色(世界知名人物或虚拟人物),并让角色支持自拍和拍照。Create a character for OpenClaw (either a world-famous figure or a fictional character), and enable the character to take selfies and photos.
openclaw skills install @zhouyi531/openclaw-friends-skillsA skill collection for OpenClaw that provides AI character creation and TUQU photo generation capabilities.
Via ClawdHub (recommended):
clawhub install openclaw-friends-skills
Manual:
git clone https://github.com/tuquai/openclaw-friends-skills.git ~/.openclaw/skills/openclaw-friends-skills
Create and manage OpenClaw AI character personas. Supports both well-known public figures and fictional/original characters, generating a full 6-file persona model with workspace scaffolding.
See openclaw-character-creator/SKILL.md for full usage.
Interact with the TUQU Dream Weaver photo API for AI image generation, character selfies, preset application, prompt enhancement, character management, billing, and more.
See tuqu-photo-api/SKILL.md for full usage.
This skill collection writes to the following paths:
| Skill | Path | What is stored |
|---|---|---|
| openclaw-character-creator | ~/.openclaw/ROLES.json | Character names and workspace paths (no credentials) |
| openclaw-character-creator | ~/.openclaw/workspace-*/ | Character persona files and workspace state |
| openclaw-character-creator | ~/.openclaw/workspace/ | Active character workspace (managed by /shift) |
No service keys, tokens, or other credentials are persisted to disk by any script in this collection.
TuQu service keys are only used at runtime via --service-key CLI flags and are never written to config files.
The openclaw-character-creator skill expects tuqu-photo-api to be installed as well. Install both for full functionality.