enrich

enrich is a command for Claude Code from mimurchison/claude-chief-of-staff. It costs 0 tokens per session (1,215 once invoked), scanned A, original, MIT.

A command for maintaining a personal contact database, or CRM, by recording interactions and identifying relationships that may need attention.

In plain words
What is it for?
Use it to update all contact records, enrich one person’s record, or find contacts who have not been contacted recently according to their planned schedule.
Why use it?
Contact details and communication history can become scattered across email, chat, and calendar tools. This command brings recent interactions into contact files and highlights people who may be overdue for contact.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: reads .claude/ paths.

Good fit Use it to update all contact records, enrich one person’s record, or find contacts who have not been contacted recently according to their planned schedule.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/mimurchison/claude-chief-of-staff/enrich
Install

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.

Clone the repo
git clone --depth 1 https://github.com/mimurchison/claude-chief-of-staff

Made for: Claude Code.

Wrote 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.

agentmods badge for enrich

README.md
[![agentmods](https://agentmods.dev/badge/commands/mimurchison/claude-chief-of-staff/enrich/github.svg)](https://agentmods.dev/commands/mimurchison/claude-chief-of-staff/enrich)
Your own site
<a href="https://agentmods.dev/commands/mimurchison/claude-chief-of-staff/enrich"><img src="https://agentmods.dev/badge/commands/mimurchison/claude-chief-of-staff/enrich/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.

agentmods 80×15 button for enrich

Your own site · 80×15
<a href="https://agentmods.dev/commands/mimurchison/claude-chief-of-staff/enrich"><img src="https://agentmods.dev/badge/commands/mimurchison/claude-chief-of-staff/enrich.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,215 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01215
Opus 5 $0.00000 $0.00607
Sonnet 5 $0.00000 $0.00243
Haiku 4.5 $0.00000 $0.00121

Measured 13d ago against content hash ca8bf49cecf1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

enrich 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 13d 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.

commands/enrich.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/enrich — Contact Enrichment

Description

Build and maintain your personal CRM. Scan communications for contact mentions, update interaction history, and surface relationships that need attention.

Arguments

  • all — Scan channels and update all contact files with new interactions
  • stale — Show contacts that haven't been engaged recently (based on tier cadence)
  • <contact-name> — Enrich a specific contact's file with latest information

Contact Files

Location: ~/.claude/contacts/ Index: ~/.claude/contact-index.yaml (optional, for quick lookups)

Instructions

/enrich all

Scan connected channels for recent interactions and update contact files.

  1. Scan channels for the last 24 hours (or since last enrichment):

    • Email: Recent sent/received with known contacts
    • Slack: DMs and mentions involving known contacts
    • WhatsApp/iMessage: Recent messages with known contacts
    • Calendar: Meetings that occurred with known contacts
  2. For each interaction found:

    • Look up the contact file in ~/.claude/contacts/
    • If the file exists: Update "Last Interaction" and add to "Interaction History"
    • If no file exists and the person seems important: Suggest creating one
    • Add any new context learned (mentioned a project, changed roles, etc.)
  3. Present a summary:

    ENRICHMENT COMPLETE
    
    Updated:
    - Jane Smith — email exchange about platform migration (today)
    - Alex Chen — Slack DM re: hiring pipeline (today)
    
    New contacts detected (no file yet):
    - Pat Rivera ([email protected]) — 3 emails this week, discussed partnership
      → Want me to create a contact file?
    
    No updates needed:
    - [List of contacts with no new interactions]
    

/enrich stale

Check which contacts are overdue for engagement based on their tier.

  1. Read all contact files in ~/.claude/contacts/
  2. Compare last interaction date against tier cadence:
    • Tier 1: Flag if no contact in 14+ days
    • Tier 2: Flag if no contact in 30+ days
    • Tier 3: Flag if no contact in 60+ days

Read the full file on GitHub · 166 lines

Changes

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.

  1. 13d ago First seen · 166 lines · 0 tokens per session scan A ca8bf49cecf1

Subscribe to this mod's changes

enrich is a command published in the GitHub repository mimurchison/claude-chief-of-staff (432 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,215 tokens. 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-30.