process-inbox

process-inbox is a command for Claude Code from yempik-ai/cowork-os. It costs 48 tokens per session (289 once invoked), scanned A, original, MIT.

A command for sorting everything placed in an inbox folder, such as notes, links, presentations, or other documents, into specific workspace files. It separates confirmed facts from assumptions and unanswered questions while keeping the originals.

In plain words
What is it for?
Use it to file information about a company, market, services, website, products, marketing, decisions, and open questions into a workspace.
Why use it?
Unsorted material makes it hard to find reliable information and easy to mistake guesses for facts. This command creates an organized record without silently deleting or changing the source material.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cowork-os plugin — 4 skills, 7 commands shipped together

Good fit Use it to file information about a company, market, services, website, products, marketing, decisions, and open questions into a workspace.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/yempik-ai/cowork-os/process-inbox
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.

Clone the repo
git clone --depth 1 https://github.com/yempik-ai/cowork-os

Made for: Claude Code.

Or install cowork-os, the plugin that ships this one along with the rest of its 4 skills, 7 commands.

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 process-inbox

README.md
[![agentmods](https://agentmods.dev/badge/commands/yempik-ai/cowork-os/process-inbox/github.svg)](https://agentmods.dev/commands/yempik-ai/cowork-os/process-inbox)
Your own site
<a href="https://agentmods.dev/commands/yempik-ai/cowork-os/process-inbox"><img src="https://agentmods.dev/badge/commands/yempik-ai/cowork-os/process-inbox/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 process-inbox

Your own site · 80×15
<a href="https://agentmods.dev/commands/yempik-ai/cowork-os/process-inbox"><img src="https://agentmods.dev/badge/commands/yempik-ai/cowork-os/process-inbox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 289 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.00048 $0.00289
Opus 5 $0.00024 $0.00144
Sonnet 5 $0.00010 $0.00058
Haiku 4.5 $0.00005 $0.00029

Measured 10d ago against content hash 5ecb9ed72153, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

process-inbox 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 10d 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.

plugins/cowork-os/commands/process-inbox.md · 24 lines

What it actually says

/cowork-os:process-inbox

The user has unsorted material. Organize it into the workspace.

  1. Read everything in _inbox/ (and any links or notes the user pasted). If _inbox/ does not exist, ask them to drop material there or paste it.
  2. Extract the facts. Route each to the most specific file:
    • company, market, status: context/overview.md
    • value proposition, messages, differentiation: context/positioning.md
    • offers, pricing, use cases: context/services.md
    • voice: context/tone_of_voice.md
    • campaigns, analytics: marketing/
    • site, copy, SEO: website/
    • decisions and assumptions: decisions/
    • owned products: products/
  3. Separate facts, assumptions, and open questions. Never invent. Missing facts go to decisions/open_questions.md.
  4. Be non-destructive: keep originals, ask before moving or deleting.
  5. Report a short table: source, filed-in, confidence.

End with a Memory Update.

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. 10d ago First seen · 24 lines · 48 tokens per session scan A 5ecb9ed72153

Subscribe to this mod's changes

process-inbox is a command published in the GitHub repository yempik-ai/cowork-os (70 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 289 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.