Analyze Website
Extracts key data like pricing, product details, and contact information from any website URL you provide.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add analyze-website npx -- -y @trustedskills/analyze-website
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"analyze-website": {
"command": "npx",
"args": [
"-y",
"@trustedskills/analyze-website"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to analyze a website's structure and content. It can extract information like page titles, headings, links, and potentially other data based on the site’s HTML. The tool leverages WebDriverIO for browser automation to perform these analyses. This is useful for gathering competitive intelligence or understanding website layouts.
When to use it
- Competitive Analysis: Quickly understand a competitor's website structure and key content areas.
- Content Inventory: Generate a list of all links on a webpage for auditing purposes.
- Website Scraping (basic): Extract specific data points from a website, such as product names or prices (though more robust scraping skills may be needed).
- SEO Audit Assistance: Identify potential SEO issues by analyzing page titles and headings.
Key capabilities
- Browser automation using WebDriverIO
- HTML content extraction
- Link retrieval
- Page title identification
- Heading detection
Example prompts
- "Analyze the website 'https://www.example.com' and list all of its links."
- “What is the page title of ‘https://www.example.com’?”
- "Extract all h1 headings from 'https://www.example.com'."
Tips & gotchas
The skill relies on WebDriverIO, so ensure that any necessary browser drivers are configured correctly for optimal performance and compatibility. Complex websites with dynamic content or heavy JavaScript may require more sophisticated analysis techniques beyond this basic skill's capabilities.
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.