ai-reverse-toolkit
Automated JavaScript reverse engineering, deobfuscation, and signature extraction
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ai-reverse-toolkit?โผ
Run `npx skills add zhizhuodemao/ai-reverse-toolkit --all -g -y` in your terminal to install all skills globally.
How to find where a website generates its signature parameter?โผ
Use the find-crypto-entry skill with the parameter name, and it locates the exact script, function, and call chain using static search plus XHR breakpoints.
How to deobfuscate JavaScript automatically?โผ
The ast-deobfuscate skill uses Babel AST transforms to decrypt strings, simplify expressions, restore control flow, and remove dead code step by step.
Can I run browser encryption code in Node.js?โผ
Yes. The env-patch skill extracts webpack modules and builds a Proxy-based fake browser environment so signing functions run standalone in Node.js.
Does ai-reverse-toolkit work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run as slash commands in Claude Code, with content written in Simplified Chinese.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core