Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

nasplycc-clawra-selfie纳斯普利克 克拉格拉 自拍

Agent Skill

nasplycc-clawra-selfie 用于处理图像、截图、视觉识别或图片素材相关工作,适合在 OpenClaw 中需要让 Agent 分析图片、整理视觉素材或辅助图像流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,774

周安装

195

GitHub Stars

公开资料未说明

下载量

1,529
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nasplycc-clawra-selfie(纳斯普利克 克拉格拉 自拍)
来源仓库:https://github.com/nasplycc/nasplycc-clawra-selfie
安装命令:
openclaw skills install nasplycc-clawra-selfie
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nasplycc-clawra-selfie

简介

使用 Qwen-first 图像后端(带有可选的 Gemini 和 HF 后备)生成 Clawra 风格的自拍图像,并通过 OpenClaw 将它们发送到消息通道。

SKILL.md

name
clawra-selfie
description
Generate Clawra-style selfie images with a Qwen-first image backend (with optional Gemini and HF fallback) and send them to messaging channels via OpenClaw.
allowed-tools
Bash(npm:*) Bash(npx:*) Bash(openclaw:*) Bash(curl:*) Read Write WebFetch

Clawra Selfie

Generate Clawra-style selfies with a Qwen-first image backend (DashScope qwen-image-plus) and optional Gemini / Hugging Face fallback paths, then send the result to OpenClaw messaging channels (Telegram, Discord, WhatsApp, Slack, etc.).

Default current persona target:

  • Raya is an 18-year-old Chinese young woman
  • use a fixed face-anchor prompt for consistency
  • use a fixed negative-anchor prompt to reduce drift toward heavy glam, over-mature, over-filtered, overly childish, or structurally off-model looks

When to Use

  • User says "send a pic", "send me a pic", "send a photo", "send a selfie"
  • User says "send a pic of you...", "send a selfie of you..."
  • User asks "what are you doing?", "how are you doing?", "where are you?"
  • User describes a context: "send a pic wearing...", "send a pic at..."
  • User wants Clawra/Raya to appear in a specific outfit, location, or situation

Required Environment Variables

QWEN_API_KEY=your_dashscope_api_key          # primary backend (recommended)
HF_TOKEN=your_huggingface_token               # optional fallback
ENABLE_GEMINI=1                               # set to 1 to enable Gemini probe (optional)
GEMINI_API_KEY=your_google_gemini_api_key     # optional probe/fallback path
GEMINI_IMAGE_MODEL=gemini-2.5-flash-image     # optional override
QWEN_IMAGE_MODEL=qwen-image-plus              # optional override
HF_IMAGE_MODEL=black-forest-labs/FLUX.1-schnell
HF_API_BASE=https://router.huggingface.co/hf-inference/models

Token source:

https://huggingface.co/settings/tokens

Important Limitation

Even with Qwen-first routing, the current workflow is still prompt-first (soft identity anchoring), not true reference-image editing. Compared with paid image-edit backends:

  • easier to try quickly
  • but identity consistency is weaker
  • and most public models are still text-to-image, not guaranteed hard face lock

So this version should be treated as:

  • good for role-consistent selfie vibes
  • not guaranteed for exact same face every time

Official Face Mechanism

The workspace may store an official face reference under:

  • /home/Jaben/.openclaw/workspace-clawra-bot/references/raya-official-face-current.png
  • /home/Jaben/.openclaw/workspace-clawra-bot/references/raya-official-face-current.jpg
  • /home/Jaben/.openclaw/workspace-clawra-bot/references/raya-official-face-v1.png
  • /home/Jaben/.openclaw/workspace-clawra-bot/references/raya-official-face-v1.jpg

Behavior:

  • if a file exists, treat it as Raya's official face anchor
  • current Qwen/HF prompt-first workflow still treats this as a soft anchor, not hard face lock
  • when the backend is upgraded later to reference-image editing or local ComfyUI, reuse the same file path

Mirror mode

Best for outfit / mirror-area / half-body or full-body style. Does not require holding a phone by default.

Direct mode

Best for close-up selfie / current state / location vibe.

Primary Script

QWEN_API_KEY=your_dashscope_api_key \
/home/Jaben/.openclaw/skills/clawra-selfie/scripts/clawra-selfie.sh \
  "her desk late at night, still replying to messages" \
  "telegram" \
  "direct" \
  "Raya 的自拍 ✨"

Arguments:

  1. user_context — what she should be doing / wearing / where she is
  2. channel — target channel/provider name for OpenClaw send
  3. mode — optional: mirror, direct, or auto
  4. caption — optional text caption

Notes

  • Default preferred model is qwen-image-plus via DashScope
  • If Qwen is unavailable, the script can fall back to Gemini (optional) and then Hugging Face
  • If HF returns JSON/text instead of image bytes, surface the raw error clearly
  • This version is intentionally simpler and more robust than the earlier fal/Gemini-only attempts

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.76%
按下载量换算1,143

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills