What problem does it solve? Saving links and quick thoughts into an Obsidian vault usually means manual copy-pasting, missing page titles, and inconsistent note formats. This Skill captures URLs or inline text directly into the inbox as clipping notes that match Obsidian Web Clipper output, deferring all classification to a later triage step. ## Core Features & Use Cases - URL Capture with Content Fetching: Fetches real page titles and markdown content via Firecrawl, with special handling for YouTube videos and graceful fallback for X/Twitter links. - Inline Text Capture: Turns free-form text from a conversation into a titled clipping note using LLM-generated titles, with zero prompts or decisions required. - Batch Processing with Single Commit: Processes multiple URLs sequentially, deduplicates them, tolerates individual failures, and commits all notes in one git commit. - Use Case: You find three articles and a YouTube video during research. Run the clip command with all four URLs to create four inbox notes with real titles and content, then run triage later to classify them. ## Quick Start Ask the assistant to clip one or more URLs or a piece of text, for example: clip https://kentcdodds.com/blog/aha-programming into my Obsidian inbox.