UXC Skill Creator for Openclaw

A specialized developer tool designed to automate the creation and standardization of provider wrapper skills built on the uxc execution contract.

jolestar
v1.0.0
Mar 3, 2026
0
847
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install uxc-skill-creator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install uxc-skill-creator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is UXC Skill Creator?

The UXC Skill Creator is an expert-level utility for developers building within the Openclaw Skills ecosystem. It streamlines the process of designing provider wrapper skills that call remote tools through the uxc base layer. By providing reusable templates, validation rules, and guidance on avoiding common anti-patterns, it ensures all new integrations are consistent, secure, and highly performant.

This skill acts as a scaffolding engine, ensuring that every new skill created follows strict execution policies, such as link-first command flows and help-first discovery. It is specifically built to handle the complexities of endpoint normalization, protocol discovery, and authentication mapping, making it the primary choice for expanding the capabilities of Openclaw Skills.

UXC Skill Creator Use Cases

  • Rapidly bootstrapping new wrapper skills for remote APIs or MCP servers.
  • Standardizing authentication models and scope verification for third-party integrations.
  • Generating mandatory documentation and validation scripts for high-quality skill submissions.
  • Migrating legacy command patterns to modern, protocol-aware Openclaw Skills standards.

How UXC Skill Creator Works

  1. Host Normalization: Processes user-provided host strings to identify valid endpoint candidates and schemes.
  2. Protocol Discovery: Probes endpoints and searches documentation to confirm the target protocol (e.g., OpenAPI, MCP).
  3. Auth Detection: Explicitly identifies if the target requires API keys or OAuth and verifies local mapping paths.
  4. Interface Definition: Sets a fixed link command name following the provider-protocol-cli convention.
  5. Policy Generation: Writes the SKILL.md as a thin execution policy with JSON envelope parsing and safe-write guardrails.
  6. Validation: Runs a strict script-based check to ensure the output meets all technical requirements and lacks banned patterns.

UXC Skill Creator Setup

To use this tool, ensure the uxc skill is available in your environment as the base execution contract. You can then invoke the creator within your Openclaw Skills development directory.

# Verify uxc installation
uxc -h

# Initialize a new skill creation workflow
# Follow the guided prompts for host, protocol, and auth discovery

UXC Skill Creator Data Schema & Taxonomy

The UXC Skill Creator generates a specific set of files to ensure the resulting skill is fully functional and compliant with the Openclaw Skills framework:

File Path Purpose
SKILL.md Defines execution policies, command flows, and guardrails.
agents/openai.yaml Provides skill metadata for agent UI integration.
references/usage-patterns.md Contains read/write examples and JSON payload templates.
scripts/validate.sh A shell script to enforce structural and technical constraints.

UXC Skill Creator Advanced Features

  • Protocol-aware naming conventions (e.g., github-openapi-cli) for clear interface management.
  • Help-first discovery logic that automatically explores remote tool capabilities.
  • Strict JSON envelope parsing to ensure automation paths are reliable and machine-readable.
  • Built-in anti-pattern detection to prevent the use of legacy flags or dynamic runtime renaming.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*