frida-mcp-workflow
Installation
SKILL.md
Frida MCP Workflow
Run these phases in order. Do not skip phases.
Phase 1: Idea
- Define target: process/app identifier, platform, and session type.
- Define objective: what signal/result must be observed.
- Query docs before function use: call
search_frida_docsfor each non-trivial API/runtime assumption. - Record 2-5
Doc facts usedbullets before scripting. - Assume Frida 17 semantics only. Do not use Frida 16 assumptions.
Hard stop:
- If docs are missing or ambiguous, narrow the query and retry before scripting.