← Back to Skills Marketplace
zhouyi531

OpenClaw Selfie

by Austin Zhou · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-selfie
Description
Generate identity-consistent selfies, group photos, and other SFW images for OpenClaw characters via the tuqu.ai API. Use when creating character portraits,...
Usage Guidance
This skill looks coherent for calling tuqu.ai from OpenClaw. Before installing: 1) Be prepared to supply a role-specific service key on each request (the helper intentionally avoids pulling a shared env secret). 2) When using --body-file be careful what file path you provide — the helper will read and send the file contents, so do not point it at local files that contain secrets. 3) Verify you trust the tuqu.ai hosts (photo.tuqu.ai and billing.tuqu.ai) and understand how your reference images will be transmitted/stored. 4) If you want stricter security, keep service keys short-lived or role-scoped and review payloads you send in tests (the repo includes unit tests that exercise the helper, which is a good sign).
Capability Analysis
Type: OpenClaw Skill Name: openclaw-selfie Version: 1.0.0 The skill is a legitimate integration for the tuqu.ai image generation service, providing tools for identity-consistent character portraits and billing management. It uses a dedicated Python helper script (scripts/tuqu_request.py) to interact with specific endpoints at photo.tuqu.ai and billing.tuqu.ai, with no evidence of data exfiltration, unauthorized execution, or malicious prompt injection. The instructions in SKILL.md are strictly aligned with the stated purpose of the tool.
Capability Assessment
Purpose & Capability
The name/description (identity-consistent selfie generation via tuqu.ai) matches the included materials: SKILL.md, API notes, endpoint/workflow references, and a small Python helper that performs HTTP calls to photo.tuqu.ai and billing.tuqu.ai. Requiring python3 and per-request service keys is proportionate to this purpose.
Instruction Scope
SKILL.md instructs the agent to call the documented tuqu.ai endpoints and to pass a role-specific --service-key explicitly. It does not instruct the agent to read unrelated system state, environment secrets, or to transmit data to unexpected endpoints. It does allow supplying a --body-file for request bodies (which is expected for sending large JSON/image payloads) — the helper will read whatever file the caller points at, so callers should avoid pointing it at sensitive local files.
Install Mechanism
There is no install spec (instruction-only) and the only runtime dependency declared is python3. The included code is small, local, and uses urllib to call known hosts; there are no downloads from arbitrary URLs or archive extraction steps.
Credentials
The skill does not require environment secrets. It optionally honors TUQU_BASE_URL and TUQU_BILLING_BASE_URL for host overrides (documented). Auth is expected to be supplied explicitly per request via --service-key or in the JSON body; that is appropriate and reduces implicit env-secret use. There are no unrelated credential requests.
Persistence & Privilege
The skill does not request permanent presence (always:false). It does not attempt to modify other skills or system-wide configuration. Autonomous invocation (model invocation enabled) is the default platform behavior and is not combined with other concerning privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-selfie
  3. After installation, invoke the skill by name or use /openclaw-selfie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
openclaw-selfie 1.0.0 — Initial release - Generate identity-consistent selfies, group photos, and SFW images for OpenClaw characters via tuqu.ai API. - Supports prompt enhancement, preset discovery, character management, billing, and recharge flows. - Handles requests for portraits, selfies (自拍), group shots (合影), and scenery or edit-only images. - CLI helper script provided for all supported tasks and API endpoints. - Requires Python 3.8+ and explicit tuqu.ai service key per OpenClaw role.
Metadata
Slug openclaw-selfie
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Selfie?

Generate identity-consistent selfies, group photos, and other SFW images for OpenClaw characters via the tuqu.ai API. Use when creating character portraits,... It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install OpenClaw Selfie?

Run "/install openclaw-selfie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Selfie free?

Yes, OpenClaw Selfie is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Selfie support?

OpenClaw Selfie is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created OpenClaw Selfie?

It is built and maintained by Austin Zhou (@zhouyi531); the current version is v1.0.0.

💬 Comments