icp-import
Translate a client's Notion ICP doc into YALC framework files for a tenant. Reads the Notion page (any structure), maps content flexibly into the 9 canonical YALC sections (framework.yaml, icp/segments.yaml, qualification_rules.md, voice/, positioning/, search_queries.txt, campaign_templates.yaml, company_context.yaml), parks unmappable content in notes.md, and lands everything in _preview/ for review and commit. Use when someone says 'import ICP for X', 'populate framework from Notion', 'sync ICP from Notion for <tenant>', or 'pull ICP into YALC'.
适合你,如果经常需要从 Notion 同步客户画像到 YALC 框架
npx oh-my-skill add othmane-khadri/yalc-the-gtm-operating-system/icp-importcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- othmane-khadri/yalc-the-gtm-operating-system/icp-importnpx oh-my-skill verify othmane-khadri/yalc-the-gtm-operating-system/icp-import怎么用
商店整理自技能原文 · 版本 ffc6e37 · 表述以原文为准当收到导入指令时,Claude会从Notion读取客户的ICP文档,自动将其内容分配到9个预定义的YALC框架部分,并将无法归类的内容放入备注文件,最后将所有文件存入预览目录供用户审查。
当你说出“import ICP for X”、“populate framework from Notion”、“sync ICP from Notion for <tenant>”等指令时触发。
技能原文 SKILL.md
Import ICP from Notion into a YALC Tenant
Execute the procedure in skills/icp-import.md.
Read that file now and follow every step in order. Required inputs (ask if not provided):
- Tenant slug (e.g.
datascalehr) — kebab-case, used for the directory under~/.gtm-os/tenants/ - Notion page URL or ID — the client's ICP doc (the source of truth)
Optional:
--sync— re-run mode. Compares the Notion doc against the existing live framework and only regenerates sections whose source changed.--dry-run— generate to a temp directory and show diff without writing to_preview/.
The skill is conversational. Walk the user through fetch → mapping preview → write to _preview/ → review handoff. Never commit on the user's behalf — always end by telling them to run yalc-gtm start --commit-preview --tenant <slug> after they've reviewed.