| name | api-tester |
| description | Guide API testing, generate curl commands, and validate responses |
| tags | ["api","testing","http","curl"] |
| author | L.I.N.K. |
| version | 1.0.0 |
API Tester Skill
When the user mentions APIs, endpoints, requests, or testing:
Capabilities
- Generate Test Commands — Build
curl or httpx commands with proper headers, auth, and body
- Validate Responses — Check status codes, response schemas, and common error patterns
- Suggest Assertions — Recommend what to assert in pytest or Postman collections
- Debug Failures — Diagnose 4xx/5xx errors, CORS issues, and auth problems
Output Format
- Show the full curl command ready to copy-paste
- Explain each flag/header choice
- Suggest a Python
pytest snippet when appropriate
- If user provides an OpenAPI spec, generate test cases for key endpoints
Security Note
- Never include real API keys in examples; use placeholders like
YOUR_API_KEY
- Warn if endpoints appear to be production/internal without authentication