obsidian-inbox

Scan Obsidian inbox notes and annotate frontmatter with AI-suggested categories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zjh08177/agent-harness --skill obsidian-inbox
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian-inbox
Source: https://github.com/zjh08177/agent-harness/tree/main/skills/obsidian-inbox
Command: npx skills add https://github.com/zjh08177/agent-harness --skill obsidian-inbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the triage of Obsidian notes by scanning the 00-Inbox/ and annotating each file with AI-suggested frontmatter for category, tags, and wikilinks, then moving it to 01-Staging/.

Core Features & Use Cases

  • Scan 00-Inbox/ for all .md files
  • For each note, analyze to determine target zone (Projects/, Areas/, Resources/, Archives/, or Self/), sub-folder, and up to 4-5 four-dimensional tags (type, status, src, topic) plus wikilink suggestions
  • Write/update YAML frontmatter with ai_suggested block and move the file to 01-Staging/
  • Generate a concise triage report to summarize notes processed and categories assigned
  • Enforce rules: never modify note content, preserve existing frontmatter, and maintain inbox health

Quick Start

Run the Obsidian inbox workflow to triage all notes in 00-Inbox/, annotating ai_suggested frontmatter and moving files to 01-Staging/.

Frequently Asked Questions about obsidian-inbox

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

FAQPage Schema
How do I automate Obsidian note triage from my inbox folder?▼

Automate Obsidian note triage by scanning the 00-Inbox/ directory to analyze each markdown file, apply AI-suggested frontmatter for categories and tags, then move notes to 01-Staging/. The workflow processes all .md files without altering existing content or frontmatter.

What is the PARA method for organizing notes in Obsidian?▼

The PARA method organizes notes into Projects, Areas, Resources, and Archives. This triage workflow analyzes inbox notes to determine the target PARA zone, assigns sub-folders, and annotates files with AI-suggested frontmatter before moving them to a staging directory.

Can AI automatically generate tags and wikilinks for my markdown notes?▼

AI can generate tags and wikilinks for markdown notes by analyzing content and writing an ai_suggested block in YAML frontmatter. It assigns up to five four-dimensional tags covering type, status, source, and topic, plus relevant wikilink suggestions for each note.

Does the note triage workflow modify my existing frontmatter or content?▼

The note triage workflow does not modify existing content or frontmatter. It enforces non-destructive rules by preserving original note data and only applying AI-assisted suggestions in a separate ai_suggested block within the YAML frontmatter.

How do I generate a triage report after sorting notes in Obsidian?▼

Generate a triage report after sorting notes by running the inbox workflow, which processes all markdown files in 00-Inbox/ and outputs a concise summary of notes processed and categories assigned. The report is generated automatically upon workflow completion.

What are the limitations of AI-assisted note organization in Obsidian?▼

Limitations of AI-assisted note organization include the requirement for a specific folder structure with 00-Inbox/ and 01-Staging/ directories, and it only processes .md files. It applies suggestions non-destructively but requires manual review of the generated triage report for accuracy.