Install
openclaw skills install ai-api-testAutomates API testing, monitors response times, validates data, checks status codes, performs performance and regression tests, and integrates with CI/CD.
openclaw skills install ai-api-test自动化 API 测试和监控服务。
# 测试 API 端点
openclaw run api-test --url "https://api.example.com/users" --method "GET"
# 测试认证
openclaw run api-test --url "https://api.example.com/login" --method "POST" --auth
# 性能测试
openclaw run api-test --url "https://api.example.com" --load --concurrency 10
# 定时监控
openclaw run api-test --url "https://api.example.com" --monitor --interval 60
OpenClaw AI Agent License: MIT Version: 1.0.0