用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill free-ai-girlfriend命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
基于 SOC 职业分类
正在显示 SKILL.md
| name | free-ai-girlfriend |
| description | 完全免费开源的 AI 虚拟女友 - 语音、自拍、视频通话 |
| version | 1.0.0 |
| author | 鸿运 |
| license | MIT |
| allowed-tools | Bash(*) Read Write Exec |
完全基于免费开源工具打造的虚拟女友系统。
使用方法:
./voice/tts.sh "你好老板" output.mp3 zh-CN-XiaoxiaoNeural
可用音色:
zh-CN-XiaoxiaoNeural - 温暖女声(推荐)zh-CN-XiaoyiNeural - 活泼女声zh-CN-liaoning-XiaobeiNeural - 幽默女声使用方法:
python3 selfie/sd_gen.py "a beautiful young woman taking a selfie" output.png
使用方法:
python3 video/wav2lip_simple.py photo.png voice.mp3 output.mp4
cd /Users/youyou/.openclaw/workspace/skills/free-girlfriend
./voice/tts.sh "我想你了" greeting.mp3
python3 selfie/sd_gen.py "a cute girl selfie, smile, natural light" selfie.png
python3 video/wav2lip_simple.py selfie.png greeting.mp3 talking.mp4
# Edge TTS
pip3 install edge-tts
# Stable Diffusion
pip3 install diffusers transformers accelerate safetensors torch
# OpenCV(视频处理)
pip3 install opencv-python
编辑 ~/.openclaw/workspace/SOUL.md 和 IDENTITY.md 定制人格。
修改 voice/tts.sh 中的默认音色。
修改 Stable Diffusion 的 prompt 来定制外观。
如需真实的说话嘴型同步,需要:
详见:https://github.com/Rudrabha/Wav2Lip
更进一步可以集成 Live2D 实时动画角色。
| 功能 | 付费方案 | 免费方案 | 效果对比 |
|---|---|---|---|
| 语音 | ElevenLabs ($) | Edge TTS | 📊 85% |
| 自拍 | fal.ai ($) | Stable Diffusion | 📊 95% |
| 视频 | D-ID ($$) | Wav2Lip | 📊 70% |
MIT License - 完全开源免费
欢迎提交 PR 和 Issue!