Record (录入), update, and query your personal network/contact data in a MEMO repo under `05_Resources/network/`, including ingesting external info sources (screenshots/chats/profiles) via PRISM-style decomposition, time-aware life-stage inference (`阶段锚点`), and relative-to-Me deltas (age / graduation). Use when asked to add/update a person card from any raw context, extract facts/inferences/actions, compute relative stage/age differences, or search for matching people via tags/keywords using CLI.
05_Resources/network/index.md05_Resources/network/requirements-architecture.md05_Resources/network/people/_template.md05_Resources/network/_cli/network.py05_Resources/network/_cli/validate_people.py.agents/skills/prism/SKILL.md.agents/skills/me-network-crm/references/external-source-ingest.md.agents/skills/me-network-crm/references/fields-and-tags.mdHandle/ID (ASCII, stable over time). Prefer to make /Quick Open easier.primary-handleCtrl+P05_Resources/network/people/<handle>.md from 05_Resources/network/people/_template.md.Handle/ID, 关键词, Tags, 状态, 最后联系, 下次跟进 (or explicitly 暂无)阶段锚点 (e.g. 2026-01-13(本科大三))出生日期 and/or 预计毕业关键词05_Resources/network/index.md and only add new tags when necessary (then update the list)python3 05_Resources/network/_cli/network.py <keywords>python3 05_Resources/network/_cli/network.py --tag '#resource/intro' <keywords> --json互动记录(流水) for the new event/outcome.最后联系 and set/adjust 下次跟进 date + action.状态 if needed (#status/active|warmup|dormant|archived).python3 05_Resources/network/_cli/network.py --tag '#domain/ml' --tag '#resource/intro' <keywords> --json阶段锚点): python3 05_Resources/network/_cli/network.py --as-of 2026-09-01 --jsonpython3 05_Resources/network/_cli/network.py --relative-to-me --json
04_Assets/profile/Me.md by default (machine-readable fields); override via --me-path, --me-birth-date, --me-stage-anchor, --me-expected-graduation出生日期 and/or 预计毕业 (otherwise部分字段为空;预计毕业可由阶段锚点对本科/硕士做粗略推算)下次跟进 in their cards if you’re taking action now)Run:
python3 05_Resources/network/_cli/validate_people.pypython3 .agents/skills/me-network-crm/scripts/validate_people.pyFix any missing required fields or malformed tags/dates it reports.
If python3 in your environment hangs (e.g. conda shim issues), retry with /usr/bin/python3.
Goal: turn “mixed raw context” into Facts / Inferences / Actions / Me-Info, then write it into 05_Resources/network/people/<handle>.md (append-only logs; update top fields as needed). If the user is sending a long timeline of chat screenshots, treat each screenshot as one ingest batch and keep the cumulative person card as the running log.
关键词/Tags/最后联系/下次跟进/阶段锚点/预计毕业/出生日期 as applicable)## Prism(...) block (date-stamped) near the bottom; avoid sensitive secrets (passwords/keys)04_Assets/profile/signals.md (create if missing; short, reusable bullets; time-stamped when possible)