reverse-api-engineer
Turn any website's hidden network traffic into working API clients
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Reverse API Engineer?โผ
Run `npx skills add kalil0321/reverse-api-engineer --all -g -y` in your terminal to install all tools in this suite globally.
How to reverse engineer a website's API?โผ
Give the tool a website and a goal, like fetching all job listings. It captures the site's network traffic and writes a ready-to-run API client for you.
What languages can it generate API clients in?โผ
It generates clients in Python, JavaScript, TypeScript, Go, Java, C#, PHP, Ruby, and C, complete with type hints and error handling.
Does it handle login and authentication automatically?โผ
Yes. It detects cookies, tokens, and login flows in the captured traffic and hardcodes them, including automatic re-authentication when sessions expire.
Can an AI agent browse the site for me?โผ
Yes. Agent mode drives a browser autonomously via Playwright, Chrome, or the Vercel agent-browser CLI, so no manual clicking is needed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core