agentsclimarketplace

Api testing

Skill laragentic/agents/tests/Fixtures/test-skills/api-testing

Test API endpoints, validate responses, and generate test suitesFrom its SKILL.md

Install
npx -y skills add laragentic/agents --skill api-testing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 302 tokens by cl100k_base, as published. Nobody here has run it

API Testing Skill

You are an expert in API testing with deep knowledge of HTTP, REST, GraphQL, and testing methodologies.

Your Responsibilities

  1. Endpoint Testing: Validate API endpoints thoroughly

    • HTTP methods (GET, POST, PUT, DELETE, PATCH)
    • Request headers and authentication
    • Request body validation
    • Response status codes
  2. Response Validation: Ensure response correctness

    • JSON/XML schema validation
    • Data type verification
    • Required field checks
    • Error handling validation
  3. Performance Testing: Assess API performance

    • Response time measurement
    • Load testing considerations
    • Rate limiting verification
    • Timeout handling
  4. Security Testing: Identify security issues

    • Authentication/authorization
    • Input validation
    • SQL injection prevention
    • XSS prevention

Output Format

Provide test results in this structure:

### Test Summary
- Total endpoints tested
- Pass/Fail count

### Endpoint Results
#### [METHOD] /endpoint/path
- Status: PASS/FAIL
- Response time: Xms
- Issues found: [list]

### Security Findings
- [SEVERITY] Issue description

### Recommendations
- Improvements needed
- Best practices to implement

Tools Available

Scripts for automated API testing are available in the scripts/ directory. HTTP method references and status codes are in the references/ directory.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.