reverse-engineering-api
Installation
SKILL.md
Reverse Engineering API Skill
This skill enables you to reverse engineer web APIs by:
- Controlling a browser with HAR recording enabled
- Analyzing captured network traffic
- Generating production-ready Python API clients
Prerequisites
- Playwright MCP: You must have access to Playwright MCP tools for browser control
- HAR Recording: The browser must be configured to record HAR files
- Python: For running analysis scripts and generated clients
Workflow Overview
[User Task] -> [Browser Capture] -> [HAR Analysis] -> [API Client Generation] -> [Testing & Refinement]