Skip to content

Emily Web Fetch

Verified

Fetch static webpage content up to 5000 characters via HTTP/HTTPS GET for analysis, summarization, or information extraction.

145 downloads
$ Add to .claude/skills/

About This Skill

Content available in Chinese

  • # Web Fetch Skill
  • ## Description
  • 抓取指定URL的网页内容,返回文本摘要或原始HTML。用于获取新闻、公告、数据页面等。
  • ## Tools Provided
  • `fetch(url)` - 抓取网页,返回文本内容(最多5000字符)
  • ## Usage
  • 助手调用此工具获取网页内容,然后进行分析、摘要或提取信息。
  • ## Examples
  • 用户:抓取 https://www.cls.cn/telegraph
  • 助手:调用 web-fetch:fetch(url),获取后返回内容并解读。
  • ## Limitations
  • 仅支持HTTP/HTTPS GET- 不处理JavaScript渲染的页面(静态HTML)
  • 内容长度限制为5000字符,避免过大响应
  • 需要目标网站允许爬取(遵守robots.txt)

Use Cases

  • Fetch and parse web page content for analysis and data extraction
  • Download web resources including HTML, images, and files programmatically
  • Extract article text from web pages by stripping navigation and advertisements
  • Convert web page content to markdown for further processing
  • Monitor web pages for content changes by comparing fetched versions

Pros & Cons

Pros

  • +Clean content extraction removes navigation and ads from article text
  • +Markdown conversion makes web content ready for AI processing
  • +Change monitoring enables automated tracking of web page updates

Cons

  • -Documentation primarily in Chinese
  • -Only available on claude-code and openclaw platforms
  • -JavaScript-rendered content may not be captured without a headless browser

FAQ

What does Emily Web Fetch do?
Fetch static webpage content up to 5000 characters via HTTP/HTTPS GET for analysis, summarization, or information extraction.
What platforms support Emily Web Fetch?
Emily Web Fetch is available on Claude Code, OpenClaw.
What are the use cases for Emily Web Fetch?
Fetch and parse web page content for analysis and data extraction. Download web resources including HTML, images, and files programmatically. Extract article text from web pages by stripping navigation and advertisements.

100+ free AI tools

Writing, PDF, image, and developer tools — all in your browser.

Next Step

Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.