AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Inbox Triage

skill-r007b34r-opencode-obsidian-knowledge-workflow-inbox-triage · by r007b34r

>

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-r007b34r-opencode-obsidian-knowledge-workflow-inbox-triage

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-r007b34r-opencode-obsidian-knowledge-workflow-inbox-triage)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Inbox Triage? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

inbox-triage

Constraints

  • NEVER scan whole vault; scope = Inbox/ or user-specified path only
  • NEVER write back without explicit user confirmation
  • NEVER produce synthesis or thesis; output is routing decisions only
  • NEVER deep-read all items; deep-read only when routing is genuinely uncertain
  • MAX 20 items per batch; split and report remainder if more

Trigger Boundary

Use when: triage inbox, sort captures, route raw notes, process fleeting notes, decide what to promote/archive.

Do NOT use for:

  • Cross-note relationship analysis → connection-review
  • Week-level meaning extraction → weekly-synthesis
  • Stable note creation → note-promotion
  • Vault health diagnosis → vault-health-feedback

Boundaries

  • Owns: inbox routing, capture classification, shallow-read decisions
  • Delegates to: connection-review (items needing links), note-promotion (items marked promote)
  • Never absorbs: synthesis, health diagnosis, context maintenance, relationship analysis

Continuations

| Condition | Next skill | |-----------|-----------| | Promoted items with link potential > 2 | connection-review | | Item marked promote-to-note, user confirms | note-promotion | | Inbox path not found or empty | vault-health-feedback | | Ambiguous items > 60% of batch | Escalate to human |

Companion Skill

All vault operations follow obsidian-mcp. Forbidden: obsidian_patch_note, obsidian_append_to_note. Verify every write through readback.

Procedure

Phase 1: Discover

  1. obsidian_list_notes path:"Inbox/" → candidate list
  2. Count items; if >20, process first 20 and report remainder

Phase 2: Shallow Read

  1. For each: obsidian_get_note format:"document-map" → structure
  2. Short notes (

Edge Cases (expand only when needed)

  • Empty inbox: report empty, suggest checking path config
  • All items ambiguous: escalate to user, ask for 2-3 example decisions to calibrate
  • Mixed languages: classify by content quality, not language
  • Broken frontmatter: flag but still classify content
  • Oversized inbox (50+): process first 20, report "X items remaining, continue?"
  • Items with no content (title only): classify as needs-deep-read or archive

Gotchas

Gotcha 1: Triage becomes mini-synthesis

What happens: Agent writes multi-paragraph analysis for each item Why it's wrong: Triage is routing, not content production; wastes tokens and crosses into weekly-synthesis territory Correct approach: One sentence reason + one decision per item

Gotcha 2: Over-promotion

What happens: Agent marks most items as promote-to-note Why it's wrong: Promotes unstable fragments, creates hollow vault growth Correct approach: Promote only when stable + reusable + independent; default to keep-in-inbox when uncertain

Gotcha 3: Full-reading everything

What happens: Agent reads every note in full before classifying Why it's wrong: Wastes token budget; most routing decisions need only document-map Correct approach: Document-map first; deep-read only genuinely uncertain items

Validators (CI only, not runtime)

  • validators/pre-check.sh: Confirms inbox path accessible and not empty
  • validators/post-check.sh: Verifies output contains no synthesis markers

Exit Criteria

  • Every candidate has exactly one routing decision or needs-deep-read
  • Triage has not turned into synthesis
  • Batch size ≤20 respected
  • Any write-back passed obsidian-mcp readback verification

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.