LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

reverse-engineer-electron - Reverse-engineer Electron apps while preserving behavior

Reverse-engineer Electron apps by unminifying, decomposing, and iteratively renaming modules with runtime debugging and human verification.

Tags

Updated: 2026-09-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create runnable modified-app workspace
  • Unminify code deterministically
  • Decompose code into modules
  • Rename modules and symbols semantically
  • Connect renderer and main debuggers

Inputs

  • Target Electron application
  • Human verification approvals

Outputs

  • Modified Electron application workspace
  • Unminified and semantically renamed modules

Requirements

  • electric-cherry MCP server
  • Active CDP debugger connection
  • Active V8 debugger connection
  • Prettier or equivalent formatting tool

Source

  • Spec: SKILL.md
electron
reverse-engineering
debugging
unminification
mcp
Create runnable modified-app workspace
Unminify code deterministically
Decompose code into modules
Rename modules and symbols semantically
Target Electron application
Human verification approvals
Modified Electron application workspace
Unminified and semantically renamed modules