Doc Fetcher

🌐Community
by matteocervelli · vlatest · Repository

Doc Fetcher swiftly retrieves relevant documents based on your query, saving you time and effort in research & information gathering.

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

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

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

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

About This Skill

What it does

The doc-fetcher skill allows AI agents to retrieve documents from a specified URL. It can be used to access online documentation, articles, or any other publicly accessible web pages. The agent can then process the fetched content for summarization, question answering, or further analysis.

When to use it

  • Research Assistance: Quickly gather information from specific websites when an AI agent needs to answer questions about a particular topic.
  • Documentation Retrieval: Access and summarize documentation for software libraries or APIs.
  • News Aggregation: Fetch articles from news sources based on keywords or categories.
  • Content Summarization: Extract key points from lengthy online documents.

Key capabilities

  • Fetches content from URLs.
  • Processes publicly accessible web pages.

Example prompts

  • "Fetch the documentation for the 'requests' Python library from [URL]."
  • "Summarize the main arguments presented in this article: [URL]"
  • "Retrieve the latest news about AI from [news website URL]."

Tips & gotchas

The skill relies on publicly accessible URLs; it cannot access content behind authentication walls. Ensure the target URL is valid and reachable for successful document retrieval.

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
matteocervelli
Installs
15

🌐 Community

Passed automated security scans.