Agent skill
web-api-tester
Test API endpoints for correctness, edge cases, auth handling, and OpenAPI contract compliance.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/web-api-tester
Metadata
Additional technical details for this skill
- stage
- 7-api-testing
- category
- web-builder
- pipeline
- web-builder
SKILL.md
Web API Tester
Objective
Run endpoint-level testing against openapi.yaml and produce API quality
coverage artifacts.
Required Workflow
- Read
openapi.yamlfromweb-backend-builder. - Build API collections for Bruno or Hoppscotch.
- Optionally generate automated tests in Vitest, Jest, or pytest.
- For each endpoint test:
- happy path
- edge cases (missing fields, invalid types, max payloads)
- auth failures (
401,403) - rate limiting behavior
- Validate response contracts against OpenAPI using Zod (TS) or Pydantic (Python).
- Add frontend-backend contract tests for API call compatibility.
- Generate endpoint and edge-case coverage percentages.
- Output
api-test-report.json.
Execution
python skills/web-api-tester/scripts/api_tester.py --input <workspace> --output <out.json> --format json
References
references/tools.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?