> 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.
curl "https://skillshub.wtf/LeoYeAI/openclaw-master-skills/skill-listing-polisher?format=md"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
> related_skills --same-repo
> youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
> youtube-transcript
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
> youtube-auto-captions
youtube-auto-captions skill from LeoYeAI/openclaw-master-skills
> youtube
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).