Websh

🌐Community
by openprose · vlatest · Repository

Websh extracts structured data from websites into a usable format, streamlining information gathering and analysis for efficiency.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add openprose-websh npx -- -y @trustedskills/openprose-websh
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "openprose-websh": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/openprose-websh"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

Websh is a unique "shell for the web," allowing an AI agent to interact with websites as if they were filesystems. It enables navigation and data extraction from webpages using familiar shell commands like cd, ls, grep, and cat. The skill caches webpage content locally, providing instant access and enabling programmatic querying of information on the internet.

When to use it

  • When you want to "browse" or navigate URLs using shell-like commands.
  • To extract specific text content from a webpage.
  • To filter webpage content based on patterns (e.g., searching for keywords).
  • When programmatically querying and analyzing data found on websites.
  • If the user explicitly asks for a "shell for the web" or similar terminology.

Key capabilities

  • URL Navigation: cd <url> to change directories and fetch webpage content.
  • Listing Content: ls [selector] to list links or elements within a page.
  • Content Extraction: cat <selector> to extract text from specific elements.
  • Filtering: grep <pattern> to filter content based on text patterns.
  • History & Bookmarks: Maintains command history and allows saving locations as bookmarks.
  • Intent Inference: Understands natural language commands and variations of formal shell syntax.

Example prompts

Tips & gotchas

  • Websh prioritizes user intent; it will attempt to execute commands even if they aren’t perfectly formatted, avoiding error messages.
  • The skill caches webpages locally for faster access. Use refresh to re-fetch the current page.
  • Refer to the commands.md file for a complete list of available commands and their usage.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
openprose
Installs
187

🌐 Community

Passed automated security scans.