fetch-everything

Extract web content from URLs and output Markdown-ready text.

7|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill fetch-everything
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-everything
Source: https://github.com/wsxwj123/opencode-skills-backup/tree/main/skills/fetch-everything
Command: npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill fetch-everything

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

本技能用于尽可能快速、准确、完整地获取网页内容,并默认输出 Markdown。它提供多路径抓取策略,优先提取正文,尽量去除噪音,并在需要时回退到本地 Scrapling 方案或浏览器自动化。

Core Features & Use Cases

  • 多路径抓取:优先正文提取、Markdown 输出,结合在线服务与本地方案,自动降级以提升成功率。
  • 适用场景广泛:普通网页、技术文档、公众号/反爬页面、动态页面等,并能从输出中剥离噪音。
  • 实用用例:将抓取的网页转化为可 AI 处理的文本,支持后续摘要、翻译、编写笔记等。

Quick Start

给出一个目标网页的 URL,技能将自动选择最优抓取路径并输出可直接使用的 Markdown 结果。

Frequently Asked Questions about fetch-everything

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract web content from a URL and convert it to Markdown?

To extract web content and convert it to Markdown, provide a target URL to trigger a multi-path scraping pipeline that prioritizes main text extraction and outputs Markdown-ready text automatically.

What is the best way to scrape dynamic or anti-scraping webpages?

Scraping dynamic or anti-scraping webpages is handled using multi-path fallbacks that automatically downgrade from online services to local Scrapling routes or browser automation to ensure successful content extraction.

Can I use the requests library for fetching ordinary webpages and technical documents?

Yes, fetching ordinary webpages and technical documents uses the requests dependency within an end-to-end pipeline that applies online services and local routes to extract and clean web content into Markdown.

How does a multi-path fallback strategy work for web scraping?

A multi-path fallback strategy works by attempting online extraction services first, then downgrading to local Scrapling routes or browser automation if the initial fetch fails, ensuring content extraction from difficult targets.

Why does web content extraction include quality assessment and lightweight cleaning?

Web content extraction includes quality assessment and lightweight cleaning to strip noise from the output, delivering clean Markdown-ready text suitable for downstream AI processing like summaries or translations.

Does this web scraping approach work for public account pages and other anti-crawl targets?

Yes, this web scraping approach works for public account pages and anti-crawl targets by applying multi-path fallbacks that bypass restrictions and extract main content efficiently into Markdown format.