Websh
Websh extracts structured data from websites into a usable format, streamlining data import and analysis for efficient workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add websh npx -- -y @trustedskills/websh
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"websh": {
"command": "npx",
"args": [
"-y",
"@trustedskills/websh"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The websh skill enables AI agents to interact with and control web browsers programmatically. It allows tasks such as navigating websites, extracting data from pages, filling out forms, and automating repetitive browser actions.
When to use it
- Automate form submissions on a website for testing or data entry purposes.
- Extract structured information from multiple web pages during research or scraping tasks.
- Simulate user interactions with a site for UI/UX testing or training AI models on real-world interfaces.
Key capabilities
- Navigate and manipulate web pages dynamically.
- Perform automated form filling and submission.
- Extract text, links, and other data from HTML content.
- Handle JavaScript-rendered content in modern browsers.
Example prompts
- "Fill out the login form on 'https://example.com' with username 'testuser' and password 'password123'."
- "Extract all headlines from the latest news articles on 'https://news.example.com'."
- "Automate clicking the 'Next Page' button 5 times on a paginated results page."
Tips & gotchas
- Ensure that websites allow automated access by checking their
robots.txtfile and terms of service. - Some JavaScript-heavy sites may require additional handling or headless browser support for full functionality.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.