Clawra - Openclaw as your companion
npx clawra@latest
This will:
~/.openclaw/skills/clawra-selfie/Clawra Selfie enables your OpenClaw agent to:
If you prefer manual setup:
Visit fal.ai/dashboard/keys and create an API key.
git clone https://github.com/SumeLabs/clawra ~/.openclaw/skills/clawra-selfie
Add to ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"clawra-selfie": {
"enabled": true,
"env": {
"FAL_KEY": "your_fal_key_here"
}
}
}
}
}
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.
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"
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.
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
MIT
No open issues yet, or sync has not completed.