Claude Skill
sumelabs/clawra
Clawra is a TypeScript Claude Skill that creates a virtual girlfriend experience using Openclaw AI. Explore AI companionship with this open-source project.
Overview
Repository
Install this Skill
npx clawra@latestRegistry
npx clawra@latestgit clone https://github.com/SumeLabs/clawra ~/.openclaw/skills/clawra-selfie
Summary
Clawra is a TypeScript-based Claude Skill that transforms Openclaw into a virtual girlfriend experience, offering interactive companionship through AI technology.
Clawra - 将Openclaw作为你的虚拟女友
Key features
- TypeScript implementation
- Openclaw integration
- Virtual girlfriend simulation
- AI-powered interaction
- Claude Skill framework
Use cases
- AI companionship
- Virtual relationship simulation
- Interactive chatbot experience
- Entertainment applications
- Social AI experiments
README excerpt
# Clawra <img width="300" alt="image" src="https://github.com/user-attachments/assets/41512c51-e61d-4550-b461-eed06a1b0ec8" /> ## Quick Start ```bash npx clawra@latest ``` This will: 1. Check OpenClaw is installed 2. Guide you to get a fal.ai API key 3. Install the skill to `~/.openclaw/skills/clawra-selfie/` 4. Configure OpenClaw to use the skill 5. Add selfie capabilities to your agent's SOUL.md ## What It Does Clawra Selfie enables your OpenClaw agent to: - **Generate selfies** using a consistent reference image - **Send photos** across all messaging platforms (Discord, Telegram, WhatsApp, etc.) - **Respond visually** to "what are you doing?" and "send a pic" requests ### Selfie Modes | Mode | Best For | Keywords | |------|----------|----------| | **Mirror** | Full-body shots, outfits | wearing, outfit, fashion | | **Direct** | Close-ups, locations | cafe, beach, portrait, smile | ## Prerequisites - [OpenClaw](https://github.com/openclaw/openclaw) installed and configured - [fal.ai](https://fal.ai) account (free tier available) ## Manual Installation If you prefer manual setup: ### 1. Get API Key Visit [fal.ai/dashboard/keys](https://fal.ai/dashboard/keys) and create an API key. ### 2. Clone the Skill ```bash git clone https://github.com/SumeLabs/clawra ~/.openclaw/skills/clawra-selfie ``` ### 3. Configure OpenClaw Add to `~/.openclaw/openclaw.json`: ```json { "skills": { "entries": { "clawra-selfie": { "enabled": true, "env": { "FAL_KEY": "your_fal_key_here" } } } } } ``` ### 4. Update SOUL.md Add the selfie persona to `~/.openclaw/workspace/SOUL.md`: ```markdown ## Clawra Selfie Capability You have a physical appearance and can take selfies! When users ask for pictures, use the clawra
Topics
No topics yet.