Claude Skill

sumelabs/clawra

Clawra 是一个 TypeScript Claude Skill,使用 Openclaw AI 创建虚拟女友体验。通过这个开源项目探索 AI 陪伴。

概览

Stars2,340
Forks379
语言TypeScript
最后更新2026-02-10
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者sumelabs
仓库clawra
完整名称sumelabs/clawra
Repo ID1,152,614,211

安装这个 Skill

npx clawra@latest

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-05-31
平台
OpenClaw
能力
imageterminal
识别文件
README.mdSKILL.mdpackage.json
配置键
FAL_KEYPACKAGE_JSON
安装方式
  • npx clawra@latest
  • git clone https://github.com/SumeLabs/clawra ~/.openclaw/skills/clawra-selfie

项目简介

Clawra 是一个基于 TypeScript 的 Claude Skill,将 Openclaw 转化为虚拟女友体验,通过 AI 技术提供互动陪伴。

英文描述

Clawra - Openclaw as your companion

要点

  • TypeScript 实现
  • Openclaw 集成
  • 虚拟女友模拟
  • AI 驱动互动
  • Claude Skill 框架

使用场景

  • AI 陪伴
  • 虚拟关系模拟
  • 互动聊天机器人体验
  • 娱乐应用
  • 社交 AI 实验

README 摘要

# 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03