obsidian-mind: Command for Claude Code

.claude/commands/om-slack-scan.md

om-slack-scan is a command for Claude Code from breferrari/obsidian-mind. It costs 0 tokens per session (475 once invoked), scanned A, original, MIT.

A command that searches Slack, a workplace messaging app, across channels and direct messages for messages related to a person or project. It records dates, locations, actions, context, and signs of technical work, leadership, collaboration, problem-solving, or initiative.

In plain words
What is it for?
Use it to prepare project documentation, collect evidence for a review, or trace a person's contributions and interactions over a chosen period.
Why use it?
It removes the need to read large amounts of Slack history manually when gathering evidence or reconstructing what happened.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is breferrari/obsidian-mind's own configuration. It tells Claude Code how to work on obsidian-mind itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything obsidian-mind configures →

Part of the obsidian plugin — 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server shipped together

About the project

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.

breferrari/obsidian-mind · 4,615 stars · on GitHub

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/breferrari/obsidian-mind/main/.claude/commands/om-slack-scan.md
Clone the repo
git clone --depth 1 https://github.com/breferrari/obsidian-mind

Made for: Claude Code.

Or install obsidian, the plugin that ships this one along with the rest of its 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server.

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 om-slack-scan

README.md
[![agentmods](https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-slack-scan/github.svg)](https://agentmods.dev/commands/breferrari/obsidian-mind/om-slack-scan)
Your own site
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-slack-scan"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-slack-scan/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 om-slack-scan

Your own site · 80×15
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-slack-scan"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-slack-scan.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 475 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.00475
Opus 5 $0.00000 $0.00237
Sonnet 5 $0.00000 $0.00095
Haiku 4.5 $0.00000 $0.00047

Measured 9d ago against content hash 52a9b7064ebb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

om-slack-scan 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/commands/om-slack-scan.md · 52 lines

What it actually says

Slack Deep Scan

Deep scan Slack channels and DMs for evidence involving a specific person or project. Extracts every touchpoint with timestamps for review evidence or project documentation.

Usage

/om-slack-scan <target> [channels...] [date-range]

Examples:

  • /om-slack-scan "Jane Doe" C0EXAMPLE1 C0EXAMPLE2 "after:2026-03-16"
  • /om-slack-scan "project:example" C0EXAMPLE1 C0EXAMPLE2 C0EXAMPLE3 C0EXAMPLE4

Workflow

  1. Read each channel fully (paginate with cursor until all messages are fetched):

    mcp slack_read_channel channel_id=<id> limit=100
    
  2. Search for the person across public+private channels:

    mcp slack_search_public_and_private query="from:<@USER_ID> after:<date>"
    mcp slack_search_public_and_private query="<Name> after:<date> -from:<@USER_ID>"
    
  3. Check DMs the user points to. Read full history for the relevant period.

  4. For each message involving the target, extract:

    • Timestamp and channel
    • What was said/done
    • Context (what prompted it, what followed)
    • Whether it's evidence of: technical work, leadership, collaboration, problem-solving, initiative
  5. Organize by date with clear headers per day. Separate:

    • Project evidence → goes to the relevant work note
    • Review/personal context → goes to people notes or review prep notes
    • Team dynamics → goes to people notes
  6. Flag items that need correction in existing vault notes.

Important

  • Be meticulous — timestamps matter for evidence
  • Capture exact quotes when they show initiative, leadership, or problem-solving
  • Note when the person was tagged by others (shows they're a go-to person)
  • Separate project work from review prep from personal conversations
  • Don't mix contexts — put data where it belongs in the vault
  • Check for threads (slack_read_thread) when a message has replies
  • Look for screen recordings, files shared, PRs linked
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. 9d ago First seen · 52 lines · 0 tokens per session scan A 52a9b7064ebb

Subscribe to this mod's changes

om-slack-scan is a command published in the GitHub repository breferrari/obsidian-mind (4,615 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 475 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.