一键导入
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}