Tools for fetching and extracting cleaned text, metadata, and links from single or multiple web pages with format options and link filtering.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install xpr-web-scraping或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install xpr-web-scraping⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/xpr-web-scraping/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web-scraping description: Web scraping tools for fetching and extracting data from web pages ---
You have web scraping tools for fetching and extracting data from web pages:
Single page:
scrape_url — fetch a URL and get cleaned text content + metadata (title, description, link count)- Use format="text" (default) for most tasks — strips all HTML - Use format="markdown" to preserve headings, links, lists, bold/italic - Use format="html" only when you need raw HTML
Link discovery:
extract_links — fetch a page and extract all links with text and type (internal/external) - Use the pattern parameter to filter by regex (e.g. "\\.pdf$" for PDF links) - Links are deduplicated and resolved to absolute URLs
Multi-page research:
scrape_multiple — fetch up to 10 URLs in parallel for comparison/research- One failure doesn't block others (uses Promise.allSettled)
Best practices:
store_deliverable to save scraped content as job evidence安装 XPR Web Scraping 后,可以对 AI 说这些话来触发它
Help me get started with XPR Web Scraping
Explains what XPR Web Scraping does, walks through the setup, and runs a quick demo based on your current project
Use XPR Web Scraping to tools for fetching and extracting cleaned text, metadata, and links...
Invokes XPR Web Scraping with the right parameters and returns the result directly in the conversation
What can I do with XPR Web Scraping in my data & analytics workflow?
Lists the top use cases for XPR Web Scraping, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/xpr-web-scraping/ 目录(个人级,所有项目可用),或 .claude/skills/xpr-web-scraping/(项目级)。重启 AI 客户端后,用 /xpr-web-scraping 主动调用,或让 AI 根据上下文自动发现并使用。
XPR Web Scraping 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
XPR Web Scraping 可免费安装使用。请查阅仓库了解许可证信息。
Tools for fetching and extracting cleaned text, metadata, and links from single or multiple web pages with format options and link filtering.
XPR Web Scraping 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using XPR Web Scraping
Identifies repetitive steps in your workflow and sets up XPR Web Scraping to handle them automatically