cap_http_request

Official

Fetch allowlisted URLs and stream results

Authorespressif
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It helps you retrieve raw API or file content from a specific URL on an ESP device without relying on search results or unguarded browsing.

Core Features & Use Cases

  • Direct HTTP/HTTPS Requests: Request a known endpoint and receive the HTTP status plus response body text.
  • Allowlist-Safe Guardrails: Ensures the target host must match the configured allowlist, including redirect targets.
  • Optional Streaming to File: Save large/binary responses by streaming the response body directly to a specified path on the device.
  • Use Case: Download configuration or static data (e.g., tags.json) from a fixed endpoint, or push a guarded POST with a JSON payload to an API.

Quick Start

Call cap_http_request to GET https://skills-lab.esp-claw.com/raw/tags.json and return the HTTP status and body text.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cap_http_request
Download link: https://github.com/espressif/esp-claw/archive/main.zip#cap-http-request

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.