http-get

star 1.4k

Fetch a URL with curl and write it to out/.

trpc-group By trpc-group schedule Updated 2/27/2026

name: http_get description: Fetch a URL with curl and write it to out/. metadata: { "openclaw": { "requires": { "bins": ["bash", "curl"] } } }

Overview

This skill fetches a URL using curl and writes the response body to out/.

Command

bash scripts/http_get.sh https://example.com out/example.html

Output Files

  • out/example.html
Install via CLI
npx skills add https://github.com/trpc-group/trpc-agent-go --skill http-get
Repository Details
star Stars 1,368
call_split Forks 168
navigation Branch main
article Path SKILL.md
More from Creator