Enrich inbox notes with external data (YouTube transcripts, bookmarks, etc.)
Enriches inbox notes with external data like YouTube transcripts and bookmarks.
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install claude-code-docs@side-quest-marketplace<action> [target|--all] [--dry-run]Enrich inbox notes by fetching external data based on note type.
/para-obsidian:enrich <action> [target|--all] [--dry-run]
/para-obsidian:enrich youtube "00 Inbox/my-video.md"
/para-obsidian:enrich youtube --all
/para-obsidian:enrich youtube --all --dry-run
| Action | Description |
|---|---|
youtube | Fetch YouTube transcript for video clippings |
<action> - The enrichment action to perform (youtube)[target] - File path to enrich (or use --all flag)--all - Enrich all eligible files in inbox--dry-run - Preview without executingWhen the user invokes this command:
--all flag)--format json for structured outputbun ${CLAUDE_PLUGIN_ROOT}/src/cli.ts enrich <action> [target] [--all] [--dry-run] --format json
The CLI will:
para scan to ensure notes are enriched before classification