kalil0321kalil0321Communityยท1 Agent Skills Included

reverse-api-engineer

Turn any website's hidden network traffic into working API clients

Captures browser network traffic from any website and generates clean, typed API clients in Python, JavaScript, Go, and more. Eliminates manually digging through DevTools, copying cURL commands, and reverse-engineering authentication by hand. Lets you or an AI agent browse a site, then automatically hardcodes credentials and handles token refresh so scripts run immediately.
npx skills add kalil0321/reverse-api-engineer --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’