← 返回 Skills 市场
633
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-sharpener
功能描述
对现有 Agent Skill(SKILL.md)进行全面质量评估并生成优化建议报告。当用户想要审查、评估、诊断或改进某个 skill 的质量时使用此技能,包括:检查 skill 是否符合最佳实践、描述是否有效触发、结构是否合理、内容是否简洁。使用关键词如"评估 skill"、"优化 skill"、"审查 ski...
安全使用建议
This skill appears coherent and low-risk: it performs local static checks and includes a benign Python analyzer (scripts/audit_skill.py). Before running or asking it to apply fixes, verify the target directory you supply is correct and not a system or sensitive path, and confirm backups are made (the SKILL.md recommends this). If you will allow automatic modifications, consider first running the script in read-only mode (python scripts/audit_skill.py <path>) and manually review the suggested edits. If you have highly sensitive files, inspect scripts/audit_skill.py yourself to satisfy policy requirements before use.
功能分析
Type: OpenClaw Skill
Name: skill-sharpener
Version: 1.0.0
The skill bundle is a legitimate utility designed to audit and optimize OpenClaw Agent Skills. It uses a Python script (scripts/audit_skill.py) to perform static analysis on SKILL.md files, checking for metadata compliance, file structure, and best practices. The code uses standard libraries for file system navigation and regex-based text analysis without any network activity, credential theft, or obfuscation. While the skill can modify files to apply fixes, the instructions explicitly require user confirmation and file backups, aligning with its stated purpose as a developer tool.
能力评估
Purpose & Capability
Name, description, SKILL.md, README, references, and scripts all align: the package is an auditor that reads SKILL.md, reference files, and scripts/ to produce a report. No unrelated binaries, credentials, or external services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read files in the target skill directory (SKILL.md, references, scripts/) and to offer applying fixes (with backup). Reading and modifying user-provided skill directories is expected for this tool, but users should be aware it can modify files if they ask it to apply fixes.
Install Mechanism
There is no install spec; this is an instruction-only skill with a bundled analysis script. The included script is local and does not download or execute code from external URLs.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The analysis script operates on a user-supplied path only, which is proportionate to the auditor's purpose.
Persistence & Privilege
always:false and the skill does not request persistent platform privileges. It can modify files in the user-specified skill directory (per SKILL.md), which is expected for an automated fixer; SKILL.md advises backing up before modification.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-sharpener - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-sharpener触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- First release of "skill-sharpener", a skill for comprehensive quality evaluation and optimization recommendations for existing Agent Skills.
- Supports automated structure analysis, code review of scripts, and step-by-step quality scoring across metadata, structure, content, examples, and script quality.
- Generates a detailed evaluation report highlighting critical issues, improvement suggestions, strengths, and an optimized description draft.
- Interactive workflow guides users to select skills, review problems, and optionally apply direct fixes or rewrites.
- Aligns with best practices for skill discoverability, trigger effectiveness, and maintainability.
元数据
常见问题
Skill Sharpener 是什么?
对现有 Agent Skill(SKILL.md)进行全面质量评估并生成优化建议报告。当用户想要审查、评估、诊断或改进某个 skill 的质量时使用此技能,包括:检查 skill 是否符合最佳实践、描述是否有效触发、结构是否合理、内容是否简洁。使用关键词如"评估 skill"、"优化 skill"、"审查 ski... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 633 次。
如何安装 Skill Sharpener?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-sharpener」即可一键安装,无需额外配置。
Skill Sharpener 是免费的吗?
是的,Skill Sharpener 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Sharpener 支持哪些平台?
Skill Sharpener 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Sharpener?
由 liuxxxu(@liuxxxu)开发并维护,当前版本 v1.0.0。
推荐 Skills