Clawscan

🌐Community
by osmankidwai-bot · vlatest · Repository

Clawscan identifies potential vulnerabilities in code by simulating attacks and analyzing system behavior for suspicious activity, boosting security.

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 clawscan npx -- -y @trustedskills/clawscan
2

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

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

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

About This Skill

What it does

The clawscan skill provides a way to scan and extract data from web pages. It can be used to identify elements on a page, retrieve specific text content, or gather structured information based on defined patterns. This allows AI agents to interact with websites in a more targeted and efficient manner than simple browsing.

When to use it

  • Data Extraction: Automatically pull product details (price, description) from an e-commerce website for price comparison.
  • Content Summarization: Extract key paragraphs or sections from a news article to generate a concise summary.
  • Web Scraping: Gather data points like contact information or event listings from various web pages.
  • Form Filling: Automatically populate fields in online forms by extracting data from related documents or websites.

Key capabilities

  • Web page scanning
  • Element identification
  • Text content retrieval
  • Structured data extraction

Example prompts

  • "Scan this webpage [URL] and extract the product price."
  • "From this URL [URL], find all instances of email addresses."
  • "Can you scan this page [URL] and summarize the main points in three sentences?"

Tips & gotchas

The skill's effectiveness depends on the structure and consistency of the target web pages. Complex or dynamically generated websites may require more specific instructions for accurate data extraction.

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
osmankidwai-bot
Installs
6

🌐 Community

Passed automated security scans.