Communityv1.0.0

Api Tester

Perform structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body support. Use for API testing, health checks, or interacting...

6.9kdownloads6stars87active installsWANGJUNJIE
View on ClawHubBack to Skills

Skill Details

Slug
api-tester
Latest Version
1.0.0
Author
WANGJUNJIE
Published
Feb 15, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Api Tester.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

- Initial release of api-tester, a lightweight, dependency-free HTTP client for OpenClaw. - Supports structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body. - Automatically stringifies JSON bodies and parses JSON responses. - Includes timeout support (default 10s, configurable). - Provides structured response with status, headers, parsed data, raw body, and error messaging. - No external dependencies; uses Node.js built-in http/https modules.