Url Fetcher

🌐Community
by aws-samples · vlatest · Repository

This tool fetches content from URLs, allowing you to quickly retrieve data and integrate external resources into your workflows.

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

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

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

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

About This Skill

What it does

The url-fetcher skill allows an AI agent to retrieve the contents of a URL. It fetches data from specified web addresses and returns the response body, enabling agents to access information hosted online. This is useful for tasks like gathering current news headlines or extracting data from APIs.

When to use it

  • Gathering Information: Retrieve real-time data such as stock prices or weather updates from websites.
  • API Interaction: Fetch responses from web APIs that require HTTP requests.
  • Web Scraping (Simple): Extract basic text content from simple webpages, though more complex scraping requires specialized tools.
  • Content Retrieval: Obtain the full HTML of a webpage for later processing or analysis.

Key capabilities

  • Fetches data from URLs
  • Returns response body

Example prompts

Tips & gotchas

  • The skill relies on valid, accessible URLs; ensure the target website is online and reachable.
  • Be mindful of rate limits when fetching data frequently from a single domain.

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
aws-samples
Installs
6

🌐 Community

Passed automated security scans.