What problem does it solve?
This Skill provides a unified command-line interface for discovering, inspecting, and executing operations exposed by various remote APIs, abstracting away protocol-specific complexities.
Core Features & Use Cases
- Unified API Access: Interact with OpenAPI, gRPC, GraphQL, MCP, and JSON-RPC endpoints using a single, consistent command structure.
- Schema Discovery: Introspect available operations and their schemas directly from the endpoint.
- Deterministic Output: Ensures machine-readable JSON output for reliable automation.
- Use Case: An agent needs to fetch user data from a REST API (OpenAPI), then trigger a background job via a gRPC service. This Skill can handle both calls seamlessly with predictable input and output.
Quick Start
Use the uxc skill to discover operations available at the host 'api.example.com'.