scraping

Installation
SKILL.md

Scraping

Web scraping using nu-shell and browser tools for data extraction.

Prerequisites

  • nu-shell installed (nu)
  • query web plugin installed (for HTML scraping): nu -c "plugin add query web"
  • Browser extension enabled (for dynamic content): Enable the browser extension 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'
Related skills
Installs
48
Repository
knoopx/pi
GitHub Stars
48
First Seen
Jan 24, 2026