Claw Friends

v1.0.5

为龙虾创建角色(世界知名人物或虚拟人物),并让角色支持自拍和拍照。Create a character for OpenClaw (either a world-famous figure or a fictional character), and enable the character to take se...

0· 144·0 current·0 all-time
byAustin Zhou@zhouyi531

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhouyi531/openclaw-friends-skills.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Claw Friends" (zhouyi531/openclaw-friends-skills) from ClawHub.
Skill page: https://clawhub.ai/zhouyi531/openclaw-friends-skills
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install openclaw-friends-skills

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-friends-skills
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9788fm2gk8hjmfej9n6ezn1ss83kchr
144downloads
0stars
5versions
Updated 1mo ago
v1.0.5
MIT-0

OpenClaw Friends Skills

A skill collection for OpenClaw that provides AI character creation and TUQU photo generation capabilities.

Installation

Via ClawdHub (recommended):

clawhub install openclaw-friends-skills

Manual:

git clone https://github.com/tuquai/openclaw-friends-skills.git ~/.openclaw/skills/openclaw-friends-skills

Included Skills

openclaw-character-creator

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.

tuqu-photo-api

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.

File System Access

This skill collection writes to the following paths:

SkillPathWhat is stored
openclaw-character-creator~/.openclaw/ROLES.jsonCharacter 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.

Dependencies

The openclaw-character-creator skill expects tuqu-photo-api to be installed as well. Install both for full functionality.

Comments

Loading comments...