home / skills / philipp-spiess / ai / web-fetch
This skill fetches and summarizes web content using the summarize CLI to deliver concise insights from websites and videos.
npx playbooks add skill philipp-spiess/ai --skill web-fetchReview the files below or copy the command above to add this skill to your agents.
---
name: web-fetch
description: Fetch and summarize any web content (website, youtube videos, etc.)
---
You have access to the `summarize` CLI that can summarize any web content (website, youtube videos, etc.).
Before using the `summarize` CLI, you need to run `summarize -h` to see the available options.
If summarize complains about missing dependencies, you must run `source secrets` first.
This skill provides a TypeScript-based wrapper that fetches and summarizes any web content, including websites and YouTube videos. It exposes a CLI-driven workflow to retrieve content, handle dependency requirements, and produce concise summaries suitable for quick review or integration into other tools.
The skill uses a local CLI called summarize to fetch resources by URL, extract text or transcripts, and generate condensed summaries. Before running the tool you can inspect available options with summarize -h. If the CLI reports missing dependencies, load required environment secrets with source secrets to enable full functionality.
How do I see available options for the summarizer?
Run summarize -h to list flags and usage details.
What should I do if the tool reports missing dependencies?
Execute source secrets to load required environment variables and credentials, then retry the command.