
Show vault statistics, queue count, and reading suggestions. Use when the user wants an overview of their knowledge base.
Search the Web Capture Obsidian vault for ideation and research. Use when the user wants to find or explore saved content.
Show articles queued for posting on Twitter/X. Use when the user wants to see what to share.
Show resources marked for deep learning, grouped by topic. Use when the user wants to study saved content.
Capture a web link, summarize it, and save to Obsidian vault. Use when the user wants to save a URL to their knowledge base.
Process all queued links from the web capture queue into Obsidian notes. Use when the user wants to process their captured links.
--- name: screenshot description: Take a screenshot of a local web page using Playwright for visual debugging. Use when you need to see what a page looks like. argument-hint: [url] [--selector "css"] [--wait ms] [--full] --- # screenshot Take a screenshot of a local web page using Playwright (Chromium) for visual debugging. ## Usage ``` /screenshot # Default: http://localhost:8081, viewport screenshot /screenshot http://localhost:3000 # Custom URL /screensh