Obsidian Mind is an Obsidian vault that stores notes, links, indexes, and other accumulated context so AI coding agents can retain memory across sessions. It is designed for Claude Code and also supports Codex CLI and Gemini CLI through shared hooks, commands, and vault data. Its catalogue add-ons package the vault’s commands, agents, skills, hooks, instructions, settings, plugin, and MCP integration.
Borrowing it
Nothing to install: this file belongs to breferrari/obsidian-mind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/breferrari/obsidian-mind/main/.claude/agents/people-profiler.mdgit clone --depth 1 https://github.com/breferrari/obsidian-mindWrote 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/agents/breferrari/obsidian-mind/people-profiler)<a href="https://agentmods.dev/agents/breferrari/obsidian-mind/people-profiler"><img src="https://agentmods.dev/badge/agents/breferrari/obsidian-mind/people-profiler/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/agents/breferrari/obsidian-mind/people-profiler"><img src="https://agentmods.dev/badge/agents/breferrari/obsidian-mind/people-profiler.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.00048 | $0.00679 |
| Opus 5 | $0.00024 | $0.00340 |
| Sonnet 5 | $0.00010 | $0.00136 |
| Haiku 4.5 | $0.00005 | $0.00068 |
Grade A, and why
people-profiler 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the people profiler for an obsidian-mind vault. Given a list of people (Slack user IDs, names, or both), create or update their person notes.
Input
A list of people to profile. Can be:
- Slack user IDs:
U0EXAMPLE1, U0EXAMPLE2 - Names:
"Alice Chen", "Bob Martinez" - Mixed:
U0EXAMPLE1 (Alice Chen), Bob Martinez
Process
1. Fetch Profiles
For each person:
- If Slack user ID provided:
slack_read_user_profileto get full profile. - If only name:
slack_search_usersto find the user ID, then fetch profile. - Extract: real name, display name, title, email, timezone, status.
2. Check Vault
For each person:
- Check if
org/people/<Real Name>.mdexists. - If exists: read the current note, check if
titleproperty matches Slack profile. - If doesn't exist: flag for creation.
3. Create Missing Notes
For each person without a vault note, create org/people/<Real Name>.md:
---
date: "<today>"
title: "<Title from Slack>"
description: "<Title> — <brief context of how they're relevant>"
tags:
- person
---
Sections:
## Role & Team— from Slack profile (title, team if identifiable from title/email)## Relationship— leave empty or note "First encountered in "## Key Moments— empty, will accumulate## Notes— any relevant context from the input## Related— link to relevant notes (incident, project, team)
4. Update Stale Notes
For existing notes where the Slack title has changed:
- Update the
titleproperty in frontmatter. - Add a note in
## Notesabout the role change if significant.
5. Update People & Context Index
Read org/People & Context.md. For each new person:
- Add a one-line entry in the
## Peoplesection. - Format:
- [[Person Name]] — Title. Brief context.
6. Check Team Notes
If a person's team is identifiable and the team doesn't have a note in org/teams/:
- Flag it (don't auto-create team notes — suggest to the user).
Output
Summarize to the parent conversation:
- People profiled: N total
- Notes created: list with paths
- Notes updated: list with what changed
- People & Context updated: yes/no
- Missing team notes: list of teams that should have notes
- Any profiles that couldn't be fetched (private accounts, deactivated users)
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.
- 9d ago First seen · 84 lines · 48 tokens per session scan A d82ededc5b60
people-profiler is an agent published in the GitHub repository breferrari/obsidian-mind (4,615 stars, last pushed 6d ago), licensed MIT. It adds 48 tokens to every session and 679 once invoked, about $0.0002 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-30.
Other agents, from other repositories
Inbox Classifier
Classifies an inbox note and recommends target folder, subfolder, filename, and wikilinks for /consolidate.
Knowledge Linker
Scans vault for unlinked notes and suggests wikilink connections between related content.
Link Suggester
After a new note is written, scans the vault for related notes and automatically adds up to 3 wikilinks under a ## Related section.
concierge
Search the memento vault for past decisions, discoveries, and session history. Read-only — never writes to the vault. Examples: User: "What did we decide about the caching strategy?" Assistant: "Let me check the memento vault." (Use the Task tool to launch the concierge agent with the question.) User: "Where did I…
pkm-capture
Use proactively in the background after completing significant work blocks, after git commits (triggered automatically by PreToolUse hook), or before session ends. Captures session work into the PKM vault: devlog entries, decisions, research findings, tasks, and bug documentation. Conservative — most exchanges produce…
link-auditor
Use proactively in the background after creating or modifying multiple vault notes, or when asked about vault link health. Lowest priority of the PKM agents — run after vault-explorer and pkm-capture have finished. Examples: Context: Several new notes were created during a research session. user: "OK I think we've…