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.
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