web-search-helper

Fetch web pages and convert them to readable markdown with fallback methods.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Wanger-SJTU/claw_skills --skill web-search-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search-helper
Source: https://github.com/Wanger-SJTU/claw_skills/tree/main/web-search-helper
Command: npx skills add https://github.com/Wanger-SJTU/claw_skills --skill web-search-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetching content from web pages can be hindered by anti-scraping defenses, dynamic JavaScript rendering, and rate limits, making it hard to quickly capture readable text and summarize information.

Core Features & Use Cases

  • Convert a URL into readable markdown for quick reading and sharing.
  • Extract article text, headings, and key sections from pages with anti-scraping protections.
  • Use case: a researcher or content creator needs a clean, readable draft from online sources without manual copy-paste.

Quick Start

Provide a URL and ask me to convert the page into readable markdown and extract its content.

Frequently Asked Questions about web-search-helper

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

FAQPage Schema
How do I convert web pages to markdown when anti-scraping protections block access?

To convert web pages to markdown past anti-scraping protections, you need a multi-method fetching workflow. This skill applies sequential fallback techniques using defuddle, jina.ai, and Scrapling to bypass Cloudflare blocks and extract readable text.

What is the best way to extract article text from JavaScript-rendered web pages?

The best way to extract article text from JavaScript-rendered pages is using a sequential fallback workflow. This skill attempts multiple extraction methods including defuddle, markdown.new, and r.jina.ai to capture dynamically loaded content.

How do I quickly summarize content from search results without manual copy-paste?

To quickly summarize content from search results, provide a URL to convert the page into readable markdown. The skill fetches and extracts core article text and headings automatically, creating a clean draft for research.

Does this web content extraction method work with Cloudflare protected sites?

Yes, web content extraction works with Cloudflare protected sites by using a multi-method workflow. If direct scraping fails, the skill automatically falls back to alternative fetchers like r.jina.ai and Scrapling.

What are the limitations when extracting web page content to markdown?

Limitations when extracting web page content to markdown include potential rate limits and hard blocks on heavily protected sites. The skill uses multiple fallback methods, but extreme anti-scraping defenses may still prevent successful text extraction.