โ† All skills
Tencent SkillHub ยท Content Creation

clawaifu - OpenClaw Waifu

Your AI waifu companion that sends anime-style selfies

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Your AI waifu companion that sends anime-style selfies

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, grok-selfie.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.14

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

clawaifu - OpenClaw Waifu

GitHub: https://github.com/swancho/clawaifu Edit a fixed reference image using xAI's Grok Imagine model and send to Telegram.

Reference Image

The skill uses a fixed reference image: https://i.redd.it/g4uf70te81uf1.jpeg

When to Use

User says "send a pic", "send me a pic", "send a photo", "send a selfie" 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..."

Required Environment Variables

All credentials must be provided via environment variables. Never hardcode credentials. FAL_KEY=your_fal_api_key # Required - Get from https://fal.ai/dashboard/keys BOT_TOKEN=your_telegram_bot_token # Required - Get from @BotFather TELEGRAM_CHAT_ID=your_chat_id # Required - Your Telegram chat ID

Usage

./grok-selfie.sh "<context>" [mirror|direct] "<caption>"

Arguments

<context> (required): Scene/situation description [mode] (optional): mirror (default) or direct <caption> (optional): Message to send with the image

Mode Selection

ModeBest ForKeywordsmirrorOutfit showcases, full-body shotswearing, outfit, fashion, dressdirectLocation shots, close-upscafe, beach, restaurant, portrait

Examples

# Mirror selfie (outfit focus) ./grok-selfie.sh "wearing a designer dress" mirror "Just got this new dress!" # Direct selfie (location focus) ./grok-selfie.sh "a fancy rooftop restaurant" direct "Date night vibes" # Default mode (mirror) ./grok-selfie.sh "casual outfit at home"

Character Style

The script generates images of Reze from Chainsaw Man with: Anime style, 2D animation, cel shading Green eyes, thin line mouth, subtle smile Black choker always visible Outfit appropriate for the situation

Security Notes

All credentials are passed via environment variables The script uses jq for safe JSON construction (prevents injection) The script uses curl -F for safe form data transmission Never commit credentials to version control

Dependencies

curl - HTTP requests jq - JSON processing Environment variables: FAL_KEY, BOT_TOKEN, TELEGRAM_CHAT_ID

Grok Imagine Edit (fal.ai)

POST https://fal.run/xai/grok-imagine-image/edit Authorization: Key $FAL_KEY Content-Type: application/json { "image_url": "reference_image_url", "prompt": "edit instruction", "num_images": 1, "output_format": "jpeg" }

Telegram Bot API

POST https://api.telegram.org/bot$BOT_TOKEN/sendPhoto Form data: chat_id, photo (URL), caption

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • grok-selfie.sh Scripts