Reusable website knowledge, one browser runtime
๐ฐ Tap into any website
from your terminal
Discover and run reusable site programs, then extract clean content from URLs or the current agent-browser tab.
Get started in seconds
One command bootstraps Tap and its native browser runtime
How it works
Tap provides knowledge; agent-browser provides execution
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Tap โ
โ sites registry ยท metadata ยท fetch โ
โโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโ
โ subprocess
โโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโ
โ agent-browser โ
โ sessions ยท tabs ยท CDP ยท interactionโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโUsage examples
Pipe to jq, combine with other tools
Run site scripts
$ tap site list$ tap site v2ex/hot$ tap site twitter/search query="claude code"$ tap site hackernews/top | jq '.stories[:3]'
Extract clean content
$ tap fetch https://example.com/article$ tap fetch --json https://example.com/article$ agent-browser open https://example.com/account && tap fetch
144Scripts
50Sites
agent-browserRuntime
Popular scripts
144 scripts across 50 platforms
Standing on the shoulders of giants
Powered by bb-sites with browser execution from agent-browser