使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
Scanned 9/8/2026
Install to Claude Code
npx -y skills add AIDotNet/MoYuCode --skill web-scraper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Web Scraper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidotnet-web-scraper-moyucode)More formats (shields.io, HTML) on the badges page.
---
name: web-scraper
description: 使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
metadata:
short-description: 从网站爬取数据
source:
repository: https://github.com/cheeriojs/cheerio
license: MIT
---
# Web Scraper Tool
## Description
Extract structured data from web pages using CSS selectors with rate limiting and pagination support.
## Trigger
- `/scrape` command
- User requests web data extraction
- User needs to parse HTML
## Usage
```bash
# Scrape single page
python scripts/web_scraper.py --url "https://example.com" --selector ".item" --output data.json
# Scrape with multiple selectors
python scripts/web_scraper.py --url "https://example.com" --selectors "title:.title,price:.price,link:a@href"
# Scrape multiple pages
python scripts/web_scraper.py --urls urls.txt --selector ".product" --output products.json --delay 2
```
## Tags
`scraping`, `web`, `html`, `data-extraction`, `automation`
## Compatibility
- Codex: ✅
- Claude Code: ✅
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...