← 返回
未分类 中文

Skill Review

Review an OpenClaw skill for token efficiency, scriptability, and clean action boundaries; back up first, then improve the skill.
对 OpenClaw 技能进行审查,关注令牌效率、脚本化程度和清晰的动作边界;先备份再改进。
kid0114 kid0114 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 396
下载
💾 0
安装
1
版本
#automation#latest#openclaw#review#skill#token

概述

Skill Review

What this skill does

This meta-skill reviews another skill and checks whether it:

  • is too verbose
  • should move repetitive mechanical steps into scripts
  • wastes tokens through repeated explanation
  • clearly separates default execution from confirmation-required actions

Typical ownership / permission level

  • This skill is typically used by the master agent.
  • It often requires higher local permissions because it may inspect and modify:
  • SKILL.md
  • references/
  • scripts/
  • other local skill folders

Core rules

  • Prefer thin markdown + heavier scripts.
  • If a step can be scripted, it should usually be scripted.
  • If no extra requirements exist, prefer executing scripts instead of repeatedly re-explaining a process in chat.
  • SKILL.md should hold rules, boundaries, and confirmation points.
  • scripts/ should hold mechanical checks, copying, verification, and repeatable operations.
  • references/ should stay lightweight.
  • After review, the default is: back up first, then modify, then show evidence.

Standard flow

  1. Read the target SKILL.md
  2. Inspect scripts/ and references/
  3. Identify verbosity, duplication, and non-scripted mechanical steps
  4. Back up the target skill files
  5. Improve the skill structure
  6. Show backup paths, changes made, and final evidence

Included files

  • references/checklist.md
  • scripts/review_skill.sh

Recommended command

bash skills/master-skill-review/scripts/review_skill.sh <skill-dir-or-skill-md>

Do not

  • Do not keep heavy explanations in SKILL.md when a script can do the work.
  • Do not modify a target skill without first backing it up.
  • Do not leave action boundaries unclear.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 09:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 81 📥 183,008
data-analysis

My Skill 1

kid0114
获取美国 10 年期国债利率(CNBC + Treasury.gov),写入 CSV,并生成极简日志
★ 1 📥 467
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 330,984