← Back to Skills Marketplace
1va7

skill-refiner

by va7 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
790
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install skill-refiner
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-refiner
  3. After installation, invoke the skill by name or use /skill-refiner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: audit and fix OpenClaw skills for skill-creator compliance
Metadata
Slug skill-refiner
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 790 downloads so far.

How do I install skill-refiner?

Run "/install skill-refiner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is skill-refiner free?

Yes, skill-refiner is completely free (open-source). You can download, install and use it at no cost.

Which platforms does skill-refiner support?

skill-refiner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skill-refiner?

It is built and maintained by va7 (@1va7); the current version is v1.0.0.

💬 Comments