Summarize Page
SkillWeb & browsingExtract and summarize the main content of the current web page into structured markdown. Use when the user asks to summarize, digest, or get the gist of a page.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Summarize Page skill
What this skill tells your AI
The instructions your AI receives, as published by browseros-ai/browseros-agent in apps/server/src/skills/defaults/summarize-page/SKILL.md and read by ahel’s review.
When to Use
Activate when the user asks to summarize, digest, condense, or get the key points from the current page or a specific URL.
Steps
- If the user provided a URL, use
navigate_pageto go there first. - Use
get_page_contentto extract the full text content of the page. - Identify the page type (article, documentation, product page, forum thread, etc.) and adapt the summary format accordingly.
- Produce a structured markdown summary:
Output Format
## Summary: [Page Title]
**Source:** [URL]
**Type:** [article/docs/product/forum/etc.]
### Key Points
- [3-5 bullet points capturing the main ideas]
### Details
[2-3 paragraphs expanding on the most important content]
### Takeaways
- [Actionable items or conclusions, if applicable]
Tips
- For long pages, focus on headings, first paragraphs of sections, and any emphasized text.
- For product pages, emphasize specs, pricing, and reviews.
- For news articles, lead with the who/what/when/where/why.
- If the page content is behind a paywall or login, inform the user rather than summarizing partial content.
Signals
- GitHub stars
- 52
- Forks
- 40
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
summarize-page- Source
- github.com/browseros-ai/browseros-agent