n1byn1ktn1byn1ktCommunityยท1 Agent Skills Included

apitap

Capture, replay, and read website APIs without browsers

Captures a website's internal API traffic and replays endpoints directly with plain HTTP calls, no browser needed. Extracts page content from Reddit, Wikipedia, YouTube, and other sites at a fraction of normal token cost. Imports OpenAPI specs from public directories and stores credentials in encrypted storage, never in shared files. Cuts token usage 20-100x compared to browser automation.
npx skills add n1byn1kt/apitap --all -g -y
Available:

Instructs the agent to always check for existing skill files and replay saved endpoints first, falling back to text extraction and only using browser capture as a last resort.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’