API Quick Tester for Openclaw

A high-performance CLI utility for one-click REST/GraphQL API testing, automated report generation, and smart mock data simulation.

yang1002378395-cmyk
v1.0.0
Mar 24, 2026
0
751
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install api-quick-tester

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install api-quick-tester using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is API Quick Tester?

API Quick Tester is a robust development utility designed to streamline the interface testing lifecycle for both frontend and backend engineers. As part of the Openclaw Skills ecosystem, it provides a unified interface for sending HTTP requests, validating responses, and generating comprehensive Markdown-based audit reports.

By leveraging this tool, developers can bypass heavy GUI-based clients and execute precise API calls directly from their terminal. It supports essential authentication methods and advanced data mocking, making it an indispensable asset for rapid prototyping and quality assurance within the Openclaw Skills framework.

API Quick Tester Use Cases

  • Rapidly debugging REST and GraphQL endpoints during local development.
  • Automating batch validation of multiple API routes to ensure service stability.
  • Generating realistic mock data schemas to unblock frontend development before the backend is ready.
  • Creating shareable Markdown test reports for team collaboration and documentation.

How API Quick Tester Works

  1. The user initiates a request via the CLI specifying the target URL, HTTP method, and optional authentication credentials.
  2. The skill executes the network call, capturing timing data, status codes, and the raw response payload.
  3. For batch operations, the skill parses a JSON configuration file to run sequential tests with expected status validation.
  4. A Markdown report is automatically compiled, detailing passes, failures, and specific error messages for debugging.
  5. Optionally, the mock engine generates structured JSON data based on predefined user or entity schemas.

API Quick Tester Setup

To install the API Quick Tester from the Openclaw Skills registry, run the following command:

npx clawhub@latest install api-quick-tester

To verify the installation, you can run a simple GET request:

node ~/.openclaw/skills/api-quick-tester/test.js --url "https://api.example.com/health"

API Quick Tester Data Schema & Taxonomy

The skill manages its operations through structured JSON files and outputs human-readable Markdown.

File Type Purpose Key Fields
config.json Global Settings baseUrl, timeout, retries, defaultHeaders
api-tests.json Batch Definition name, url, method, expectedStatus, body
report.md Test Output Summary stats, failure details, suggested fixes
mock.js Data Generation Support for user and custom entity schemas

API Quick Tester Advanced Features

  • Multi-protocol support including standard REST methods (GET, POST, PUT, DELETE) and GraphQL queries.
  • Comprehensive Authentication suite supporting Bearer Tokens, Basic Auth, and custom API Keys.
  • Dynamic Mocking engine to generate complex data structures on the fly.
  • Pro version integration for CI/CD pipelines, concurrency/stress testing, and automated API documentation generation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*