adam-sadam-sCommunity·10 Agent Skills Included

intercept

Reverse-engineer websites into typed JSON APIs automatically

Discovers any website's hidden API by intercepting real browser traffic across JSON, WebSocket, GraphQL, SSE, and HLS transports. Generates typed proxy routes you can curl directly, bypassing bot protections without manual reverse-engineering. Builds matching Next.js dashboards and full apps from plain-language descriptions, with self-improving instructions refined by parallel test agents.
npx skills add adam-s/intercept --all -g -y
Available:

Instructs the agent on how to discover a website's internal API through browser traffic interception, build typed domain plugins, and follow the discovery protocol and worktree isolation rules.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Intercept?

Run `npx skills add adam-s/intercept --all -g -y` in your terminal to install all skills in this suite globally.

How to turn a website into a JSON API?

Connect a browser to the target site, and the discovery skill captures every network request, classifies each transport type, and generates typed proxy routes you can call with curl.

Can Intercept bypass bot protection like Turnstile?

Yes. It drives a real stealth browser session, so requests carry genuine cookies and fingerprints that pass most bot-detection systems.

Does Intercept work with Claude Code?

Yes. It is built for Claude Code, which reads the .claude directory automatically and runs the discovery, dashboard, and deployment skills from plain-language requests.

Can I build a dashboard from discovered APIs?

Yes. The dashboard-builder skill creates Next.js pages that consume your proxy routes, iterating with screenshots until the layout matches your reference design.

Related Repositories in Software Engineering

View All in Software Engineering