bookmark

Fetch a URL, generate a summary, and store a deduplicated bookmark entry.

24|9|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/norrietaylor/distillery --skill bookmark-norrietaylor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bookmark
Source: https://github.com/norrietaylor/distillery/tree/main/skills/bookmark
Command: npx skills add https://github.com/norrietaylor/distillery --skill bookmark-norrietaylor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bookmark management often results in lost context and duplication when saving web references. This Skill automatically fetches page content, generates a concise summary, checks for duplicates, and stores a structured bookmark entry in the knowledge base.

Core Features & Use Cases

  • Fetches a URL and extracts a readable summary.
  • Checks for duplicates before storing to maintain a clean knowledge base.
  • Allows optional tags and stores metadata including the original URL and summary for provenance.

Quick Start

Use /bookmark <url> [#tags] to save a page and generate its summary.

Frequently Asked Questions about bookmark

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

FAQPage Schema
How do I save a URL and auto-generate a summary for my knowledge base?

To save a URL and generate a summary, use the bookmark command with your target link. The skill fetches the page content, creates a concise summary, and stores the entry with provenance metadata in your knowledge base.

Does this link management skill check for duplicate bookmarks?

Yes, the link management skill performs a deduplication check before storing. It prevents near-duplicate entries to maintain a clean and organized knowledge base.

How do I add tags when saving a web page summary?

You can add tags when saving a web page summary by appending hashtags to your command. This stores optional tags alongside the original URL and the auto-generated summary.

What is the best way to capture web page content with its source URL?

The best way to capture web content with its source URL is using an automated bookmark tool. This skill fetches the page, extracts a readable summary, and stores the original link as provenance for future reference.

Do I need WebFetch to extract content and create bookmark entries?

Yes, you need WebFetch to extract content and create bookmark entries. The skill requires WebFetch to retrieve page content before it can generate a summary and store the structured data.