Fetch and summarize web pages for AI agents. Extract key information from URLs and return structured summaries.
# Summarize a URL
bash scripts/summarize.sh https://example.com
# Summarize with specific focus
bash scripts/summarize.sh https://example.com "key findings"
# List output format
bash scripts/summarize.sh --help
Uses web_fetch tool or curl to get page content, then extracts key information using text processing.
共 1 个版本