private-api-reversal

Installation
SKILL.md

Private API Reversal — Methodology

This skill is the generic methodology. No assumptions about any specific product. For Google-specific batchexecute protocol, see google-batchexecute-rpc skill (if available).


What This Is (And Is Not)

What it is: Every web app has a frontend that talks to a backend over HTTP. That traffic is visible in your browser. This skill is about observing that traffic, understanding its structure, and writing code that reproduces it — replacing the human clicking in the browser with your programmatic client.

What it is not:

  • It is not exploiting security vulnerabilities
  • It is not bypassing encryption
  • It is not accessing data you don't have permission to access
  • It does not work on apps using client-side request signing with secrets not visible in the browser
Related skills
Installs
6
First Seen
Mar 8, 2026