log-triage

Converts daily note log entries into structured Obsidian inbox notes.

6|1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/nathanvale/side-quest-marketplace-old --skill log-triage-nathanvale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-triage
Source: https://github.com/nathanvale/side-quest-marketplace-old/tree/main/plugins/para-obsidian/skills/log-triage
Command: npx skills add https://github.com/nathanvale/side-quest-marketplace-old --skill log-triage-nathanvale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Daily notes accumulate unstructured log entries—voice memo transcriptions, saved URLs, and quick thoughts—that pile up without organization. This Skill triages those entries into properly templated, frontmatter-tagged notes in your Obsidian vault. ## Core Features & Use Cases - Entry Type Detection: Automatically routes log entries to the right handler based on patterns like 🎤 voice memos, YouTube links, Twitter/X posts, or plain text. - Content Extraction: Fetches transcripts from YouTube, tweet content via X-API, and article text via Firecrawl to populate notes with real content. - Template-Driven Creation: Discovers template structure dynamically and creates notes with correct frontmatter fields, sections, and destinations. - Use Case: You recorded a 30-minute meeting voice memo and saved three URLs throughout the day. Run the triage to get a structured meeting note with attendees, decisions, and action items, plus three clipping notes—all with the original log entries marked as processed. ## Quick Start Triage today's daily note log entries and convert them into structured inbox notes.

Frequently Asked Questions about log-triage

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

FAQPage Schema
How do I process voice memos in Obsidian daily notes?

Log entries marked with 🎤 are detected as voice memos. Long transcriptions over 200 words become structured meeting notes with attendees, decisions, and action items, while short ones become simple clipping notes. The full transcription is always preserved in a Raw Transcription section.

How to save Twitter/X posts to Obsidian automatically?

Paste the x.com or twitter.com URL into your daily note log. The skill extracts the tweet ID, fetches content via the X-API MCP server, and creates a clipping note with author, handle, post date, AI summary, topics, and sentiment frontmatter.

Can I clip YouTube videos with transcripts into my vault?

Yes, YouTube URLs are processed using the youtube-transcript MCP server to fetch video info and full transcripts. The resulting note includes the description, complete transcript, AI summary, and metadata like channel, duration, and publish date.

What happens if a URL requires authentication to scrape?

When Firecrawl cannot access content, such as with Confluence pages requiring login, the skill falls back to parsing the URL for domain and title information. It creates a basic clipping note noting that content requires authentication.

Does log triage modify my original daily note entries?

Yes, processed entries are marked with a checkmark and timestamp, like ✅ Processed → [[Note Title]], so they are skipped in future triage runs. Entries classified as noise are deleted from the daily note without creating notes.