Install
openclaw skills install uxc-skill-creatorCreate wrapper skills that call remote tools through UXC. Use when defining a new provider skill and you need reusable templates, validation rules, and anti-pattern guidance based on proven UXC skill practices.
openclaw skills install uxc-skill-creatorUse this skill to design and standardize provider wrapper skills built on top of uxc.
uxc skill is available as the base execution contract.A wrapper skill created with this skill should include:
SKILL.mdagents/openai.yamlreferences/usage-patterns.mdscripts/validate.shOptional files are allowed only when they add real reusable value.
uxc <endpoint> -huxc auth binding match <endpoint> when OAuth/binding is used<host>)<provider>-<protocol>-cli)SKILL.md as a thin execution policy:
references/usage-patterns.md:
scripts/validate.sh with strict checks:
agents/openai.yaml for skill UI metadata.command -v <link_name> then uxc link <link_name> <host>).<link_name> -h, <link_name> <operation> -h).<provider>-<protocol>-clinotion-mcp-cli, github-openapi-clikey=value; allow bare JSON positional payload.--text.list/describe/call/removed flags).references/workflow.mdreferences/templates.mdreferences/validation-rules.mdreferences/anti-patterns.mdskills/uxc/SKILL.md