frida-tools-reference
Installation
SKILL.md
Frida Tools Reference
Use this skill when choosing a Frida command-line tool or building a command from scratch.
Tool Picker
frida: interactive REPL, load scripts, spawn or attach to a target.frida-ps: list processes and installed apps.frida-ls-devices: list local, USB, and remote devices.frida-trace: generate temporary handlers for matching functions, ObjC methods, Java methods, or modules.frida-discover: discover internal functions by observing activity.frida-kill: kill a process on a selected device by PID.frida-create: scaffold an agent project when TypeScript or packaging is needed.