Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

humanify-deobfuscate

스타1
포크0
업데이트2026년 6월 15일 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.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

파일 탐색기
14 개 파일
SKILL.md
readonly