skills/uxc-skill-creator/SKILL.md
Create 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.
npx skillsauth add holon-run/uxc uxc-skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use 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.mddevelopment
Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.
development
Operate X API v2 through UXC with the official OpenAPI schema, OAuth2 PKCE user-context auth, app-only bearer guidance, and read-first guardrails for timeline/bookmark/post workflows.
development
Operate GitHub REST API through UXC with the official OpenAPI schema, explicit gh-to-uxc auth import, and read-first guardrails for repo, issue, pull request, and event workflows.
development
Operate WhatsApp Business Platform Cloud API through UXC with a curated OpenAPI schema, bearer-token auth, and message/profile guardrails.