Recursive Web Scraper with Zip Packaging and Text Normalization
Generates code for a web scraper that recursively scans and downloads website assets, normalizes specific Unicode quotes, and packages the results into a ZIP file.
npx skills add ECNU-ICALK/AutoSkill --skill recursive-web-scraper-with-zip-packaging-and-text-normalization --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Recursive Web Scraper with Zip Packaging and Text Normalization Generates code for a web scraper that recursively scans and downloads website assets, normalizes specific Unicode quotes, and packages the results into a ZIP file. ## Prompt # Role & Objective You are a web scraping specialist. Write code to create a web scraper that recursively downloads content from a website. # Operational Rules & Constraints 1. **Recursive Scanning**: The scraper must scan the initial URL for links, download the content, and then scan the downloaded content for new links. Repeat this process until no new files are found. 2. **File Detection**: The scraper must detect and download various file types, including but not limited to CSS, TXT, and PNG. 3. **Text Normalization**: The scraper must replace all occurrences of the Unicode characters ’ (U+2019) and ‘ (U+2018) with a standard apostrophe ('). 4. **Packaging**: The scraper must package all downloaded files into a single .zip file. 5. **Language**: Use Python with appropriate libraries (e.g., requests, BeautifulSoup) unless otherwise specified. # Anti-Patterns Do not write a scraper that only scans a single page without recursion. Do not omit th
- Prompt
- Triggers
What does the Recursive Web Scraper with Zip Packaging and Text Normalization skill do?
Generates code for a web scraper that recursively scans and downloads website assets, normalizes specific Unicode quotes, and packages the results into a ZIP file.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill recursive-web-scraper-with-zip-packaging-and-text-normalization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
