skill-cleaner

Audit Codex/OpenClaw skills for duplicates, budget issues, and unused skills.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Khang5687/agent-scripts --skill skill-cleaner-khang5687
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-cleaner
Source: https://github.com/Khang5687/agent-scripts/tree/main/skills/skill-cleaner
Command: npx skills add https://github.com/Khang5687/agent-scripts --skill skill-cleaner-khang5687

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, python, and includes scripts (resource) components.

What problem does it solve?

This Skill helps in auditing Codex/OpenClaw skills, finding duplicates, analyzing live budgets, and deciding which skills to remove or edit.

Core Features & Use Cases

  • Skill Audit: Live budget, usage, duplicates, and compact descriptions of Codex/OpenClaw skills.
  • Duplicate Detection: Identifies and suggests removal of same skill name or near-identical descriptions across Codex, plugin cache, repo siblings, and personal skill roots.
  • Usage Analysis: Analyzes skill usage based on recent logs and mentions.
  • Budget Optimization: Provides insights into skill usage to optimize budget allocation.

Quick Start

Run the skill-cleaner script to analyze skill usage over the past 3 months:

node --experimental-strip-types skills/skill-cleaner/scripts/skill-cleaner.ts --months 3

Frequently Asked Questions about skill-cleaner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Codex skills and identify duplicate entries?

You can audit Codex skills and identify duplicates by running a script that compares skill names and descriptions across plugin caches, repo siblings, and personal roots to suggest removals.

What is the best way to optimize my Codex or OpenClaw skill budget?

The best way to optimize your Codex or OpenClaw skill budget is to analyze recent usage data and logs, which identifies unused skills and provides insights for better budget allocation.

Do I need Node.js and Python to run a skill audit and budget analysis?

Yes, you need both Node.js and Python installed, because the skill audit and budget analysis script requires Node.js for execution and specific Python libraries for its analysis.

How does duplicate detection work for OpenClaw skills across different directories?

Duplicate detection for OpenClaw skills works by scanning for identical names and near-identical descriptions across Codex, plugin caches, repo siblings, and personal skill roots.

Can I analyze skill usage data over a specific time period like the past 3 months?

Yes, you can analyze skill usage over a specific time period like 3 months by passing the desired number of months as an argument to the skill-cleaner script during execution.