simple-fetch — community simple-fetch, mcp-code-execution-enhanced, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Web Scraping Agents requiring efficient URL content retrieval and framework-agnostic MCP code execution. Enhanced MCP code execution. Agent framework-agnostic (optimized for Claude Code). Skills framework (99.6% token reduction), multi-transport, sandboxing

yoloshii yoloshii
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The simple-fetch skill by yoloshii is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Web Scraping Agents requiring efficient URL content retrieval and framework-agnostic MCP code execution.

Core Value

Empowers agents to fetch content from URLs using the fetch__fetch MCP tool, with a significant 99.6% token reduction, while supporting multi-transport and sandboxing for enhanced security and flexibility.

Capabilities Granted for simple-fetch

Fetching HTML content for web page analysis
Retrieving data from APIs for further processing
Testing URL accessibility and validity

! Prerequisites & Limits

  • Requires CLI arguments (--url)
  • Optimized for Claude Code, may require adjustments for other frameworks
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

simple-fetch

Install simple-fetch, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Simple Fetch Skill

When to Use This Skill

Use this Skill to:

  • Learn the basic skill pattern
  • Fetch content from a URL
  • Use as a template for creating custom skills

This is a demonstration skill showing the minimal CLI-based pattern.

What This Skill Does

Demonstrates the core skill pattern:

  1. Accept CLI arguments (--url)
  2. Call an MCP tool (fetch__fetch)
  3. Return result

Instructions

When you need to fetch content from a URL, execute:

bash
1cd /home/khitomer/Projects/mcp-code-execution-enhanced 2 3uv run python -m runtime.harness scripts/simple_fetch.py \ 4 --url "https://example.com"

Parameters

  • --url: The URL to fetch (required)

Example Usage

bash
1# Fetch a webpage 2uv run python -m runtime.harness scripts/simple_fetch.py \ 3 --url "https://docs.example.com/api" 4 5# Fetch documentation 6uv run python -m runtime.harness scripts/simple_fetch.py \ 7 --url "https://github.com/owner/repo/README.md"

Expected Output

The skill returns the fetched content and prints:

  • Success message with byte count
  • Or error message if fetch fails

MCP Servers Required

Configure a fetch-capable MCP server in mcp_config.json:

json
1{ 2 "mcpServers": { 3 "fetch": { 4 "type": "stdio", 5 "command": "uvx", 6 "args": ["mcp-server-fetch"] 7 } 8 } 9}

Technical Notes

  • Pattern: CLI args → MCP call → Result
  • Token cost: ~110 tokens (discover + read + execute)
  • Time: <10 seconds
  • Immutable: Parameters via CLI, no file editing needed

This skill demonstrates the foundation for creating more complex MCP workflows.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is simple-fetch?

Ideal for Web Scraping Agents requiring efficient URL content retrieval and framework-agnostic MCP code execution. Enhanced MCP code execution. Agent framework-agnostic (optimized for Claude Code). Skills framework (99.6% token reduction), multi-transport, sandboxing

How do I install simple-fetch?

Run the command: npx killer-skills add yoloshii/mcp-code-execution-enhanced/simple-fetch. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for simple-fetch?

Key use cases include: Fetching HTML content for web page analysis, Retrieving data from APIs for further processing, Testing URL accessibility and validity.

Which IDEs are compatible with simple-fetch?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for simple-fetch?

Requires CLI arguments (--url). Optimized for Claude Code, may require adjustments for other frameworks.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add yoloshii/mcp-code-execution-enhanced/simple-fetch. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use simple-fetch immediately in the current project.

Related Skills

Looking for an alternative to simple-fetch or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI