Operational skills for using Frida MCP safely on Frida 17.
frida-mcp-workflow- Enforces:
Idea -> Scripting -> Execution -> Notes - Requires docs-first usage before non-trivial Frida MCP calls
- Prefers saved script files over large inline snippets
- Enforces script lifecycle hygiene (track, unload, avoid duplicate hooks)
- Enforces:
skills/
frida-mcp-workflow/
SKILL.md
references/
templates/
agents/
Choose one of these options.
npx skills add yfe404/frida-mcp-skills@frida-mcp-workflowFor non-interactive global install:
npx skills add yfe404/frida-mcp-skills@frida-mcp-workflow -g -ygit clone https://github.com/yfe404/frida-mcp-skills.git
mkdir -p ~/.codex/skills
cp -R frida-mcp-skills/skills/frida-mcp-workflow ~/.codex/skills/git clone https://github.com/yfe404/frida-mcp-skills.git
mkdir -p ~/.codex/skills
ln -s "$(pwd)/frida-mcp-skills/skills/frida-mcp-workflow" ~/.codex/skills/frida-mcp-workflowIn your prompt, mention frida-mcp-workflow (or describe a matching Frida MCP task) so the agent loads this skill.
The skill requires every instrumentation task to include these phases in order:
IdeaScriptingExecutionNotes
- Target baseline: Frida 17+
- Frida 16 backward compatibility is out of scope