zhizhuodemaozhizhuodemaoCommunityยท2 Agent Skills Included

ai-reverse-toolkit

Automated JavaScript reverse engineering, deobfuscation, and signature extraction

Locates encrypted request parameters, deobfuscates JavaScript with Babel AST, and runs browser signing code in Node.js. Eliminates hours of manual breakpoint debugging, string decryption, and environment stubbing for web reverse engineering. Guides the full workflow from finding crypto entry points to producing a standalone, verified signature interface.
npx skills add zhizhuodemao/ai-reverse-toolkit --all -g -y
Available:

Tells the agent how this repository is organized, which MCP browser-debugging server to use, and the file and naming conventions to follow when running the reverse engineering skills.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’