Fetch Url

🌐Community
by dcjanus · vlatest · Repository

This skill fetches content from a specified URL, providing quick access to web data and streamlining information retrieval tasks.

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

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

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

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

About This Skill

What it does

The fetch-url skill allows an AI agent to retrieve content from a specified URL. It fetches the raw HTML of a webpage and makes that content available for further processing. This is useful for gathering information, scraping data, or integrating external web resources into workflows.

When to use it

  • Gathering current news: Retrieve articles from a specific news website by providing its URL.
  • Monitoring product prices: Fetch the HTML of an e-commerce page and extract price changes over time.
  • Integrating API documentation: Retrieve the latest version of API documentation directly from a web server.
  • Summarizing blog posts: Fetch the content of a blog post to summarize its key points.

Key capabilities

  • Fetches raw HTML content from URLs.
  • Supports standard HTTP/HTTPS protocols.

Example prompts

  • "Fetch the URL: https://www.example.com"
  • "Get the HTML from this address: https://api.example.com/docs"
  • “Retrieve the content at https://news.example.org/latest

Tips & gotchas

The agent requires a valid, accessible URL to function correctly. Be mindful of website terms of service and robots.txt when using this skill for 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
dcjanus
Installs
17

🌐 Community

Passed automated security scans.