http-test-plus
Installation
SKILL.md
HTTP Test Plus
Overview
使用这个 skill 测试 JSON HTTP 接口,既支持单请求,也支持批量 YAML 用例。 当用户需要登录取 token、变量传递、串联请求、正负例混合验证或完整中文测试报告时,优先使用批量模式。
Workflow
- 单个接口调试时使用单请求模式。
- 登录鉴权、依赖串联、完整流程验证时使用批量模式。
- 直接执行 Python 脚本:
python .codex/skills/http-test-plus/scripts/http_client.py --url "https://api.example.com/items" --method "GET" --headers '{}' --auth-header '{}' --query '{}' --body '{}' --timeout 30
python .codex/skills/http-test-plus/scripts/http_client.py --batch "demo/agent_platform/suites/agent_happy_path.yml" --timeout 30