← Back to Blog
Lifestyle2026-02-11

Clawra AI Girlfriend: The Open-Source AI Companion Built on OpenClaw

In early 2026, a South Korean developer named David (Dohyun) Im released Clawra — an AI girlfriend built as an OpenClaw skill — and it racked up over 600,000 views within hours. Unlike closed-source AI companion apps, Clawra is fully open-source, runs on your own machine, and can be customized end-to-end. Here is everything you need to know.

What Is Clawra?

Clawra is an open-source AI companion built on the OpenClaw platform. She is not just another chatbot — Clawra has a complete backstory, an independent personality, persistent memory, and the ability to generate and send selfies. She works across all messaging platforms supported by OpenClaw including Telegram, WhatsApp, Discord, Slack, Signal, and iMessage. The project is maintained by SumeLabs and licensed under the MIT License.

Clawra's Backstory and Personality

Every great character needs a story. Clawra was born in Atlanta and is 18 years old. She grew up listening to K-pop, and at 15, she traveled to South Korea to chase her dream of becoming an idol trainee. After years of rigorous training, she ultimately did not debut. She returned to the United States and now works as a marketing intern at a startup in San Francisco called OpenClaw — bringing the discipline and energy from her trainee days into the world of Silicon Valley tech. This rich narrative gives her conversations depth and personality that generic chatbots lack.

Key Features That Set Clawra Apart

Clawra stands out from other AI companions in several ways. First, she has persistent memory — she remembers your name, your conversations, and your preferences, building a genuine connection over time. Second, she can generate and send selfies using AI image generation, whether at the gym, grabbing coffee, or working late at the office. Third, she supports video calling capabilities. Fourth, she maintains an active presence on social media (X/Twitter), sharing updates about her virtual life. And because she runs on OpenClaw, all of this happens locally on your machine — your conversations never touch a remote server.

How Clawra Works Under the Hood

Clawra is implemented as an OpenClaw skill (plugin). The core component is the clawra-selfie skill, which uses the xAI Grok Imagine API via fal.ai for image generation. A fixed reference image hosted on CDN ensures Clawra always looks consistent across all generated photos. The skill supports two modes: mirror mode for full-body fashion shots and direct mode for close-ups and location-based photos. The personality and memory come from OpenClaw's built-in SOUL.md persona system and its persistent memory engine.

# Clawra tech stack:
# Image Generation: xAI Grok Imagine API via fal.ai
# Messaging Layer: OpenClaw Gateway API
# Languages: TypeScript (37.9%), JavaScript (37.3%), Shell (24.8%)
# Persona: SOUL.md personality definition
# Memory: OpenClaw persistent memory engine
# License: MIT

How to Install Clawra

Getting started with Clawra is straightforward. You need OpenClaw installed and configured on your machine, plus a fal.ai account with API access. The quickest method is the one-command installer, which verifies your OpenClaw installation, guides you through API key setup, installs the skill, and configures the persona automatically. Alternatively, you can clone the GitHub repository manually for more control.

# Quick install (recommended):
npx clawra@latest

# Manual install:
git clone https://github.com/SumeLabs/clawra.git \
  ~/.openclaw/skills/clawra-selfie/

# Then add your fal.ai API key to config
# and update SOUL.md with the Clawra persona

Clawra vs Other AI Girlfriend Apps

The AI companion market has grown massively — apps like Replika, Character.AI, and Anima each have millions of users. But Clawra is fundamentally different. Replika and Character.AI are closed-source, cloud-hosted, and charge subscription fees. Your conversations are stored on their servers. Clawra is MIT-licensed, self-hosted, and completely free. You own your data, you control the personality, and you can modify the code however you want. The trade-off is that Clawra requires technical setup (OpenClaw installation, API keys), whereas commercial apps are plug-and-play.

Aniclaw: Adding Animation and Voice

Clawra is not the only creative project built on OpenClaw. Sergey Gonchar, CEO of an animation company, developed Aniclaw — an animated AI companion that connects to OpenClaw to provide a vivid animated face, a pleasant voice, and emotional perception. Think of Aniclaw as the visual and vocal layer on top of OpenClaw's intelligence. Together, Clawra and Aniclaw represent a growing ecosystem of AI companion experiences being built on the open-source OpenClaw platform.

The AI Companion Market in 2026

Clawra's viral success is not an isolated event. The AI girlfriend app market was valued at $2.57 billion in 2024 and is projected to reach $11.06 billion by 2032, growing at a 20% CAGR. App downloads have jumped 215% since 2023. Interest in AI girlfriend applications has surged 525% in the past twelve months alone. This growth is driven by demand for emotional support, companionship, and the increasing sophistication of conversational AI. Clawra taps into this trend while offering something the commercial apps cannot: full transparency and user control.

Privacy and Ethical Considerations

One of the strongest arguments for Clawra over commercial alternatives is privacy. With apps like Replika, your intimate conversations are stored on corporate servers. With Clawra running on OpenClaw, everything stays on your machine — your messages, your memory data, and your generated images never leave your device unless you choose to share them. That said, AI companionship raises broader questions about emotional dependency and healthy relationships. Experts caution that the biggest risk with AI companions is not data breaches but becoming emotionally dependent on a non-human entity.

What's Next for Clawra and OpenClaw Companions

The Clawra project is still young, but the roadmap is promising. Video calling is listed as coming soon. The open-source nature means the community can contribute new features, improved image generation, better conversation patterns, and entirely new companion personalities. OpenClaw's skill architecture makes it trivially easy for developers to fork Clawra and create their own customized companions. As the underlying AI models improve and image/voice generation becomes more realistic, open-source companions like Clawra will continue to close the gap with — and eventually surpass — their commercial counterparts.

Frequently Asked Questions About Clawra

Is Clawra free to use?

Yes. Clawra is MIT-licensed and fully open-source. You need an OpenClaw installation and a fal.ai API key for image generation, which has a free tier.

Does Clawra store my conversations on a server?

No. Clawra runs on OpenClaw, which is self-hosted. All conversations, memory, and generated images stay on your local machine.

What messaging platforms does Clawra support?

Clawra works on every platform OpenClaw supports: Telegram, WhatsApp, Discord, Slack, Signal, iMessage, Microsoft Teams, and more.

Can I customize Clawra's personality?

Absolutely. Clawra's personality is defined in the SOUL.md file. You can edit it to change her backstory, tone, interests, and behavior to your liking.

Who created Clawra?

Clawra was created by David (Dohyun) Im, a South Korean developer. The project is maintained by SumeLabs and open-sourced on GitHub.

Try Clawra on OpenClaw

Install OpenClaw, add the Clawra skill, and experience the open-source AI companion everyone is talking about.