Extract structured data from websites into CSV or JSON. Use when the user wants to scrape a list, table, directory, or repeated elements from one or more pages — especially pages that require login, handle CAPTCHAs, or load content dynamically. Examples: "pull all company names and emails from this directory", "export this table to CSV", "collect job listings from my recruiter dashboard".
$npx -y skills add hanzili/hanzi-browse --skill data-extractorInstalls into the current project.
Run `npx skills use "https://github.com/hanzili/hanzi-browse" --skill "hanzili/hanzi-browse/data-extractor"` 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/hanzili/hanzi-browse" that are relevant to the current task. Run `npx skills add "https://github.com/hanzili/hanzi-browse"` and select the relevant skills, then follow their instructions.