Extract many known URLs in one polite, rate-limited pass. Use when the user hands over a list of links, a set of search hits to read in full, or asks to "scrape these pages" / "pull the content from all of them". Drives extract(action="batch"), which fans out with per-domain rate limiting and returns partial results plus a per-URL error list.
$npx -y skills add n24q02m/wet-mcp --skill scrape-batchInstalls into the current project.
Run `npx skills use "https://github.com/n24q02m/wet-mcp" --skill "n24q02m/wet-mcp/scrape-batch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/n24q02m/wet-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/n24q02m/wet-mcp"` and select the relevant skills, then follow their instructions.