← Back to Skills Marketplace
Claw Friends
by
Austin Zhou
· GitHub ↗
· v1.0.5
· MIT-0
149
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install openclaw-friends-skills
Description
为龙虾创建角色(世界知名人物或虚拟人物),并让角色支持自拍和拍照。Create a character for OpenClaw (either a world-famous figure or a fictional character), and enable the character to take se...
Usage Guidance
This skill appears coherent with its description: it creates/manages OpenClaw personas and calls the TuQu photo/billing APIs via a local Python helper. Before installing, consider these points: 1) Service keys are sensitive — do not paste them into chat; prefer per-role or disposable keys and pass them via CLI flags or environment variables as documented. 2) The skill will create and store character/workspace files under ~/.openclaw/ (ROLES.json and workspace directories); review those files if you are concerned about local storage. 3) The helper can trigger billing/recharge endpoints when given a valid service key; only provide keys you trust and monitor spending. 4) The package includes Python scripts — inspect scripts/tuqu_request.py and the register/shift scripts if you want to verify behavior locally before use. 5) There is no install-time download of remote code, but the repository has no license file — consider that for reuse. Overall the bundle is internally consistent but protect credentials and review local files before handing over real service keys.
Capability Assessment
Purpose & Capability
Name/description (character creation + photo generation) align with included code and docs: openclaw-character-creator manages ROLES.json and workspaces; tuqu-photo-api provides a local helper script and API reference for photo generation, billing, and character flows. No unrelated credentials or binaries are required.
Instruction Scope
SKILL.md and per-skill SKILL.md files instruct the agent to use the bundled Python helper (scripts/tuqu_request.py), to read/write ~/.openclaw/ROLES.json and workspace directories, to call photo.tuqu.ai and billing.tuqu.ai endpoints, and to pass service keys at runtime. Instructions explicitly avoid asking users to paste keys into chat and do not direct the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec that downloads external archives or runs remote installers is present. The repository provides local Python scripts and docs only. This is lower risk than arbitrary downloads; files are included in the skill bundle.
Credentials
The skill declares no required environment variables. It documents optional TUQU_BASE_URL and TUQU_BILLING_BASE_URL overrides and requires service keys be supplied per-call (via --service-key or body/query). The tool explicitly avoids reading a shared env secret, and the README/SKILL.md say service keys are not persisted by scripts. The requested access is proportionate to the photo/billing functionality, but service keys are powerful and can be used to consume billing credits.
Persistence & Privilege
always:false (normal). The skill writes character names and workspace files under ~/.openclaw/ (ROLES.json and workspace directories) which is consistent with its purpose. This is expected, but users should be aware persona files and workspace state are stored locally under their home directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-friends-skills - After installation, invoke the skill by name or use
/openclaw-friends-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Updated project and install folder names from "openclaw-friends-skill" to "openclaw-friends-skills".
- Corrected the ClawdHub install command from "clawdhub install openclaw-friends-skill" to "clawhub install openclaw-friends-skills".
- No code or functional changes; documentation and naming consistency improvements only.
v1.0.3
- Added missing installation instructions to SKILL.md for both ClawdHub and manual setup.
v1.0.2
- update skill description
v1.0.1
- Added `config_paths` to SKILL.md to clarify file system usage and configuration locations.
- Documented specific file system access, detailing locations and purpose for stored files.
- Emphasized that no credentials or service keys are stored on disk.
v1.0.0
OpenClaw Friends Skill 1.0.0 initial release:
- Introduces a skill collection for AI character creation and TUQU photo generation.
- Includes openclaw-character-creator for managing and generating AI personas.
- Integrates tuqu-photo-api to interact with TUQU Dream Weaver for image generation and character selfies.
- Supports billing, prompt enhancement, and preset application via the TUQU API.
- Both skills are designed to work together for complete functionality.
Metadata
Frequently Asked Questions
What is Claw Friends?
为龙虾创建角色(世界知名人物或虚拟人物),并让角色支持自拍和拍照。Create a character for OpenClaw (either a world-famous figure or a fictional character), and enable the character to take se... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Claw Friends?
Run "/install openclaw-friends-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Friends free?
Yes, Claw Friends is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Claw Friends support?
Claw Friends is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Friends?
It is built and maintained by Austin Zhou (@zhouyi531); the current version is v1.0.5.
More Skills