byvercel-labs· 154 skills
Reverse-engineer a website's internal API by recording browser traffic into a HAR file, then generate a standalone client or CLI that calls the endpoints directly, with no browser needed after the first recording. Use when asked to "derive a client", "build a CLI for <site>", "reverse engineer this site's API", "record network requests", "turn this site into an API", or when the same site will be automated repeatedly and direct HTTP calls would beat driving the browser every time.
$npx -y skills add vercel-labs/agent-browser --skill derive-clientInstalls into the current project.
Run `npx skills use "https://github.com/vercel-labs/agent-browser" --skill "vercel-labs/agent-browser/derive-client"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vercel-labs/agent-browser" that are relevant to the current task. Run `npx skills add "https://github.com/vercel-labs/agent-browser"` and select the relevant skills, then follow their instructions.