http_get · git:20260227.333feb4 · 2026-02-27 · sha256 27098d047bd9ccc1

http_get git:20260227.333feb4A

Immutable. This exact content is served forever at /api/v1/blob/27098d047bd9ccc1.

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