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!