
from peeps-skill25
Local contacts and network intelligence: store plain-markdown contact files, search your network, draft intros, and surface relationship context for smarter con
Peeps provides a lightweight, local contact-management and network-intelligence layer. It stores one Markdown file per person under mind/peeps/, enforces a simple contact schema, and offers behaviors for searching, drafting introductions, scheduling catch-ups, and surfacing context during conversations. It emphasizes privacy by keeping data local and human-readable.
Use when you want an agent to remember people, find connections, draft intros, and maintain simple contact metadata without syncing to external CRMs. Useful for personal relationship management, introductions, and contextual reminders.
Designed for chat agents and local runtime environments that can read/write workspace files and run scheduled heartbeats (e.g., local assistants, Haah-like runtimes).
Peeps is a personal CRM-lite skill that stores contacts as markdown files in mind/peeps/, supports intros, catch-ups, and heartbeat-based reminders via actions.md. No scripts included — purely instruction-based. Well-structured contact schema and clear behavioral guidance, but the SKILL.md is very long and mixes concerns (actions schema, org files, search patterns, heartbeat behavior). Web search is used to pre-fill contact data, which is reasonable but could surface privacy considerations.
No scripts to audit — pure instruction skill. The skill uses grep for search, local markdown files for storage, and web search for enrichment. No curl|bash, no hardcoded credentials, no destructive commands, no exfiltration. The auto-update instruction (fetching from GitHub URL) is a minor concern but is just a suggestion, not automated. Long SKILL.md could benefit from progressive disclosure with references/ directory.