1va7/skill-refiner/SKILL.md
Audit and fix all skills in the workspace for compliance with skill-creator requirements. Use when asked to "refine skills", "audit skills", "check skill quality", or "fix non-compliant skills". Exhaustively searches the entire workspace (not just skills/) to find every SKILL.md, then audits and repairs each one.
npx skillsauth add openclaw/skills skill-refinerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Finds every skill in the workspace, audits each against skill-creator requirements, and fixes non-compliant ones.
bash scripts/find_skills.sh [workspace_dir]
This searches the entire workspace for SKILL.md files (not just skills/). Skills created without following skill-creator conventions may end up anywhere.
python3 scripts/audit_skill.py <skill-dir>
Returns JSON with:
issues — blocking problems that must be fixedwarnings — advisory improvementscompliant — true only when issues is emptyRun this on every path returned by Step 1. Batch example:
bash scripts/find_skills.sh | while read dir; do
python3 scripts/audit_skill.py "$dir"
done
Summarize results in a table:
| Skill | Location | Issues | Warnings | Status | |-------|----------|--------|----------|--------| | my-skill | skills/my-skill | 0 | 1 | ⚠️ | | bad-skill | temp/bad-skill | 2 | 0 | ❌ |
For each skill with issues, fix in this order:
--- block with name and description onlyname and descriptionskills/, move it to ~/.openclaw/workspace/skills/<skill-name>/For warnings (advisory):
references/ files and link from SKILL.mdRe-run audit_skill.py on each fixed skill to confirm "compliant": true.
Optionally package with:
python3 /opt/homebrew/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py <skill-dir>
A compliant skill must have:
SKILL.md at the root of a named directoryname and description (no other fields)description includes what the skill does AND when to trigger itscripts/, references/, or assets/references/ files linked from SKILL.md bodytools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。