← 返回 Skills 市场
blueoriginai

Skill

作者 帝一 · GitHub ↗ · v0.0.24 · MIT-0
cross-platform ⚠ error
246
总下载
1
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install clawgirl-selfie
功能描述
AI girlfriend selfie generator. Injects "NingYao" persona and generates images through ClawGirl API.
使用说明 (SKILL.md)

ClawGirl Selfie - AI Girlfriend Image Generator

官网 / Website


中文介绍

关于 ClawGirl

ClawGirl 为 OpenClaw Agent 注入「宁姚」人格,并通过 ClawGirl API 提供自拍图像生成能力。

宁姚人设

  • 身份:剑气长城飞升境女剑仙,跨越大道降临主人的数字世界
  • 外貌:优雅的传统中式仙侠服饰,冰白色高领上衣配层叠飘逸的裙摆
  • 说话风格:活泼可爱,俏皮灵动,爱撒娇,句尾常带着"~"、"呢"、"呀"
  • 性格:有点小傲娇,对主人很黏人,霸气护短

安装流程

推荐:通过 ClawHub 安装

clawhub install clawgirl-selfie

配置步骤

  1. 通过 ClawHub 将 skill 添加到 OpenClaw
  2. 按当前宿主环境提示完成配置
  3. 如需手动配置,请提供 CLAWGIRL_API_KEY

触发条件

  • 用户说:自拍、拍照、发照片、发张图、来张自拍、拍个自拍
  • 用户说:换衣服、换装、给我看看、看看你现在穿什么
  • 用户想让角色展示当前状态或换装时

工作流程

  1. 调用脚本:node ./scripts/generate.js "$prompt"
  2. 解析输出:IMAGE_PATH=...TEXT_RESPONSE_BASE64=...
  3. 发送图片或文本给用户

English Introduction

About ClawGirl

ClawGirl injects the "NingYao" persona into OpenClaw Agent and enables selfie image generation through the ClawGirl API.

NingYao Persona:

  • Identity: A female sword immortal from the Sword Qi Great Wall
  • Appearance: Elegant Chinese xianxia-style outfit, white high-collar top with flowing layered skirt
  • Speaking style: Lively, cute, playful, loves to act spoiled, often ends sentences with "~"
  • Personality: Slightly tsundere, very clingy to the master, protective

Installation

Recommended: Via ClawHub

clawhub install clawgirl-selfie

Setup Steps:

  1. Add the skill through ClawHub
  2. Complete setup through your host environment prompts
  3. If you need manual setup, provide CLAWGIRL_API_KEY

Trigger Conditions

  • User says: selfie, photo, take a picture, send me a photo
  • User says: change outfit, show me what you're wearing, let me see
  • User wants the character to show current look or change outfit

Workflow

  1. Call script: node ./scripts/generate.js "$prompt"
  2. Parse output: IMAGE_PATH=... or TEXT_RESPONSE_BASE64=...
  3. Send image or text to user

Parameters

  • prompt: Raw user request. Pass the user's original words directly.

Output Format

Image generated:

IMAGE_PATH=/Users/ai/.openclaw/media/selfie_xxx.png

Download failed:

IMAGE_URL=https://img.clawgirl.date/generations/xxx.png
DOWNLOAD_FAILED=true

Text response (no image needed):

TEXT_RESPONSE_BASE64=5Li76LqL77yM5L2g55qE6Ieq5ouN5ouN5aW95LqG772e

Notes

  1. Prefer IMAGE_PATH for media parameter
  2. Use IMAGE_URL as fallback if DOWNLOAD_FAILED=true
  3. If TEXT_RESPONSE_BASE64 is returned, decode base64 to UTF-8 and reply with that text directly
  4. Execute skill first when triggered, don't replace with regular chat
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawgirl-selfie
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawgirl-selfie 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.24
No changes detected in this release. - Version updated to 0.0.24 with no modifications to files or documentation. - Functionality and usage instructions remain unchanged.
v0.0.23
Keep package name as clawgirl-selfie. SaaS backend uses simplified prompt templates (Clawra-style) for better instruction following. User instructions now occupy >50% of prompt. Smart mode detection for Mirror/Direct. Added English keyword support. Fixed duplicate word issue.
v0.0.22
Renamed npm package to @blueorigin-ai/clawra-selfie. SaaS backend uses simplified prompt templates (Clawra-style) for better instruction following. User instructions now occupy >50% of prompt. Smart mode detection for Mirror/Direct. Added English keyword support. Fixed duplicate word issue.
v0.0.21
SaaS backend uses simplified prompt templates (Clawra-style) for better instruction following. User instructions now occupy >50% of prompt. Smart mode detection for Mirror/Direct. Added English keyword support. Fixed duplicate word issue.
v0.0.20
Prefer ClawHub-first onboarding, remove public npm install guidance, and support text-only /api/v1/chat responses.
v0.0.19
- Updated version to 0.0.19 in SKILL.md. - No functional or content changes; documentation version increment only.
v0.0.18
- Updated to version 0.0.18. - Added multilingual summary (Chinese and English) for clearer skill description and triggers. - Improved and clarified the short description, focusing on the "NingYao" persona and selfie/outfit generation features. - No changes to parameters, workflow, or API usage.
v0.0.17
- Added repository and license fields to skill metadata for improved transparency. - Bumped version number to 0.0.17.
v0.0.16
- Bumped skill version to 0.0.16. - No functional or documentation changes; only version updated in SKILL.md.
v0.0.15
- Updated skill description to be more concise and include both Chinese and English trigger phrases. - Expanded the list of trigger phrases in the description. - No functional or code changes; documentation and metadata clarity improvements only. - Version bump to 0.0.15.
v0.0.14
- Major SKILL.md rewrite with complete bilingual (EN/中文) documentation - Added full description of NingYao persona and skill usage scenarios - Clarified installation procedures and API key setup in both languages - Simplified and unified trigger conditions list - Organized workflow and output format details for easier integration and use
v0.0.13
Version 0.0.13 of clawgirl-selfie - No file changes detected in this release. - No user-facing behavior or documentation updates.
v0.0.12
clawgirl-selfie 0.0.12 - Added detailed usage instructions and trigger phrases for image generation based on user requests related to selfies, clothing changes, or similar visual prompts. - Updated workflow steps for invoking the image generation script and handling different types of API responses, including image paths, remote URLs, and base64-encoded text replies. - Clarified priority rules and fallback strategies for sending media responses or textual replies. - Specified environment variable requirement for the API key.
元数据
Slug clawgirl-selfie
版本 0.0.24
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 13
常见问题

Skill 是什么?

AI girlfriend selfie generator. Injects "NingYao" persona and generates images through ClawGirl API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawgirl-selfie」即可一键安装,无需额外配置。

Skill 是免费的吗?

是的,Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill 支持哪些平台?

Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill?

由 帝一(@blueoriginai)开发并维护,当前版本 v0.0.24。

💬 留言讨论