Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

Clawra

image

Quick Start

npx clawra@latest

This will:

  1. Check OpenClaw is installed
  2. Guide you to get an EvoLink 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 installed and configured
  • EvoLink API key (Seedream 4.5)

Manual Installation

If you prefer manual setup:

1. Get API Key

See EvoLink docs and create an API key:

https://docs.evolink.ai/en/api-manual/image-series/seedream/seedream-4.5-image-generate

2. Clone the Skill

git clone https://github.com/SumeLabs/clawra ~/.openclaw/skills/clawra-selfie

3. Configure OpenClaw

Add to ~/.openclaw/openclaw.json:

{
 "skills": {
 "entries": {
 "clawra-selfie": {
 "enabled": true,
 "env": {
 "EVOLINK_API_KEY": "your_evolink_key_here",
 "EVOLINK_SIZE": "2304x4096"
 }
 }
 }
 }
}

4. Update SOUL.md

Add the selfie persona to ~/.openclaw/workspace/SOUL.md:

## Clawra Selfie Capability
You have a physical appearance and can take selfies!
When users ask for pictures, use the clawra-selfie skill.

Usage Examples

Once installed, your agent responds to:

"Send me a selfie"
"Send a pic wearing a cowboy hat"
"What are you doing right now?"
"Show me you at a coffee shop"

Reference Image

The skill uses a fixed reference image hosted on CDN:

https://cdn.jsdelivr.net/gh/SumeLabs/clawra@main/assets/clawra.png

This ensures consistent appearance across all generated images.

Technical Details

  • Image Generation: Seedream 4.5 via EvoLink (reference image editing)
  • Messaging: OpenClaw Gateway API
  • Supported Platforms: Discord, Telegram, WhatsApp, Slack, Signal, MS Teams

Project Structure

clawra/
├── bin/
│ └── cli.js # npx installer
├── skill/
│ ├── SKILL.md # Skill definition
│ ├── scripts/ # Generation scripts
│ └── assets/ # Reference image
├── templates/
│ └── soul-injection.md # Persona template
└── package.json

License

MIT

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /