Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado today

http_get

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

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/http_get && cp -r /tmp/http_get/openclaw/skills/http_get ~/.claude/skills/http_get
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

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