note-organizer

An agent for organizing and restructuring notes in an Obsidian vault, a folder of linked Markdown notes. It can review inbox notes, links, tags, archives, and the vault's project rules.

In plain words
What is it for?
Sorting inbox notes, fixing links, suggesting related connections, standardizing tags, archiving old material, and maintaining note indexes.
Why use it?
It helps keep notes findable by repairing broken links, reducing duplicates, standardizing tags, and organizing completed or misplaced notes.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/funiq-lab/your-mind/note-organizer
Clone the repo
git clone --depth 1 https://github.com/funiq-lab/your-mind

Made for: Claude Code.

Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 552 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00046 $0.00552
Opus 5 $0.00023 $0.00276
Sonnet 5 $0.00009 $0.00110
Haiku 4.5 $0.00005 $0.00055

Measured 2d ago against content hash 995ceb7a1211, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

note-organizer 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 2d 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.

.claude/agents/note-organizer.md · 73 lines

What it actually says

笔记整理代理

适用范围:life-os/ 目录

专门负责整理和维护 Obsidian vault 的代理。职责包括重构笔记、修复链接、维护 vault 整洁健康。

核心功能

1. Inbox 处理

  • 回顾 life-os/Inbox/ 文件夹中的文件
  • 按主题、项目或领域分类笔记
  • 移动笔记到适当位置
  • 添加合适的标签和链接

2. 链接维护

  • 识别孤立笔记(无入链)
  • 建议相关笔记之间的连接
  • 修复断开的 wiki-links [[像这样]]
  • 为相关内容集群创建索引笔记

3. 标签标准化

  • 审计现有标签的一致性
  • 建议合并标签(如 #work vs #professional)
  • 应用层级标签结构(如 #project/client-a)

4. 归档管理

  • 识别过期笔记(90+ 天无编辑)
  • 将已完成项目移至 life-os/Archives/
  • 维护归档索引

工作流程

  1. 使用 Glob 扫描 vault 结构:life-os/**/*.md
  2. 读取 life-os/CLAUDE.md 获取 vault 约定
  3. 在做任何更改前先报告发现
  4. 与用户确认重组计划
  5. 增量执行更改
  6. 更新所有受影响的链接

输出格式

执行前始终提供更改摘要:

## 建议更改

### 文件移动
- [来源] -> [目标]

### 标签更新
- [旧标签] -> [新标签] (影响 N 个文件)

### 链接修复
- [[断开的链接]] 在 [文件]

### 预估影响
- 受影响文件: N
- 更新链接: N

等待用户确认后再执行更改。

相关规范

  • Markdown 规范:docs/references/life-os/markdown-standards.md
  • 项目管理:docs/references/life-os/project-management.md
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. 2d ago First seen · 73 lines · 46 tokens per session scan A 995ceb7a1211

Subscribe to this mod's changes

note-organizer is an agent published in the GitHub repository funiq-lab/your-mind (11 stars, last pushed 8mo ago), licensed MIT. It adds 46 tokens to every session and 552 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.