Retrieves and parses web content into clean Markdown, structured JSON, or YouTube transcripts to bypass access restrictions.
The Fetch skill enhances Claude's ability to interact with the web by providing specialized tools for content retrieval. It acts as a powerful alternative to standard web tools, particularly when encountering 403 access errors or when specific data formats are required. Whether you need to scrape structured JSON from an API, convert a blog post into clean Markdown for documentation, or extract a full transcript from a YouTube video, this skill provides the necessary tools to gather high-quality data for analysis and development.
主要功能
01Readability mode to extract article content without ads or navigation
02YouTube transcript extraction by video URL or ID
03Robust fallback mechanism for overcoming 403/access denied errors
045 GitHub stars
05Multi-format support for HTML, Markdown, JSON, and plain text
06Direct integration with JSON REST APIs for data fetching
使用场景
01Extracting transcripts from educational YouTube videos for summarization
02Converting online documentation into clean Markdown for local analysis
03Fetching data from external APIs to assist in code implementation