自动化 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
共 1 个版本