Use this skill when a task requires calling a remote interface and the endpoint can expose machine-readable schema metadata.
ok, kind, data, error).Do not use this skill for pure local file operations with no remote interface.
uxc is installed and available in PATH.grpcurl is installed and available in PATH.Choose one of the following methods:
Homebrew (macOS/Linux):
brew tap holon-run/homebrew-tap
brew install uxc
Install Script (macOS/Linux, review before running):
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh -o install-uxc.sh
# Review the script before running it
less install-uxc.sh
bash install-uxc.sh
Cargo:
cargo install uxc
For more options, see the Installation section in the UXC README.
uxc -h uxc -h uxc key=value uxc '' .ok == true, consume .data.ok == false, inspect .error.code and .error.messageuxc -h references/auth-configuration.mdreferences/auth-configuration.mdreferences/oauth-and-binding.mdWrapper skills should default to a fixed local link command instead of calling uxc directly on every step.
-mcp-cli notion-mcp-cli, context7-mcp-cli, deepwiki-mcp-clicommand -v uxc link uxc link --schema-url uxc link --credential --inject-env NAME={{secret}} -h ... is equivalent to uxc ... .--schema-url , it is equivalent to uxc --schema-url ... .--credential --inject-env NAME={{secret}} , it is equivalent to uxc --auth --inject-env NAME={{secret}} ... .--schema-url explicitly at runtime.uxc ... only as a temporary fallback when link setup is unavailable.uxc field=value uxc '{"field":"value"}' Do not pass raw JSON through --args; use positional JSON.
Other skills should treat this skill as the interface execution layer and consume only the stable envelope:
ok, kind, protocol, endpoint, operation, data, metaok, error.code, error.message, metaDefault output is JSON. Do not use --text in agent automation paths.
-mcp-cli ) as the default invocation path..datareferences/usage-patterns.mdreferences/protocol-cheatsheet.mdreferences/public-endpoints.mdsecret, named fields, headers/query params, and request signers):references/auth-configuration.mdreferences/oauth-and-binding.mdreferences/error-handling.md共 2 个版本