Openclaw-master-skills skill-listing-polisher
Improve a skill's public listing before publish. Use when tightening title, description, tags, changelog, and scan-friendly packaging so the listing looks clearer and less suspicious.
install
source · Clone the upstream repo
git clone https://github.com/LeoYeAI/openclaw-master-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/skill-listing-polisher" ~/.claude/skills/leoyeai-openclaw-master-skills-skill-listing-polisher && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/skill-listing-polisher" ~/.openclaw/skills/leoyeai-openclaw-master-skills-skill-listing-polisher && rm -rf "$T"
manifest:
skills/skill-listing-polisher/SKILL.mdsource content
Skill Listing Polisher
Use this skill before publishing or updating a public ClawHub skill.
What to improve
- title clarity
- description length and truncation risk
- tags that match the actual use case
- changelog that says what changed in plain language
- public package surface that looks normal in review
Review order
- shorten the public description if it gets cut off
- remove internal-only scripts and private identifiers
- tighten tags to actual buyer intent
- make the changelog specific and boring
- check that the package only contains user-facing files
Fast checks
Run the bundled script:
./scripts/check-listing.sh /path/to/skill
Output style
When reviewing a skill, return:
- what weakens trust
- what weakens discoverability
- the smallest edit that improves both