simple-fetch

fetch arbitrary URL content via GET-like request and returns raw body text/HTML/whatever; ignores HTTP status codes and headers except cookies maybe? no, just kidding, actually ignores everything except HTTP status codes and headers. Wait, let's be precise: ignores everything except status codes and headers? No, retrieves whatever is at URL regardless of HTTP status code.

45|7|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/yoloshii/mcp-code-execution-enhanced --skill simple-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-fetch
Source: https://github.com/yoloshii/mcp-code-execution-enhanced/tree/main/.claude/skills/simple-fetch
Command: npx skills add https://github.com/yoloshii/mcp-code-execution-enhanced --skill simple-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of retrieving content from a specified URL, eliminating the need for manual copy-pasting or browser-based fetching.

Core Features & Use Cases

  • URL Content Retrieval: Fetches the raw content of any given URL.
  • Template for Custom Skills: Serves as a basic example for building more complex MCP skills.
  • Use Case: Quickly get the latest API documentation from a specific endpoint or fetch the README file from a GitHub repository.

Quick Start

Use the simple-fetch skill to fetch content from the URL "https://example.com".

Frequently Asked Questions about simple-fetch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch URL content from a specified endpoint?

To fetch URL content, you can use a CLI-based execution pattern that retrieves web page content, API responses, or raw file data directly from the internet without manual copy-pasting.

Do I need an MCP server to retrieve web page content?

Yes, retrieving web page content with this approach requires an MCP server configured for fetching operations to execute the CLI-based content retrieval requests.

What is the best way to get raw file data or API responses without a browser?

The best way to get raw file data or API responses without a browser is to automate the retrieval process using a CLI-based fetching execution pattern.

Can I use this CLI fetch pattern to retrieve a GitHub repository README?

Yes, you can use this CLI fetch pattern to retrieve a GitHub repository README or quickly get the latest API documentation from a specific endpoint.

How does a basic fetch skill handle URL content retrieval?

A basic fetch skill handles URL content retrieval by automating the process via a CLI execution pattern, serving as a template for building more complex MCP skills.