scraping
Installation
SKILL.md
Scraping
Web scraping using nu-shell and browser tools for data extraction.
Prerequisites
- nu-shell installed (
nu) query webplugin installed (for HTML scraping):nu -c "plugin add query web"- Browser extension enabled (for dynamic content): Enable the
browserextension in your agent configuration
Common Tasks
Fetching Web Pages
Use http get to retrieve HTML content:
# Simple GET request
nu -c 'http get https://example.com'