A specialized agent skill designed to automate the validation, sanitization, and multi-platform publication of SKILL.md-style agent skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install promote-skill
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 promote-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Promote Skill is an essential utility for developers looking to share their agent capabilities with the broader ecosystem. It provides a standardized workflow for turning a local SKILL.md file into a public marketplace listing, ensuring that all Openclaw Skills are properly formatted, secure, and ready for distribution. The skill orchestrates the entire lifecycle of promotion, from initial secret scanning to generating deployment commands for various agent platforms.
By leveraging this skill, developers can maintain a single source of truth for their agent logic while reaching multiple audiences. It integrates with popular tools like uGig and sh1pt to provide a centralized checklist for publishing across diverse environments, including GitHub, ClawHub, Goose, and VS Code Agent Skills. This ensures that your Openclaw Skills are discoverable and easy to install for users across different AI coding environments.
To get started with promoting your Openclaw Skills, ensure you have the necessary CLIs installed for your target marketplaces:
# Install the uGig CLI for initial publishing
npm install -g @ugig/cli
# Initialize a promotion manifest with sh1pt
sh1pt skills new --skill-file ./SKILL.md --source-url "[YOUR_PUBLIC_RAW_URL]" --price 0
# Run a dry-run to see all required marketplace steps
sh1pt skills publish --all --dry-run
The skill processes data using the following metadata taxonomy and file structures:
| Attribute | Description | Location |
|---|---|---|
| name | Display name of the skill | SKILL.md Frontmatter |
| description | Detailed value proposition | SKILL.md Frontmatter |
| source-url | Raw public URL for the SKILL.md file | uGig / sh1pt.json |
| price | Listing price in sats (0 for free) | uGig / sh1pt.json |
| tags | Categorization keywords for discovery | SKILL.md Metadata |
| secret_scan | Results of regex-based security audit | CLI Output |
Loading
A layout-preserving image translation tool that detects, translates, and renders text directly onto visual documents.

Dice Easy Apply Automation is a high-performance skill for AI agents to automate job searching and one-click applications on Dice.com using persistent browser sessions.

A sophisticated meta-agent skill that decomposes macro tasks into specialized sub-agents to manage complex, parallelized workflows autonomously.

Intelligently transform images into editable Word or Excel documents with high-fidelity formatting via Openclaw Skills.

A sophisticated automation tool for AI agents to search for and submit LinkedIn Easy Apply job applications using Puppeteer and verified resume data.

A specialized AI skill for generating high-conversion, multi-language product descriptions tailored for global B2B platforms and e-commerce.








































