A specialized developer tool designed to automate the creation and standardization of provider wrapper skills built on the uxc execution contract.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install uxc-skill-creator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A powerful skill for retrieving up-to-date, version-specific documentation and code examples for any programming library or framework.

A high-performance MCP skill for querying real-time token metadata, EVM balances, and market data via The Graph Token API.

Enables AI agents to perform subgraph discovery, schema retrieval, and GraphQL execution using The Graph's MCP endpoint.

Automate web browsers through the Model Context Protocol using Playwright and uxc for reliable agentic web interaction.

A smart monitoring tool that tracks TestFlight beta availability and alerts you only when new slots become available.

A comprehensive SEO toolkit for AI agents to access real-time Ahrefs data for keywords, backlinks, and site audits.








































