intercept
Reverse-engineer websites into typed JSON APIs automatically
All Skills in This Repository (10)
Pure Emerald Level Indicatorsapp
Convert plain-language app ideas into API-backed dashboards through a phased workflow.
dashboard-builder
Build Next.js dashboards that consume domain proxy APIs and render data grids.
debug-logs
Diagnose browser, proxy, and WebSocket issues with DEBUG() runtime logging.
ci-check
Run local install, build, typecheck, and test steps and verify GitHub Actions status.
instruction-dashboard-tuning
Map a website's API surface and generate proxy routes across transports.
systematic-testing
Validate multi-layer architectures bottom-up across domain plugins, API proxies, browser traffic, and dashboard UI.
ec2-deploy
Automate EC2 deployments and Docker Compose workflows with health checks.
instruction-tuning
Iteratively run sub-agents, inspect results, and fix .claude/ instruction files.
visual-dev
Coordinate visual QA for dashboards using Patchright-based screenshot checks.
api-discovery
Analyzes website traffic to scaffold typed API domain plugins and proxy routes.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core