← Back to Skills Marketplace
nasplycc

Clawra Selfie

by nasplycc · GitHub ↗ · v1.1.3 · MIT-0
cross-platform ⚠ suspicious
158
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install nasplycc-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.
Usage Guidance
Before installing or running this skill: 1) Review and set required API keys (QWEN_API_KEY or HF_TOKEN; GEMINI_API_KEY only if you enable Gemini). The registry metadata incorrectly lists no required env vars—trust the SKILL.md/scripts instead. 2) Inspect scripts before running any curl|bash installer; prefer cloning the GitHub repo with git and review install.sh. 3) Update the hard-coded paths (/home/Jaben/...) in scripts/ts to match your system (or install under that exact path) to avoid accidental access to other directories or failures. 4) Store API tokens with least privilege and separate tokens for demo/testing; avoid reusing high-privilege keys. 5) Consider running the skill in an isolated account/container and keep private reference images out of public repos. 6) If you plan to reuse the included TypeScript wrapper, change the absolute script path to a relative or configurable location so it won't execute unintended files. If these issues are addressed (metadata fixed, paths parameterized, install guidance removed or made safer), the skill's risk would be much lower.
Capability Analysis
Type: OpenClaw Skill Name: nasplycc-clawra-selfie Version: 1.1.3 The skill bundle is a functional tool for generating AI images using Qwen, Gemini, or Hugging Face APIs and routing them to messaging channels via OpenClaw. The code logic in 'clawra-selfie.sh' and 'clawra-selfie.ts' is transparent and aligns with the stated purpose of the skill. While the bundle contains hardcoded absolute paths referencing a specific user environment ('/home/Jaben/') and suggests a 'curl | bash' installation method in the README—both of which are poor security practices—there is no evidence of malicious intent, data exfiltration, or unauthorized system modification.
Capability Assessment
Purpose & Capability
The skill's stated purpose (generate/send Clawra-style selfies) matches the code: it calls image backends (Qwen/Gemini/HF) and sends outputs via OpenClaw. However the registry metadata claims 'required env vars: none' and 'primary credential: none' while SKILL.md and scripts clearly require QWEN_API_KEY or HF_TOKEN (and optionally GEMINI_API_KEY). This mismatch between declared requirements and actual runtime needs is an incoherence the user should be aware of.
Instruction Scope
SKILL.md and scripts instruct reading/writing workspace files and reference explicit absolute paths under /home/Jaben/.openclaw/workspace-clawra-bot/... and OUTPUT_DIR defaults to /home/Jaben/.openclaw/... The TypeScript wrapper also calls an absolute script path (/home/Jaben/.openclaw/skills/clawra-selfie/scripts/clawra-selfie.sh). These hard-coded paths extend the skill's scope to a specific user's filesystem and may fail or unintentionally access other files on different systems. The script will also send network traffic to third‑party APIs (DashScope/Qwen, Hugging Face, Gemini) which is expected but requires provided API keys.
Install Mechanism
There is no registry install spec, but an included scripts/install.sh clones the GitHub repo (standard), and README suggests a curl|bash one-liner that downloads the installer. 'curl | bash' style install is convenient but risky; the included install.sh itself uses git clone which is lower risk. No obscure download URLs or IPs are used, but running remote install scripts without review is a common vector for supply-chain issues.
Credentials
Requested credentials (QWEN_API_KEY, HF_TOKEN, optional GEMINI_API_KEY) are appropriate for image-generation backends and proportional to the skill's function. The problem is that the skill metadata in the registry does not declare these env vars, causing a transparency gap. Also the script will inherit and pass process.env through to child processes (normal), so be mindful of token exposure in logs or stdout/stderr.
Persistence & Privilege
The skill does not request always:true and doesn't modify other skills' config. It writes generated images to a workspace directory and reads possible reference images from hard-coded paths. Those write/read actions are expected for this functionality, but the hard-coded /home/Jaben paths create a persistence/privilege mismatch for other users and could cause accidental reads/writes in unexpected locations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nasplycc-clawra-selfie
  3. After installation, invoke the skill by name or use /nasplycc-clawra-selfie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.3
Prefer QWEN_API_KEY in README examples and quick-start
v1.1.2
Sync Qwen-first wording and remove outdated persona suffix
v1.1.1
Sync README with Qwen-first backend wording and refresh docs metadata
v1.1.0
Add Qwen backend, update README showcase, and sync official face assets
v1.0.0
Initial public release: HF-based OpenClaw selfie skill with README, install script, and ClawHub distribution.
Metadata
Slug nasplycc-clawra-selfie
Version 1.1.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Clawra Selfie?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Clawra Selfie?

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

Is Clawra Selfie free?

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

Which platforms does Clawra Selfie support?

Clawra Selfie is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Clawra Selfie?

It is built and maintained by nasplycc (@nasplycc); the current version is v1.1.3.

💬 Comments