
from girlfriends-skill8
Creates a runnable partner Skill by importing chat logs and media to build a Relationship Memory and Persona for conversational simulation (Chinese/English).
Generates a ‘current partner’ skill by ingesting WeChat/QQ exports, photos and social media to produce a Relationship Memory and layered Persona. The skill writes a versioned skill bundle (memory, persona, meta.json, SKILL.md) that can be invoked to simulate conversations.
Use when a user wants to create a personalized conversational simulator of a partner for practice, memory recall, or empathy-building. Not for manipulation — strict safety rules prevent deceptive or harmful uses.
Designed for Claude Code environment (explicitly references Claude Code tools) and agents that can run Read/Write/Edit/Bash tools.
Bilingual (Chinese/English) skill that creates AI personas simulating a romantic partner by importing WeChat/QQ chat logs, photos, and social media. No bundled scripts were available to test. The SKILL.md is thorough with clear steps, safety boundaries, and multiple modes (create, evolve, correct, manage). Variable interpolation in shell commands (slug, name) poses minor injection risk but values are skill-generated. Privacy-sensitive use case processing relationship data locally.
No scripts were bundled with this skill entry, so only static analysis of SKILL.md was possible. The skill references multiple Python scripts in a tools/ directory that weren't available for testing. The safety boundaries and privacy emphasis are commendable. The dual-language documentation is well-done. Main concern is the niche audience and dependency on external scripts not included in the audit.