Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add michelgrolet/people-memory-mcp --skill import-contactsgit clone --depth 1 https://github.com/michelgrolet/people-memory-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/michelgrolet/people-memory-mcp/import-contacts)<a href="https://agentmods.dev/skills/michelgrolet/people-memory-mcp/import-contacts"><img src="https://agentmods.dev/badge/skills/michelgrolet/people-memory-mcp/import-contacts/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/michelgrolet/people-memory-mcp/import-contacts"><img src="https://agentmods.dev/badge/skills/michelgrolet/people-memory-mcp/import-contacts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00100 | $0.00471 |
| Opus 5 | $0.00050 | $0.00235 |
| Sonnet 5 | $0.00020 | $0.00094 |
| Haiku 4.5 | $0.00010 | $0.00047 |
Grade A, and why
import-contacts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Import contacts
Import official exports conservatively. Preserve source, keep existing stated values, and stop on identity ambiguity.
Workflow
- Identify the source and inspect headers or a small sample. Never print private rows in full.
- Read references/formats.md for that source only.
- Preview the record count, fields found, identifiers available, and fields that will be ignored.
- Ask the user whether to proceed when the export includes sensitive fields they did not request.
- Run the matching
people-memory importcommand. For other formats, show the mapping and useremember_persononly after approval. - Report created, updated, ambiguous, conflicting, and skipped counts.
- Run the duplicate and orphan checks from
maintain-people-memory.
Identity order
Resolve in this order:
- normalized email;
- normalized phone;
- LinkedIn URL or source-native stable identifier;
- exact normalized full name;
- similar name only as a candidate requiring the user's decision.
Do not auto-merge two people because their names are similar. Do not auto-create a similar name when the source lacks an identifier. Ask whether it is the existing person or someone new.
Write rules
- Fill empty fields from imports.
- Keep an existing value when the import conflicts.
- Surface the conflict with existing and incoming values.
- Save source-specific dates as observed facts or interactions.
- Keep raw export files outside Git and delete them when the user no longer needs them.
- Never upload contact exports to an external model or service without explicit approval.
For an unfamiliar CSV, infer a proposed mapping, show it, and ask before writing. Prefer a reusable mapping file or importer change when the format will recur.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 46 lines · 100 tokens per session scan A 20e6e3860f44
import-contacts is a skill published in the GitHub repository michelgrolet/people-memory-mcp (1 stars, last pushed 17d ago), licensed MIT. It adds 100 tokens to every session and 471 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
shodh-memory
Persistent memory system for AI agents. Use this skill to remember context across conversations, recall relevant information, and build long-term knowledge. Activate when you need to store decisions, learnings, errors, or context that should persist beyond the current session.
lemmalog
Externalize working memory and logical state into the lemmalog Datalog engine (MCP). Use for ANY multi-step task where state should outlive one context window or span agents: long investigations, debugging sessions, audits, multi-agent searches, systematic explorations, planning with many interdependent constraints…
braindb-agent
Persistent memory across sessions via the BrainDB agent. Use at conversation start and whenever you need to recall what you know about the user or save new information to long-term memory.
autograph
Schema-as-code enforcement for any Obsidian vault. Zero hardcoded domains. Use when creating vault cards, checking vault health, running schema compliance, deduplicating entities, generating MOC indexes, running decay cycles, bootstrapping a vault, fixing wikilinks, finding orphans or backlinks, extracting entities…
dbrain-processor
Personal assistant for processing daily voice/text entries from Telegram. Classifies content, saves thoughts to Obsidian with wiki-links, generates HTML reports. Integrates Your Business context (clients, projects, CRM). Triggers on /process command or daily 21:00 cron.
ori-memory
Persistent agent memory with learning retrieval. Knowledge graph on markdown files — capture insights, decisions, research, and learnings during work, then retrieve them weeks or months later. Use when knowledge is too valuable to lose but too much to inject into every prompt.