← Back to Skills Marketplace
huahuaweiwei

API Test Automation

by huahuaweiwei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-api-test-automation
Description
Generate complete automated API test cases from interface documentation such as OpenAPI, Swagger exports, Postman collections, Markdown API docs, or endpoint...
Usage Guidance
This skill appears to do what it says: generate test workspaces, run tests (when asked), and build reports. Before using it: (1) review generated test cases and pre-request/post-assert scripts so they don't send unintended mutating calls or reveal secrets; (2) avoid running tests against production-like endpoints unless you explicitly want to and have confirmed safety; (3) supply credentials (tokens) via environment files or CI secrets rather than embedding them into cases; (4) ensure the chosen runner (newman/node/python/pytest) is installed in the target environment; and (5) inspect any modifications you make to templates for custom network targets — there are no hidden endpoints in the provided files, but generated cases will use whatever base_url you or the input spec provide.
Capability Analysis
Type: OpenClaw Skill Name: my-api-test-automation Version: 1.0.0 The skill bundle provides a legitimate framework for automating API testing, supporting both Python (pytest) and Postman (newman) environments. The included Python scripts, `prepare_test_workspace.py` and `build_test_report.py`, perform standard file system operations and data aggregation for test orchestration and reporting without any signs of malicious logic, obfuscation, or unauthorized data exfiltration. While the `agents/openai.yaml` file contains some non-ASCII/garbled characters in the display fields, the functional instructions and code logic are entirely consistent with the stated purpose of API test automation.
Capability Assessment
Purpose & Capability
Name/description match the provided files and scripts: workspace generator, test templates, and report builder are all appropriate for an API test automation skill. There are no unrelated requested binaries, env vars, or config paths in the manifest.
Instruction Scope
SKILL.md explicitly instructs the agent to generate tests, wire pre/post scripts, execute runs, and produce reports. This legitimately requires checking local environment and optionally running mutating API calls. The skill includes a safety note to confirm before running against production-like environments — users should heed that. No instructions attempt to read unrelated system files or exfiltrate data.
Install Mechanism
This is an instruction-only skill with small included Python scripts and templates; there is no install spec that downloads or executes remote artifacts. Risk from install mechanism is low.
Credentials
The skill does not declare required environment variables or credentials. Templates and workspace defaults reference common tokens (e.g., API_TOKEN, access_token) which are expected and proportional for running API tests. There are no requests for unrelated or excessive secrets.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges or modify other skills. Normal autonomous invocation (disable-model-invocation: false) is preserved and appropriate for this type of plugin.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-api-test-automation
  3. After installation, invoke the skill by name or use /my-api-test-automation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of api-test-automation skill - Converts API/interface documentation into executable automated API test suites. - Supports input docs in OpenAPI, Swagger, Postman, Markdown, tables, and more. - Generates endpoint-specific tests with configurable pre-request and post-response scripts. - Adapts suites for user-specified runners (Postman/Newman, pytest, or custom). - Executes tests in user-defined environments and produces detailed pass/fail reports. - Documents environment setup, assumptions, blockers, and coverage in final reports.
Metadata
Slug my-api-test-automation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is API Test Automation?

Generate complete automated API test cases from interface documentation such as OpenAPI, Swagger exports, Postman collections, Markdown API docs, or endpoint... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install API Test Automation?

Run "/install my-api-test-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is API Test Automation free?

Yes, API Test Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does API Test Automation support?

API Test Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created API Test Automation?

It is built and maintained by huahuaweiwei (@huahuaweiwei); the current version is v1.0.0.

💬 Comments