Anime-style virtual girlfriend - Generate anime selfies with Grok Imagine and send via OpenClaw
Resources
9Install
npx skillscat add clawra-dev/clawra-anime Install via the SkillsCat registry.
SKILL.md
Clawra Anime Selfie
Edit a fixed anime character reference image using xAI's Grok Imagine model to generate various anime-style selfies and send them across messaging platforms via OpenClaw.
Reference Image
The skill uses a fixed anime elf girl character reference image (silver hair, gentle style):
Local path: ~/.openclaw/skills/clawra-anime-selfie/assets/clawra.pngWhen 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 character to appear in specific outfit, location, or situation
Quick Reference
Required Environment Variables
FAL_KEY=your_fal_api_key # Get from https://fal.ai/dashboard/keys
OPENCLAW_GATEWAY_TOKEN=your_token # From: openclaw doctor --generate-gateway-tokenWorkflow
- Get user prompt for image context
- Generate image via fal.ai Grok Imagine with anime style prompts
- Extract image URL from response
- Send via OpenClaw to target channel(s)
Prompt Modes
Mode 1: Mirror Selfie (default)
Best for: outfit showcases, full-body shots, fashion content
anime style, make a pic of this cute anime elf girl, but [user's context]. the character is taking a mirror selfie, manga art style, high quality illustrationExample: "wearing a santa hat" →
anime style, make a pic of this cute anime elf girl, but wearing a santa hat. the character is taking a mirror selfie, manga art style, high quality illustrationMode 2: Direct Selfie
Best for: close-ups, location shots, emotional expressions
anime style, a close-up selfie of this cute anime elf girl at [user's context], gentle smile, looking at camera, soft expression, manga illustration, high quality anime art, not a mirror selfieExample: "a cozy cafe with warm lighting" →
anime style, a close-up selfie of this cute anime elf girl at a cozy cafe with warm lighting, gentle smile, looking at camera, soft expression, manga illustration, high quality anime art, not a mirror selfieMode Selection Logic
| Keywords in Request | Auto-Select Mode |
|---|---|
| outfit, wearing, clothes, dress, suit, fashion | mirror |
| cafe, restaurant, beach, park, city, location | direct |
| close-up, portrait, face, eyes, smile | direct |
| full-body, mirror, reflection | mirror |
Usage Examples
Example 1: Simple Request
User: "Send me a selfie"
Assistant: [calls skill] → Generates anime-style selfie → Sends to channel
Caption: "Just took this! (。・ω・。)ノ♡"Example 2: Context-Specific
User: "Send a pic at a coffee shop"
Assistant: [calls skill with context="at a cozy coffee shop"]
Caption: "Having some coffee right now ☕"Example 3: Outfit Request
User: "Take a mirror selfie wearing a blue dress"
Assistant: [calls skill, mode=mirror, context="wearing a blue dress"]
Caption: "How do I look in this dress? (*^▽^*)"Installation
See INSTALL.md for detailed installation instructions.
Technical Details
- Image Generation: xAI Grok Imagine via fal.ai
- Style: Anime/manga illustration
- Character: Fixed anime elf girl reference
- Platforms: Discord, Telegram, WhatsApp, Slack, Signal, MS Teams
- Cost: ~$0.05-0.10 per image
License
MIT - Fork of SumeLabs/clawra