返回顶部
u

uxc-skill-creator

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
290
下载量
0
收藏
概述
安装方式
版本历史

uxc-skill-creator

# UXC Skill Creator Use this skill to design and standardize provider wrapper skills built on top of `uxc`. ## Prerequisites - `uxc` skill is available as the base execution contract. - Target wrapper skill scope is clear (provider endpoint, core operations, auth model, write risk). ## Output Contract A wrapper skill created with this skill should include: - `SKILL.md` - `agents/openai.yaml` - `references/usage-patterns.md` - `scripts/validate.sh` Optional files are allowed only when they add real reusable value. ## Core Workflow 1. Start from user-provided host input: - record the raw host the user gives - normalize endpoint candidates (scheme/no-scheme, path variants) 2. Discover protocol and valid path before drafting skill text: - search official docs/repo to confirm endpoint shape and auth model - probe candidates with `uxc <endpoint> -h` - confirm one working endpoint + protocol as the wrapper target 3. Detect authentication requirement explicitly: - run host help or a minimal read call and inspect envelope/error code - if auth-protected, record required model (api key or oauth) and scopes - verify local mapping path with `uxc auth binding match <endpoint>` when OAuth/binding is used 4. Fix the wrapper interface: - provider endpoint (`<host>`) - fixed link command name (`<provider>-<protocol>-cli`) - auth mode (none, api key, oauth) 5. Write `SKILL.md` as a thin execution policy: - link-first command flow - help-first discovery flow - JSON envelope parsing and safe-write guardrails 6. Add provider-specific `references/usage-patterns.md`: - minimal read and write examples - key=value and bare JSON positional input examples 7. Add `scripts/validate.sh` with strict checks: - required files - frontmatter fields - command style constraints - banned legacy patterns 8. Add `agents/openai.yaml` for skill UI metadata. 9. Run validation and iterate until clean. ## Hard Rules - Default to link-first (`command -v <link_name>` then `uxc link <link_name> <host>`). - Default to help-first (`<link_name> -h`, `<link_name> <operation> -h`). - Use protocol-aware link naming: - format: `<provider>-<protocol>-cli` - examples: `notion-mcp-cli`, `github-openapi-cli` - Prefer `key=value`; allow bare JSON positional payload. - Keep JSON output as automation path; do not rely on `--text`. - Do not use legacy default examples (`list`/`describe`/`call`/removed flags). - Do not use dynamic link renaming at runtime. - Do not assume protocol/path/auth from host string alone; verify by search + probe. ## References - Step-by-step implementation flow: - `references/workflow.md` - Copy-ready templates: - `references/templates.md` - Validation checklist and banned patterns: - `references/validation-rules.md` - Observed pitfalls and better defaults: - `references/anti-patterns.md` ## See Also - Base execution and protocol/auth guidance: - `skills/uxc/SKILL.md`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 uxc-skill-creator-1776276242 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 uxc-skill-creator-1776276242 技能

通过命令行安装

skillhub install uxc-skill-creator-1776276242

下载 Zip 包

⬇ 下载 uxc-skill-creator v1.0.0

文件大小: 8.13 KB | 发布时间: 2026-4-16 18:27

v1.0.0 最新 2026-4-16 18:27
Initial release of uxc-skill-creator.

- Provides a structured workflow for creating standardized wrapper skills using UXC.
- Enforces strict validation rules on skill layout, naming, and file requirements.
- Supplies templates, guidance, and anti-pattern documentation for reusable and robust provider skill design.
- Includes validation scripts and metadata to ensure best practices.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部