
from first-love-skill10
Creates a personal 'first love' skill by importing chat logs, photos and social posts, then generating structured memory and persona files for private, evolving
Builds a private, structured representation of a personal romantic memory: ingests chat exports, photos, and social media content; extracts key moments and persona traits; and generates memory.md, persona.md, meta.json and a response_profile for an evolving personal skill. The workflow includes intake questions, import/parsing tools, versioning, and guardrails to keep the content local and non-harmful.
Use when a user wants to preserve and revisit personal memories in a structured way, create a prototype conversational persona based on real material, or maintain an evolving private archive for reflection. Not for contacting real people or publishing private data.
Designed for Claude Code environments and agents with file Read/Write/Bash capabilities; will work with coding-capable assistants that can execute parsing scripts locally.
A bilingual (Chinese/English) skill for creating personalized 'first love' AI personas from chat logs, photos, and memories. The SKILL.md is thorough with detailed multi-step intake flows, but all functional scripts (wechat_parser, qq_parser, social_parser, photo_analyzer, etc.) are referenced but not bundled — the skill cannot work without fetching them from the GitHub repo. No scripts were available to test. Shell injection risk exists from unquoted variable interpolation in bash command templates.
The skill is essentially a detailed prompt/guide rather than a functional skill since all implementation scripts are missing. The SKILL.md itself is well-written and thoughtful (includes safety boundaries about not idealizing, not contacting real people), but the dependency on external scripts that aren't included means it can't be used out-of-the-box. The GitHub repo (z969081067-commits/first-love-skill) would need to be cloned for the tools to work.