Analyze Website

🌐Community
by klamping · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add analyze-website npx -- -y @trustedskills/analyze-website
2

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

~/.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

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
klamping
Installs
5

🌐 Community

Passed automated security scans.