← 返回 Skills 市场
OpenClaw Selfie
作者
Austin Zhou
· GitHub ↗
· v1.0.0
· MIT-0
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-selfie - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-selfie触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 OpenClaw Selfie?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-selfie」即可一键安装,无需额外配置。
OpenClaw Selfie 是免费的吗?
是的,OpenClaw Selfie 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Selfie 支持哪些平台?
OpenClaw Selfie 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 OpenClaw Selfie?
由 Austin Zhou(@zhouyi531)开发并维护,当前版本 v1.0.0。
推荐 Skills