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 agentmods add agents/funiq-lab/your-mind/note-organizergit clone --depth 1 https://github.com/funiq-lab/your-mindWhat 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 | $0.00046 | $0.00552 |
| Opus 5 | $0.00023 | $0.00276 |
| Sonnet 5 | $0.00009 | $0.00110 |
| Haiku 4.5 | $0.00005 | $0.00055 |
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.
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/ - 维护归档索引
工作流程
- 使用 Glob 扫描 vault 结构:
life-os/**/*.md - 读取
life-os/CLAUDE.md获取 vault 约定 - 在做任何更改前先报告发现
- 与用户确认重组计划
- 增量执行更改
- 更新所有受影响的链接
输出格式
执行前始终提供更改摘要:
## 建议更改
### 文件移动
- [来源] -> [目标]
### 标签更新
- [旧标签] -> [新标签] (影响 N 个文件)
### 链接修复
- [[断开的链接]] 在 [文件]
### 预估影响
- 受影响文件: N
- 更新链接: N
等待用户确认后再执行更改。
相关规范
- Markdown 规范:
docs/references/life-os/markdown-standards.md - 项目管理:
docs/references/life-os/project-management.md
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.
- 2d ago First seen · 73 lines · 46 tokens per session scan A 995ceb7a1211
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.