← Back to Skills Marketplace
442
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install skill-listing-polisher
Description
Improve a skill's public listing before publish. Use when tightening title, description, tags, changelog, and scan-friendly packaging so the listing looks cl...
Usage Guidance
This skill is coherent and low-risk: it locally scans a supplied skill package for listing issues and sensitive-looking strings and prints warnings. Before running it, confirm you point it only at the skill package you intend to inspect (it reads files under that directory). Ensure python3 and ripgrep (rg) are available or install them; the script may fail otherwise. The warnings are heuristics and can produce false positives, so manually review flagged files. Because it runs locally and does not transmit data, it's safe to run in a normal environment; if you prefer extra caution, run it inside an isolated container or VM.
Capability Analysis
Type: OpenClaw Skill
Name: skill-listing-polisher
Version: 0.1.0
The skill is a developer utility designed to audit and polish skill packages before publication. The core script, scripts/check-listing.sh, acts as a linter that checks for description length and warns the user if sensitive strings (e.g., 'token', 'password', 'api-key') or internal maintenance files are detected in the package. While the instructions in SKILL.md mention making listings look 'less suspicious' for review, the actual implementation promotes security hygiene by helping users avoid accidental credential leakage.
Capability Assessment
Purpose & Capability
The name/description match the included assets: SKILL.md instructs reviewers to run the bundled check script, and the script inspects a skill package for long descriptions, internal filenames, and sensitive-looking strings. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Runtime instructions are narrow and explicit: run ./scripts/check-listing.sh /path/to/skill. The script only reads files within the provided skill directory, extracts the description via a short Python snippet, and searches for suspicious filenames/strings. It does not transmit data externally or access other system areas by design. Note: the script expects python3 and ripgrep (rg) to be available; it doesn't declare these dependencies.
Install Mechanism
No install specification — it's instruction-only with a small bundled shell script. Nothing is downloaded or written to disk by an installer, and there are no archive/extract steps or remote fetches.
Credentials
The skill requests no environment variables, credentials, or config paths. The script scans the provided directory for tokens/secret-like strings (to warn), which is coherent with the skill's purpose.
Persistence & Privilege
The skill is not forced always-on, does not modify other skills or global agent settings, and has no apparent persistence or elevated privileges. It runs only when invoked against a supplied directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-listing-polisher - After installation, invoke the skill by name or use
/skill-listing-polisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Publish 0.1.0.
Metadata
Frequently Asked Questions
What is 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 cl... It is an AI Agent Skill for Claude Code / OpenClaw, with 442 downloads so far.
How do I install Skill Listing Polisher?
Run "/install skill-listing-polisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Listing Polisher free?
Yes, Skill Listing Polisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Listing Polisher support?
Skill Listing Polisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Listing Polisher?
It is built and maintained by kyoii (@kyoiii); the current version is v0.1.0.
More Skills