simple-fetch — community simple-fetch, mcp-code-execution-enhanced, yoloshii, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Web Scraping Agents needing efficient content fetching from URLs. Enhanced MCP code execution. Agent framework-agnostic (optimized for Claude Code). Skills framework (99.6% token reduction), multi-transport, sandboxing

yoloshii yoloshii
[37]
[4]
Updated: 3/11/2026

Quality Score

Top 5%
65
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add yoloshii/mcp-code-execution-enhanced/simple-fetch
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

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

Perfect for Web Scraping Agents needing efficient content fetching from URLs.

Core Value

Empowers agents to fetch content from URLs using MCP servers, providing a foundation for creating custom skills and workflows with CLI arguments and MCP tool integration, leveraging protocols like HTTP and HTTPS.

Capabilities Granted for simple-fetch

Fetching webpage content for analysis
Retrieving documentation from URLs
Automating data extraction from online sources

! Prerequisites & Limits

  • Requires MCP server configuration
  • Dependent on Python runtime environment
  • Limited to fetching content from publicly accessible URLs
Project
SKILL.md
1.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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?

Perfect for Web Scraping Agents needing efficient content fetching from URLs. 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 webpage content for analysis, Retrieving documentation from URLs, Automating data extraction from online sources.

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 MCP server configuration. Dependent on Python runtime environment. Limited to fetching content from publicly accessible URLs.

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

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design