bookmark

Convert saved URLs into structured Obsidian notes with summaries and metadata.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Jack5316/Obsidian --skill bookmark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bookmark
Source: https://github.com/Jack5316/Obsidian/tree/main/.claude/skills/bookmark
Command: npx skills add https://github.com/Jack5316/Obsidian --skill bookmark

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, python-dateutil, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of converting saved URLs and reading lists into structured, actionable notes within Obsidian, making it easier to manage and recall information.

Core Features & Use Cases

  • Web Content Processing: Fetches and summarizes content from provided URLs.
  • Structured Note Generation: Creates organized Obsidian notes with key takeaways, summaries, and source metadata.
  • Batch Processing: Supports processing multiple URLs from a file or a list of direct URLs.
  • Use Case: When you have a collection of articles saved for later reading, use this Skill to automatically generate concise Obsidian notes for each, including summaries and important quotes.

Quick Start

Use the bookmark skill to process the URLs from the file named 'my_reading_list.txt'.

Frequently Asked Questions about bookmark

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

FAQPage Schema
How do I convert a list of browser bookmarks into structured Obsidian notes?

Processing saved URLs into structured Obsidian notes involves fetching web content and formatting it with extracted metadata. This Skill generates organized notes with key takeaways, summaries, and source metadata from your reading list.

Can I process multiple URLs at once to summarize web content for my reading list?

Yes, batch processing multiple URLs is supported from a file or a direct list. The Skill fetches and summarizes web content for each URL, automatically generating concise Obsidian notes with summaries and important quotes.

Does the bookmark Skill work with Python scripts to extract web content metadata?

Yes, the Skill requires Python scripts utilizing requests and beautifulsoup4 to fetch web content and extract metadata. These dependencies format the extracted data into structured notes for your Obsidian knowledge base.

What is the best way to organize web content into actionable summaries in Obsidian?

Using a Skill that structures notes with key takeaways, summaries, and source metadata is the best way to organize web content. It converts URL collections into structured, actionable Obsidian knowledge base entries automatically.

Do I need Python dependencies installed to process URLs into Obsidian notes?

Yes, you need Python dependencies including requests, beautifulsoup4, and python-dateutil installed. These libraries are required to fetch web content, parse HTML, and handle dates when generating structured Obsidian notes.