What problem does it solve?
This Skill transforms web browsing into a command-line experience, allowing you to navigate URLs, query page content, and interact with web elements using familiar shell commands.
Core Features & Use Cases
- URL Navigation: Use
cd <url> to navigate, ls to list links, follow <n> to click links.
- Content Querying: Use
grep, cat, stat to extract and filter information from cached pages.
- Background Operations: Long-running tasks like fetching and extraction run in the background, keeping the shell responsive.
- Use Case: Quickly find specific information across multiple web pages, automate data scraping, or explore websites using a powerful, scriptable interface.
Quick Start
Use the websh skill to navigate to https://news.ycombinator.com and list the first five links.