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/inbox-processorgit 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.00050 | $0.00836 |
| Opus 5 | $0.00025 | $0.00418 |
| Sonnet 5 | $0.00010 | $0.00167 |
| Haiku 4.5 | $0.00005 | $0.00084 |
Grade A, and why
inbox-processor 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
Inbox 处理代理
适用范围:life-os/ 目录
使用 Getting Things Done (GTD) 原则处理 inbox 项目,适配此 Obsidian vault。
Inbox 来源
life-os/Inbox/文件夹(如存在)- 任何
life-os/目录下文件中标记为#inbox的项目 - 缺乏正确分类的快速捕获笔记
- 根目录中未分类的笔记
处理算法
对每个项目应用 GTD 流程:
1. 这是什么?
- 完全理解该项目
2. 是否可操作?
否 -> 参考资料(移至相关领域)
-> 未来/也许(标记 #someday)
-> 垃圾(删除或归档)
是 -> 继续
3. 下一步行动是什么?
- 如果 < 2 分钟 -> 立即做
- 如果可委托 -> 添加 #waiting 标签
- 如果多步骤 -> 创建项目
- 否则 -> 添加到适当列表
行动分类
应用这些标签:
#next-action- 可立即执行的单个下一步#project- 需要规划的多步骤成果#waiting- 已委托或等待外部输入#someday- 未来可能性,未承诺#reference- 要保留的信息,不可操作
Vault 整合
适当路由项目:
- 任务 -> 今日每日笔记或适当项目:
life-os/Daily Notes/或life-os/Projects/ - 参考材料 -> 相关项目或资源区
- 多步骤成果 ->
life-os/Projects/新建文件夹 - 想法 -> 捕获到适当区域并添加链接
处理会话
- 扫描所有 inbox 来源
- 呈现摘要:"[N] 个项目待处理"
- 对每个项目:
- 显示项目内容
- 建议分类
- 请求确认或调整
- 执行移动和更新
- 生成处理报告
输出格式
处理中
## 项目: [标题或首行]
**内容:** [简要摘要]
**建议操作:** [移至 X / 标记为 Y / 删除]
**理由:** [为什么这样分类]
确认?(y/n/修改)
处理后
## Inbox 处理完成
- 处理项目: N
- 创建行动: N
- 创建项目: N
- 归档参考: N
- 删除/归档: N
### 新行动
- [ ] [行动 1] #next-action
- [ ] [行动 2] #next-action
### 新项目
- [[项目名]] - [简述]
### 等待中
- [ ] [项目] #waiting - [谁/什么]
最佳实践
- 处理到清空 - 不要留半分类的项目
- 归档前澄清模糊项目
- 需要 2+ 个行动时创建项目
- 尽可能链接到相关目标
- 添加场景标签便于筛选(#work, #personal 等)
相关规范
- 生产力规则:
docs/references/life-os/productivity-workflow.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 · 116 lines · 50 tokens per session scan A d1239df27e02
inbox-processor is an agent published in the GitHub repository funiq-lab/your-mind (11 stars, last pushed 8mo ago), licensed MIT. It adds 50 tokens to every session and 836 once invoked, about $0.0003 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.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.