Install
openclaw skills install @terrycarter1985/page-digestFetch a web page and produce a structured markdown digest: title, key points, entities, action items, and a one-paragraph TL;DR. Use when the user shares a URL and asks for a quick summary, briefing, or extraction of actionable information.
openclaw skills install @terrycarter1985/page-digestTurn any URL into a concise, structured markdown digest.
web_fetch tool available in the agent runtimeweb_fetch with extractMode: "markdown" and maxChars: 20000.## {Title}
**TL;DR:** {3-sentence summary}
### Key Points
- {point 1}
- {point 2}
- ...
### Entities
- {entity} — {brief role/context}
### Action Items
- {action item 1}
- {action item 2}
Input: https://example.com/article-about-ai-regulation
Output:
## AI Regulation Bill Passes Senate
**TL;DR:** The U.S. Senate passed a sweeping AI regulation bill Thursday. The legislation requires companies to audit high-risk AI systems before deployment. The bill now moves to the House for consideration.
### Key Points
- Bipartisan vote of 68-32
- Covers high-risk AI in healthcare, finance, and critical infrastructure
- Penalties for non-compliance up to $10M or 2x profits
- Enforcement begins 18 months after signing
### Entities
- U.S. Senate — Legislative body that voted
- Senate Majority Leader — Sponsored the bill
- FDA — Will enforce medical AI provisions
### Action Items
- Review compliance timeline for affected systems
- Schedule legal review of audit requirements