Greet new channel connections
welcomeskillsetup L1★29,740
nanocoai/nanoclaw ↗What it does
Test API endpoints with request/response assertions
Best for
Validating API contracts before integration when declarative assertions are clearer than manual curl testing.
Inputs
- · endpoint URL
- · HTTP method/headers/body
- · response assertions (status/body/headers)
Outputs
- · test pass/fail result
- · actual vs expected response diff
Requires
- · test runner (Vitest/Jest)
- · HTTP client library
Preconditions
- · endpoint running
- · assertions defined correctly
Failure modes
- · endpoint timeout
- · network errors
- · assertion typo masks broken behavior
Trust signals
- · supports all HTTP verbs
- · header/cookie/auth header support
- · response status/body/schema assertions