master-skill-review

Review an OpenClaw skill for token efficiency, scriptability, and clean action boundaries; back up first, then improve the skill.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "master-skill-review" with this command: npx skills add kid0114/master-skill-review

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

anycrawl

Perform web scraping, crawling, and Google search with multi-engine support and structured data extraction via SkillBoss API Hub.

Registry SourceRecently Updated
1090Profile unavailable
Automation

kenoodl-synthesis

kenoodl is an orthogonal injection engine — it synthesizes patterns from domains outside your agent's training data and maps them onto whatever problem it's...

Registry Source
6102Profile unavailable
Coding

OpenClaw Coding Agent Workflows

Delegate coding tasks to Codex, Claude Code, Pi, or OpenCode from bash with safe launch modes, background monitoring, and repo-isolated review workflows.

Registry SourceRecently Updated
970Profile unavailable
Coding

SpeakNotes: YouTube, Audio & Document Summaries

Use when OpenClaw needs to call SpeakNotes API routes directly using an API key and generate transcripts/summaries from YouTube URLs, media files, or documen...

Registry Source
2850Profile unavailable