Test API endpoints and document responses. Define tests in plain English, run them, get formatted results. Agent-driven Postman alternative.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-api-tester或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-api-tester⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-api-tester/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: "APITester Agent-Driven API Testing" description: "Test API endpoints and document responses. Define tests in plain English, run them, get formatted results. Agent-driven Postman alternative." author: "@TheShadowRose" version: "1.0.0" tags: ["api-tester"] license: "MIT" ---
Test API endpoints and document responses. Define tests in plain English, run them, get formatted results. Agent-driven Postman alternative.
---
Define API tests in plain English. Run them. Get documented results.
tests:
- name: "Get all users"
method: GET
url: "https://api.example.com/users"
expect:
status: 200
body_contains: "users"
- name: "Create user"
method: POST
url: "https://api.example.com/users"
body:
name: "Test User"
email: "[email protected]"
expect:
status: 201
API Test Results — 2026-02-28
✅ Get all users 200 OK 145ms
✅ Create user 201 OK 230ms
❌ Delete user 403 FORBIDDEN
✅ Update user 200 OK 189ms
Pass: 3/4 (75%) | Avg response: 188ms
---
This software is provided "AS IS", without warranty of any kind, express or implied.
USE AT YOUR OWN RISK.
the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
their use case, environment, and risk tolerance.
for any particular purpose.
this software after purchase.
By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.
DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.
---
| | | |---|---| | 🐛 Bug Reports | [email protected] | | ☕ Ko-fi | ko-fi.com/theshadowrose | | 🛒 Gumroad | shadowyrose.gumroad.com | | 🐦 Twitter | @TheShadowyRose | | 🐙 GitHub | github.com/TheShadowRose | | 🧠 PromptBase | promptbase.com/profile/shadowrose |
Built with OpenClaw — thank you for making this possible.
---
🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr
安装 APITester Agent-Driven API Testing 后,可以对 AI 说这些话来触发它
Help me get started with APITester Agent-Driven API Testing
Explains what APITester Agent-Driven API Testing does, walks through the setup, and runs a quick demo based on your current project
Use APITester Agent-Driven API Testing to test API endpoints and document responses
Invokes APITester Agent-Driven API Testing with the right parameters and returns the result directly in the conversation
What can I do with APITester Agent-Driven API Testing in my developer & devops workflow?
Lists the top use cases for APITester Agent-Driven API Testing, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-api-tester/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-api-tester/(项目级)。重启 AI 客户端后,用 /openclaw-api-tester 主动调用,或让 AI 根据上下文自动发现并使用。
APITester Agent-Driven API Testing 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
APITester Agent-Driven API Testing 可免费安装使用。请查阅仓库了解许可证信息。
Test API endpoints and document responses. Define tests in plain English, run them, get formatted results. Agent-driven Postman alternative.
Automate my developer & devops tasks using APITester Agent-Driven API Testing
Identifies repetitive steps in your workflow and sets up APITester Agent-Driven API Testing to handle them automatically
APITester Agent-Driven API Testing 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。