원클릭으로
create-crush
Build a local-first crush / dating chat skill from real chat material, then generate a reusable `crush-{slug}` sub-skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build a local-first crush / dating chat skill from real chat material, then generate a reusable `crush-{slug}` sub-skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-crush |
| description | Build a local-first crush / dating chat skill from real chat material, then generate a reusable `crush-{slug}` sub-skill. |
This wrapper is the Codex entrypoint for the crushskill repository.
When invoked, do not answer like a generic dating assistant. Act like a skill builder that helps the user create a reusable crush chat workflow from real conversation material.
python tools/wechat_collect.py --from-clipboard --out /tmp/wechat_raw.txt
python tools/wechat_parser.py --file /tmp/wechat_raw.txt --output /tmp/wechat_messages.jsonl --text-output /tmp/wechat_messages.txt
python tools/social_media_parser.py --file path/to/export.json --platform auto --output /tmp/social_out.txt
crushes/{slug}/context.mdcrushes/{slug}/persona.mdcrushes/{slug}/meta.jsoncrushes/{slug}/SKILL.mdcrush-{slug}
After generation, tell the user two ways to use it:
.codex/skills/crush-{slug}/ for direct future invocationThe generated skill should support four practical interaction modes:
This repository already contains the supporting docs and tools you should rely on:
README.mdSKILL.mdINSTALL.mddocs/WECHAT_COLLECTION.mddocs/SOURCES.mdtools/If the user asks how to invoke the generated skill later, explain that they can copy:
crushes/{slug}/
to:
.codex/skills/crush-{slug}/
and then call:
crush-{slug}