# Web Summary

> Browse a website and provide a concise summary of its content

- Skill: `openvole/web-summary` (Agent Skill)
- Install (CLI): `npx skillmds@latest add openvole/web-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openvole/web-summary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: openvole (https://skillmd.com/u/openvole)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openvole/web-summary

---


# Web Summary

When asked to summarize a website or URL:

1. Use `browser_navigate` to load the given URL
2. Use `browser_content` to extract the page text and structure
3. Identify the main topic, key points, and important details
4. Produce a concise summary (3-5 bullet points by default)
5. If the page has multiple sections, organize the summary by section
6. Include the page title and URL in the summary header
7. If the page fails to load, report the error and suggest alternatives
8. For news sites, focus on headlines and lead paragraphs
9. For documentation, focus on the purpose, key concepts, and getting started steps

