Kalil0321 Reverse Api Engineer
kalil0321-reverse-api-engineer is a Claude Code plugin for the Build phase that captures HTTP traffic, documents reverse-engineered APIs, and generates API clients automatically.
Install when a site or mobile app exposes behavior you need as a documented API and you want captured traffic turned into clients without manual spelunking.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install kalil0321-reverse-api-engineer@kalil0321/reverse-api-engineerBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:kalil0321/reverse-api-engineer") and the paste-ready config with skillselion.get_install_config("plugin:kalil0321/reverse-api-engineer").
What it does
kalil0321-reverse-api-engineer is a Claude Code plugin for builders who need to integrate with services that publish no OpenAPI spec—competitor dashboards, legacy portals, or mobile-only backends. The plugin positions an engineer-style agent to record traffic you authorize, distill endpoints and authentication patterns, write documentation you can sanity-check, and scaffold API clients so your SaaS or CLI can call the same routes reliably. It is intentionally narrow: one plugin in the bundle, aimed at integration work rather than full-stack Laravel or DevOps. Solo founders use it to unblock validate-to-build transitions when the only spec is what the browser actually sends. Treat captured traffic and generated clients as drafts that still need legal review and rate-limit testing before production.
Highlights
- Captures live HTTP traffic to infer endpoints, headers, and payloads
- Generates human-readable API documentation from observed calls
- Produces API client code automatically from the inferred contract
- Single-plugin bundle focused on reverse engineering web and app backends
- Agent-driven workflow suited to undocumented or private partner APIs
Why builders use it
You need to automate against a website or app API that ships no public docs, so guessing endpoints wastes days and breaks on every deploy.
You leave a session with captured traffic notes, structured documentation, and starter client code aligned to real requests.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 559 stars, 0 votes.
FAQ
Who is kalil0321-reverse-api-engineer for?
Developers and solo builders who must integrate with third-party HTTP APIs that lack official documentation and want an agent-assisted capture-and-codegen pipeline.
When should I use kalil0321-reverse-api-engineer?
Use it during Build when you have legitimate access to a web or app flow and need endpoint inventory, docs, and client stubs before wiring your product.
How do I add kalil0321-reverse-api-engineer to my agent?
Add the kalil0321/reverse-api-engineer plugin to Claude Code from the marketplace or GitHub repo, then run the plugin’s engineer workflow while you exercise the target site through your controlled session.
Comments
Share how you use kalil0321-reverse-api-engineer, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.