response-compliance

Run the OpenResponses compliance test suite against a Response API endpoint.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yuchenjiji/Lobehub-v2.1.41 --skill response-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: response-compliance
Source: https://github.com/yuchenjiji/Lobehub-v2.1.41/tree/main/.agents/skills/response-compliance
Command: npx skills add https://github.com/yuchenjiji/Lobehub-v2.1.41 --skill response-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that the Response API endpoint functions correctly and adheres to the expected schema and behavior, preventing integration issues and ensuring data integrity.

Core Features & Use Cases

  • Automated Compliance Testing: Runs the official OpenResponses compliance test suite against the Response API.
  • Schema Validation: Verifies that API responses conform to the defined schema, catching errors early.
  • Debugging Assistance: Provides detailed output and common failure patterns to aid in troubleshooting API issues.
  • Use Case: Before deploying a new version of the Response API, use this Skill to run the full compliance suite to guarantee it meets all specifications.

Quick Start

Run the response-compliance skill to test the Response API endpoint at http://localhost:3010 with the development authentication header.

Frequently Asked Questions about response-compliance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test Response API compliance against the OpenResponses specification?

To test Response API compliance, run the official OpenResponses compliance test suite against your API endpoint to validate schema adherence, debugging data handling for text generation and multimodal inputs. It supports filtering specific test cases and verbose output for CI integration.

Can I use custom headers for authentication when running API schema validation tests?

Yes, API schema validation tests support various authentication modes including API keys and custom headers. You can configure these authentication methods when executing the compliance suite against your specified Response API endpoint.

How do I debug Response API schema validation issues for multimodal inputs?

Debug Response API schema validation issues by enabling verbose output to get detailed failure patterns and data handling errors for multimodal inputs. The compliance test suite identifies schema deviations to help troubleshoot integration problems early.

Does the Response API compliance test suite support JSON output for CI integration?

Yes, the Response API compliance test suite supports JSON output specifically for CI integration. This allows you to automate compliance checks in your pipeline and programmatically parse test results before deploying new API versions.

What is the best way to ensure Response API endpoint adherence to specifications before deployment?

The best way to ensure Response API endpoint adherence is to run the full OpenResponses compliance test suite before deployment. This validates that API responses conform to the defined schema, preventing integration issues and ensuring data integrity.

Why is my Response API failing integration testing for text generation endpoints?

Response API integration testing may fail due to schema validation errors or incorrect data handling for text generation. Run the compliance test suite with verbose output enabled to identify specific test case failures and troubleshoot the schema issues.