A versatile testing tool for validating REST API endpoints, authentication flows, and webhook integrations with customizable request parameters.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rest-api-tester
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 rest-api-tester using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The API Tester is a robust utility within the Openclaw Skills collection specifically built for developers to interact with and validate RESTful services. It supports all standard HTTP methods including GET, POST, PUT, DELETE, and PATCH, offering complete control over headers, authentication tokens, and request bodies. By leveraging this tool, developers can bridge the gap between initial development and production-ready integrations through immediate feedback loops.
As a core component of the Openclaw Skills ecosystem, this skill simplifies the process of checking API health and validating complex JSON payloads. It is particularly effective for testing microservices architecture, third-party API integrations, and local development environments where quick, scriptable requests are essential for maintaining high code quality and reliability.
To get started with API testing, ensure you have the necessary Python dependencies installed in your local environment:
pip install requests flask
Once the libraries are ready, you can import the Openclaw Skills snippets into your workflow to initialize your first GET or POST request suite.
The skill processes and returns data structured for easy validation and logging. The standard output schema includes:
| Field | Type | Description |
|---|---|---|
| status | Integer | The HTTP status code returned by the server. |
| headers | Object | A dictionary containing all returned response headers. |
| body | String/JSON | The parsed response payload (automatically detects JSON). |
| time | Float | Total elapsed time for the request in seconds. |
| success | Boolean | A calculated indicator of a successful 2xx response range. |
Loading
A versatile tool for generating customizable, high-quality QR codes for URLs, WiFi credentials, contact cards, and more.

An efficient utility for bulk renaming files using powerful regex patterns, sequential numbering, and timestamping.

A comprehensive documentation skill providing AI agents with instant access to Zod schema validation, TypeScript type inference, and error handling references.

A comprehensive integration for managing Vercel deployments, projects, and documentation through standardized Openclaw Skills workflows.

A versatile utility for converting between Unix timestamps, ISO 8601 dates, and localized human-readable formats.

A powerful command-line interface for scraping, crawling, and searching the web to generate clean markdown for AI context.








































