← 返回 Skills 市场
1va7

skill-refiner

作者 va7 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
790
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-refiner
功能描述
Audit and fix all skills in the workspace for compliance with skill-creator requirements. Use when asked to "refine skills", "audit skills", "check skill qua...
安全使用建议
This package is functionally what it says (it discovers and audits SKILL.md files), but its runtime instructions recommend destructive fixes (deleting README.md, moving directories, renaming skills) that could remove or relocate many user files. Before installing or allowing autonomous invocation: 1) Inspect scripts locally and run them yourself in read-only mode (bash scripts/find_skills.sh and python3 scripts/audit_skill.py) to review the audit output. 2) Make a full backup of your workspace. 3) Do not grant the skill permission to run shell commands autonomously unless you trust it; prefer manual application of fixes after reviewing each change. 4) If you want automation, consider forking the skill and removing or changing the destructive 'fix' steps (or add a dry-run flag and explicit user confirmation for any delete/move operations).
功能分析
Type: OpenClaw Skill Name: skill-refiner Version: 1.0.0 The skill-refiner bundle is designed to audit and fix OpenClaw skills for compliance. While its core scripts (`audit_skill.py`, `find_skills.sh`) are purely analytical, the `SKILL.md` contains explicit instructions for the AI agent to perform high-risk file system operations, including deleting files (e.g., `README.md`, `CHANGELOG.md`), moving skill directories to a new location (`~/.openclaw/workspace/skills/`), and renaming directories. These actions, though aligned with the stated purpose of 'fixing' skills, represent significant capabilities for modifying the workspace. There is no clear evidence of malicious intent (e.g., data exfiltration, backdoor installation), but the broad file system access and modification instructions make it a powerful administrative tool that could lead to unintended data loss or system changes if misused or if the agent's interpretation is flawed, classifying it as suspicious due to these risky capabilities.
能力评估
Purpose & Capability
The name/description match the packaged artifacts: scripts/find_skills.sh searches the workspace for SKILL.md files and scripts/audit_skill.py performs the compliance checks the README/SKILL.md describe. No unrelated binaries, services, or env vars are requested.
Instruction Scope
SKILL.md instructs an exhaustive search of the entire workspace and provides step-by-step 'Fix non-compliant skills' actions that include deleting files (README.md, CHANGELOG.md), renaming directories, and moving skills into ~/.openclaw/workspace/skills/<skill-name>/. The included scripts only perform discovery and auditing (read-only), but the instructions encourage destructive filesystem changes. If an agent follows the SKILL.md instructions autonomously or runs ad-hoc shell commands, this could result in mass file moves/deletions across the user's workspace.
Install Mechanism
No remote install or downloads are specified (instruction-only skill with local scripts). All code is bundled; there are no external URLs, package installs, or extraction steps. Risk from install mechanism is low.
Credentials
The skill requests no environment variables, credentials, or config paths. The actions it describes operate on local files only, which is proportionate to an auditing/fixing tool.
Persistence & Privilege
The skill is not always-included and requests no special privileges. However, because the SKILL.md explicitly tells the agent how to modify/move/delete many files across the workspace, granting the agent autonomous execution rights (or allowing it to run these shell commands) increases blast radius. The scripts themselves do not automatically perform fixes, but the instructions could be executed by the agent or a user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-refiner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-refiner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: audit and fix OpenClaw skills for skill-creator compliance
元数据
Slug skill-refiner
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

skill-refiner 是什么?

Audit and fix all skills in the workspace for compliance with skill-creator requirements. Use when asked to "refine skills", "audit skills", "check skill qua... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 790 次。

如何安装 skill-refiner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-refiner」即可一键安装,无需额外配置。

skill-refiner 是免费的吗?

是的,skill-refiner 完全免费(开源免费),可自由下载、安装和使用。

skill-refiner 支持哪些平台?

skill-refiner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 skill-refiner?

由 va7(@1va7)开发并维护,当前版本 v1.0.0。

💬 留言讨论