A comprehensive technical guide for implementing robust, secure, and high-performance HTTP communications within AI agent workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install http
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install http using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The HTTP skill is a foundational module designed for Openclaw Skills that ensures AI agents interact with web services using industry-standard best practices. It demystifies the complexities of the protocol, from distinguishing between temporary and permanent redirects to implementing advanced caching strategies like immutable assets and Vary header logic. This skill provides the technical guardrails necessary for building reliable web-based integrations.
By leveraging this skill, developers can ensure their agents handle conditional requests correctly using ETags, navigate the nuances of CORS preflight triggers, and implement essential security headers. It moves beyond basic GET and POST requests to provide a deep understanding of range requests, connection behavior, and structured error handling, making it an essential component for any network-aware Openclaw Skills implementation.
To activate the HTTP protocol skill within your Openclaw Skills environment, add the configuration to your project manifest.
# Add the HTTP mastery skill to your local environment
openclaw install http-protocol-mastery
# Configure global security header defaults
openclaw config http.headers.security --strict
The skill organizes HTTP implementation details into the following logical domains:
| Domain | Key Components | Technical Focus |
|---|---|---|
| Redirection | 307/308 Codes | Preserving request methods and bodies |
| Caching | Cache-Control, Vary | Freshness, revalidation, and CDNs |
| Validation | ETags, If-Match | Optimistic locking and state consistency |
| Security | HSTS, CSP, NoSniff | Preventing MIME-sniffing and clickjacking |
| Resilience | Retry-After, Idempotency-Key | Handling transient failures and thundering herds |
| Performance | 206 Partial Content | Range requests and byte-serving |
Loading
A real estate intelligence skill for property analysis, investment modeling, and rental management.

A comprehensive real estate framework for managing the complete lifecycle of property ownership, maintenance, and investment.

A comprehensive framework for selecting, configuring, and managing web hosting services without the burden of manual server administration.

A comprehensive digital navigator for Hong Kong providing technical insights on tech careers, visa pathways, MTR transport, and urban living.

A comprehensive integration for Openclaw Skills to discover, benchmark, and execute Hugging Face models and datasets with built-in compliance checks.

Transform stiff, robotic AI-generated Hungarian into warm, authentic, and human-sounding conversational text.








































