process-inbox

Categorize and route vault inbox items to destination folders with logging.

Updated May 14, 2026
One-click install
npx skills add https://github.com/jaqg/daimon --skill process-inbox-jaqg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-inbox
Source: https://github.com/jaqg/daimon/tree/main/vault/skills/process-inbox
Command: npx skills add https://github.com/jaqg/daimon --skill process-inbox-jaqg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates processing of the vault's 00-Inbox/ folder, categorizing items, routing files to the correct destinations, and logging changes to ai-changes.md to keep your workflow up to date.

Core Features & Use Cases

  • Scan 00-Inbox for emails, loose notes, and daily notes; categorize and route items automatically.
  • Move processed emails to 00-Inbox/processed/, route sources to 20-Sources, and log actions in 40-Meta/ai-changes.md; generate summaries for user review.
  • Support repeated runs and reporting to the user with a compact run overview.

Quick Start

Invoke process inbox to scan 00-Inbox, categorize items, route emails, log changes, and report results.

Frequently Asked Questions about process-inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate inbox processing for loose notes and emails in my vault?

Automating vault inbox routing involves scanning 00-Inbox, categorizing items, and moving them to destination folders like 20-Sources or 30-Galaxy. The skill then logs these routing actions to 40-Meta/ai-changes.md and generates a summary for review.

What is the best way to organize daily notes and route them to specific folders?

Organizing and routing daily notes is achieved by reading frontmatter metadata to determine item type and destination. The skill scans 00-Inbox, routes files to folders like 30-Galaxy, and produces a structured scan output with a compact run overview.

Can I use frontmatter metadata to categorize and route files in my vault automatically?

Yes, frontmatter metadata is used to categorize and route files automatically. The skill relies on frontmatter metadata to determine the type and routing destination for inbox items, moving them to the correct folders and logging the results.

How do I log vault changes and generate summaries when processing new material?

To log vault changes when processing new material, the skill appends actions to 40-Meta/ai-changes.md. It updates this log and generates compact run overviews and event summaries to report results to the user after routing items.

Does repeated inbox processing work without duplicating log entries?

Yes, repeated inbox processing works by scanning only the active 00-Inbox folder and moving processed items to 00-Inbox/processed. This ensures subsequent runs only process new material, keeping logs and routing actions clean without duplicating past entries.