summarize-urls

Parse URL lists and generate numbered markdown summaries with one sentence per URL.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/enantiomer-h/DotfilePub --skill summarize-urls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize-urls
Source: https://github.com/enantiomer-h/DotfilePub/tree/main/claude-code/.claude/skills/summarize-urls
Command: npx skills add https://github.com/enantiomer-h/DotfilePub --skill summarize-urls

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Transform a plain-text file containing URLs into a structured, concise summary that conveys the gist of each page in one sentence.

Core Features & Use Cases

  • One-sentence per URL: fetch each page and produce a clear, concise summary.
  • Google search handling: detects google.com/search URLs and returns the search query as a summary line.
  • Output formatting: generates a numbered markdown list with bolded titles and links for quick navigation.
  • Workflow resilience: validates input, skips blank lines, and continues on per-URL failures to maximize throughput.

Quick Start

Use the summarize-urls skill to generate a summary for a file containing one URL per line.

Frequently Asked Questions about summarize-urls

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

FAQPage Schema
How do I summarize a list of URLs from a text file into markdown?

To summarize URLs from a text file, this skill parses your plain-text file and generates a numbered markdown summary with one sentence per URL. It validates the input, fetches page content, and outputs a clean, link-enabled summary file.

Can I extract search queries from Google search URLs in my bookmarks export?

Yes, when processing Google search URLs, this skill detects them and extracts the search query as the summary line. This allows you to effectively summarize Google search links directly from your bookmarks or page exports.

What is the best way to generate concise one-sentence summaries for multiple web pages?

The best way to generate concise web page summaries is using this skill, which fetches content for each URL and produces a one-sentence gist. It creates a markdown file with bolded titles and links for quick navigation.

How does text processing handle blank lines or failed URL fetches during automation?

During text processing, the skill skips blank lines in the input file and continues on per-URL fetch failures. This workflow resilience maximizes throughput and ensures a clean summary output despite individual page errors.

Do I need any special dependencies to parse a plain-text file of URLs?

No special dependencies are required to parse a plain-text file of URLs. The skill operates independently to validate your input file, fetch page content using multiple methods, and write the final markdown summary.