ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Clean Filename

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/clean-filename
Or

Clean Filename

Removes invalid or unsafe characters from filenames and normalizes them for cross-platform use. Ideal for cleaning up messy file exports, downloads, or collaborative projects.

Usage

# Clean a single file
clean_filename "report:final?.txt"

# Clean all files in a directory (non-recursive)
clean_filename ./downloads/

# Clean recursively
clean_filename ./project/ --recursive

# See changes without applying
clean_filename ./data/ --dry-run

Price

$2.00

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-albionaiinc-del-clean-filename": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.