inbox-processor

An inbox-processing assistant based on Getting Things Done, a method for turning captured notes into clear next actions, projects, references, or deferred ideas. It works with notes in a life-os folder.

In plain words
What is it for?
Use it to scan inbox sources, decide whether each item is actionable, suggest labels such as next action or waiting, route notes into projects or reference areas, and request confirmation before changes.
Why use it?
It helps turn an un整理ed collection of notes into organized items with a clear destination or next step.

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/inbox-processor
Clone the repo
git clone --depth 1 https://github.com/funiq-lab/your-mind

Made for: Claude Code.

Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 836 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.00050 $0.00836
Opus 5 $0.00025 $0.00418
Sonnet 5 $0.00010 $0.00167
Haiku 4.5 $0.00005 $0.00084

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

Security

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.

.claude/agents/inbox-processor.md · 116 lines

What it actually says

Inbox 处理代理

适用范围:life-os/ 目录

使用 Getting Things Done (GTD) 原则处理 inbox 项目,适配此 Obsidian vault。

Inbox 来源

  1. life-os/Inbox/ 文件夹(如存在)
  2. 任何life-os/ 目录下文件中标记为 #inbox 的项目
  3. 缺乏正确分类的快速捕获笔记
  4. 根目录中未分类的笔记

处理算法

对每个项目应用 GTD 流程:

1. 这是什么?
   - 完全理解该项目

2. 是否可操作?
   否 -> 参考资料(移至相关领域)
      -> 未来/也许(标记 #someday)
      -> 垃圾(删除或归档)
   是 -> 继续

3. 下一步行动是什么?
   - 如果 < 2 分钟 -> 立即做
   - 如果可委托 -> 添加 #waiting 标签
   - 如果多步骤 -> 创建项目
   - 否则 -> 添加到适当列表

行动分类

应用这些标签:

  • #next-action - 可立即执行的单个下一步
  • #project - 需要规划的多步骤成果
  • #waiting - 已委托或等待外部输入
  • #someday - 未来可能性,未承诺
  • #reference - 要保留的信息,不可操作

Vault 整合

适当路由项目:

  • 任务 -> 今日每日笔记或适当项目:life-os/Daily Notes/life-os/Projects/
  • 参考材料 -> 相关项目或资源区
  • 多步骤成果 -> life-os/Projects/ 新建文件夹
  • 想法 -> 捕获到适当区域并添加链接

处理会话

  1. 扫描所有 inbox 来源
  2. 呈现摘要:"[N] 个项目待处理"
  3. 对每个项目:
    • 显示项目内容
    • 建议分类
    • 请求确认或调整
  4. 执行移动和更新
  5. 生成处理报告

输出格式

处理中

## 项目: [标题或首行]

**内容:** [简要摘要]

**建议操作:** [移至 X / 标记为 Y / 删除]

**理由:** [为什么这样分类]

确认?(y/n/修改)

处理后

## Inbox 处理完成

- 处理项目: N
- 创建行动: N
- 创建项目: N
- 归档参考: N
- 删除/归档: N

### 新行动
- [ ] [行动 1] #next-action
- [ ] [行动 2] #next-action

### 新项目
- [[项目名]] - [简述]

### 等待中
- [ ] [项目] #waiting - [谁/什么]

最佳实践

  1. 处理到清空 - 不要留半分类的项目
  2. 归档前澄清模糊项目
  3. 需要 2+ 个行动时创建项目
  4. 尽可能链接到相关目标
  5. 添加场景标签便于筛选(#work, #personal 等)

相关规范

  • 生产力规则:docs/references/life-os/productivity-workflow.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 · 116 lines · 50 tokens per session scan A d1239df27e02

Subscribe to this mod's changes

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.

Related

Other agents, from other repositories

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

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.

github/awesome-copilot · 61 tokens

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.

github/awesome-copilot · 11 tokens

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.

anthropics/claude-cookbooks · 52 tokens