apitap
Capture, replay, and read website APIs without browsers
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ApiTap?โผ
Run `npx skills add n1byn1kt/apitap --all -g -y` in your terminal to install all skills in this suite globally.
How to get data from a website without a browser?โผ
Use `apitap read <url>` to extract page content through side-channel APIs and HTML extraction, or `apitap replay` to call a site's saved API endpoints directly with fetch().
How does ApiTap reduce token costs?โผ
It bypasses full DOM rendering by calling APIs directly or using lightweight decoders, cutting token usage 20-100x compared to browser automation.
Does ApiTap work with Claude Code and MCP clients?โผ
Yes. It ships a 12-tool MCP server you can wire into Claude Code with one command, plus a CLI that works with Hermes and other agent runtimes.
Are my login credentials safe with ApiTap?โผ
Yes. Credentials are stored separately in AES-256-GCM encrypted storage and injected at replay time, never written into shareable skill files.
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