π¦ ClawHub
Web Summarizer
by @jimmyclanker
Fetch and summarize web pages for AI agents. Extract key information from URLs and return structured markdown summaries. No API key required.
TERMINAL
clawhub install jimmy-web-summarizerπ About This Skill
name: web-summarizer version: 1.0.0 description: Fetch and summarize web pages for AI agents. Extract key information from URLs and return structured markdown summaries. No API key required.
Web Content Summarizer
Fetch and summarize web pages for AI agents. Extract key information from URLs and return structured summaries.
Usage
# Summarize a URL
bash scripts/summarize.sh https://example.comSummarize with specific focus
bash scripts/summarize.sh https://example.com "key findings"List output format
bash scripts/summarize.sh --help
Features
How It Works
Uses web_fetch tool or curl to get page content, then extracts key information using text processing.
Use Cases
β‘ When to Use
π‘ Examples
# Summarize a URL
bash scripts/summarize.sh https://example.comSummarize with specific focus
bash scripts/summarize.sh https://example.com "key findings"List output format
bash scripts/summarize.sh --help