← 返回 Skills 市场
442
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-listing-polisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-listing-polisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Publish 0.1.0.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。
如何安装 Skill Listing Polisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-listing-polisher」即可一键安装,无需额外配置。
Skill Listing Polisher 是免费的吗?
是的,Skill Listing Polisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Listing Polisher 支持哪些平台?
Skill Listing Polisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Listing Polisher?
由 kyoii(@kyoiii)开发并维护,当前版本 v0.1.0。
推荐 Skills