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.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill recursive-web-scraper-with-zip-packaging-and-text-normalization --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recursive Web Scraper With Zip Packaging And Text Normalization?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-recursive-web-scraper-with-zip-packaging-and-text)More formats (shields.io, HTML) on the badges page.
---
id: "4a4e7a7c-1dc7-4cac-a4b3-bbb002aee790"
name: "Recursive Web Scraper with Zip Packaging and Text Normalization"
description: "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."
version: "0.1.0"
tags:
- "web scraping"
- "recursive download"
- "zip packaging"
- "text normalization"
- "python"
triggers:
- "write a recursive web scraper"
- "scrape website and zip files"
- "download website assets recursively"
- "web scraper with text normalization"
---
# 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 the text normalization requirement for the specified characters.
Do not fail to include the zipping functionality.
## Triggers
- write a recursive web scraper
- scrape website and zip files
- download website assets recursively
- web scraper with text normalization
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!