First-contact workflow for any unknown black-box artifact (apk, .o, .hex, exe, ELF, PE, Mach-O, firmware, archive). Identifies format/arch/packing and routes to the right format-specific analysis skill. Use this at the start of every reverse-engineering task on an unfamiliar file.
$npx -y skills add maosasagawa/blackbox-re-agent --skill triaging-unknown-binaryInstalls into the current project.
Run `npx skills use "https://github.com/maosasagawa/blackbox-re-agent" --skill "maosasagawa/blackbox-re-agent/triaging-unknown-binary"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/maosasagawa/blackbox-re-agent" that are relevant to the current task. Run `npx skills add "https://github.com/maosasagawa/blackbox-re-agent"` and select the relevant skills, then follow their instructions.