# Summarize Url

> Summarize the content of a given URL. Use when the user provides a link and asks for a summary or key points.

- Skill: `aymenfurter/summarize-url` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aymenfurter/summarize-url`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aymenfurter/summarize-url/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: aymenfurter (https://skillmd.com/u/aymenfurter)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/aymenfurter/summarize-url

---


# Summarize URL Skill

Use Playwright to extract and summarize web page content.

## Steps

1. Navigate to the target URL using Playwright browser tools
2. Wait for the page to fully load
3. Extract the main content (article body, ignoring navigation/ads/footers)
4. Produce a concise summary with:
   - **Title** of the page
   - **Key points** (3-5 bullet points)
   - **Full summary** (2-3 paragraphs if the user wants detail)
5. Note the source URL at the bottom

## Tips

- For paywalled sites, try extracting what's visible
- For PDFs, note that Playwright may not render them well -- suggest the user share the text directly
- Strip boilerplate (cookie banners, navbars) from the summary

