ワンクリックで
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}