Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

humanify-deobfuscate

Sterne1
Forks0
Aktualisiert15. Juni 2026 um 17:11

Deobfuscate, un-minify, and rename identifiers in minified or obfuscated JavaScript so it becomes readable — you do the renaming yourself with an AST, no external service required. Use this whenever the user wants to make minified JS readable, recover meaningful variable/function names, reverse-engineer a bundled/webpack/terser/uglify script, or figure out what cryptic code like `function a(e,t){...}` actually does — even if they don't name a tool. Triggers on minified .js, "make this readable", "rename these variables", "deobfuscate", "un-minify", "what does this minified code do". This is the from-scratch technique (the same approach humanify uses): a script handles scope-safe AST renaming, you supply the descriptive names.

Installation

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

Datei-Explorer
14 Dateien
SKILL.md
readonly