LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

api-testing - API Testing with Playwright

Test REST and GraphQL APIs using Playwright with mocking and validation support

Tags

Updated: 2026-05-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • send GET request
  • send POST request
  • send PUT request
  • send PATCH request
  • send DELETE request
  • execute GraphQL query
  • execute GraphQL mutation
  • validate response
  • mock endpoint
  • upload file
  • authenticate request

Inputs

  • API endpoint
  • HTTP method
  • request data
  • authentication token
  • test files
  • base URL

Outputs

  • response status
  • response data
  • validation results
  • test report

Requirements

  • Node.js environment
  • @playwright/test package

Source

  • Spec: SKILL.md
testing
api
rest
graphql
playwright
automation
send GET request
send POST request
send PUT request
send PATCH request
API endpoint
HTTP method
request data
response status
response data
validation results