UXC provides a unified command-line workflow to discover remote operations (OpenAPI, GraphQL, gRPC reflection, MCP, JSON-RPC), inspect their schemas, and execute them with structured input. It standardizes output into a stable JSON envelope (ok, data, error) so agents and wrapper skills can reliably consume results.
Use UXC when a task requires calling external APIs or services that expose machine-readable schemas and you want a consistent, deterministic invocation layer. Ideal for agent workflows that must list available operations, validate inputs against schemas, and handle structured success/failure responses.
scripts/ to install or link the uxc CLI.references/ folder with usage patterns, protocol cheatsheets, auth configuration, and error-handling guidance.uxc <host> -h), inspect (uxc <host> <operation> -h), execute with key=value or JSON payload, and parse the JSON envelope. Guidance on link-first workflows for wrapper skills and import helpers for MCP configs.Designed for integration with agents that orchestrate external tools (Claude Code, Copilot-style agents, CLI-capable agents).
This skill has not been reviewed by our automated audit pipeline yet.