Obsidian Web Clipper
Clip web articles directly into your vault as markdown, then ingest them into your wiki.
Install the Extension
Section titled “Install the Extension”Install Obsidian Web Clipper for your browser (Chrome, Firefox, Safari, Edge) and connect it to your vault.
Configure Obsidian
Section titled “Configure Obsidian”Attachment Folder
Section titled “Attachment Folder”- Settings → Files and links
- Set “Default location for new attachments” → “In the folder specified below”
- Set path to:
raw/assets
Image Download Hotkey
Section titled “Image Download Hotkey”- Install the Local Images Plus community plugin
- Settings → Hotkeys → search “Download all remote images”
- Bind to
Cmd+Shift+D
Web Clipper Settings
Section titled “Web Clipper Settings”- Set “Folder” to:
raw - Set “File name template” to:
{{title|slugify}} - Enable “Include metadata” (adds source URL, author, date)
Workflow
Section titled “Workflow”1. Clip an Article
Section titled “1. Clip an Article”While reading a web article:
- Click the Web Clipper extension icon
- Select your vault
- Verify folder is
raw/ - Click “Add to Obsidian”
2. Download Images
Section titled “2. Download Images”Open the clipped file in Obsidian:
- Press
Cmd+Shift+D - Images download to
raw/assets/ - Links update to local paths
3. Ingest
Section titled “3. Ingest”/ingest raw/article-name.md --vault my-researchClaude reads the article, creates wiki pages (source-note, entities, concepts), updates the index, and commits.
- Clip first, ingest later — build up a batch in
raw/, ingest one at a time with Claude - Review before ingesting — check the clipped article in Obsidian, some sites clip poorly
- The raw file is immutable — once in
raw/, don’t edit it. The wiki pages are where Claude maintains knowledge - Download images — remote URLs break over time. Local images let Claude view them directly
Troubleshooting
Section titled “Troubleshooting”| Problem | Fix |
|---|---|
| Clipper saves to wrong folder | Check extension settings → folder is raw |
| Images not downloading | Install and enable Local Images Plus plugin |
| Poor extraction | Use browser Reader Mode before clipping |
| Frontmatter conflicts | Ingest skill merges existing frontmatter with wiki-templates |