This wraps Ghidra's headless analyzer so you can decompile binaries and extract functions, strings, and call graphs without opening the GUI. You get a set of export scripts that dump everything to JSON and text files: ExportAll.java for comprehensive analysis, or individual scripts for specific tasks like decompiling to C or mapping function relationships. Especially useful when you need to batch process firmware samples or integrate reverse engineering into your workflow. The wrapper handles project creation and cleanup automatically, which saves you from dealing with Ghidra's project management quirks. Works well for initial triage on unknown binaries or when you need machine-readable output for further analysis.
npx skills add https://github.com/mitsuhiko/agent-stuff --skill ghidra