██████╗ ██████╗ ███████╗███╗ ██╗ ██████╗ ██████╗ █████╗ ██████╗ ██╗ ██╗ ██╔═══██╗██╔══██╗██╔════╝████╗ ██║██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██║ ██║ ██║ ██║██████╔╝█████╗ ██╔██╗ ██║██║ ███╗██████╔╝███████║██████╔╝███████║ ██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║██║ ██║██╔══██╗██╔══██║██╔═══╝ ██╔══██║ ╚██████╔╝██║ ███████╗██║ ╚████║╚██████╔╝██║ ██║██║ ██║██║ ██║ ██║ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
Search, grep, watch, diff and explore web pages like a filesystem. Built for AI agents and developers.
# SSH into any website $ ssh docs.stripe.com@opengraph.sh # Search across all pages docs.stripe.com $ grep -rl 'webhook' / /docs/webhooks/overview.md /docs/payments/checkout.md /docs/api/events.md # Read a specific page docs.stripe.com $ cat /docs/webhooks/overview.md # One-liner exec mode $ ssh nyt.com@opengraph.sh "find / -name '*.md' | head -20" # See what changed since the last crawl $ ssh jobs.netflix.com@opengraph.sh "git diff HEAD~1"
# Install for all your coding agents (Cursor, Claude Code, Codex, ...) $ npx skills add bigmindai/opengraph # Or add manually to a specific agent $ curl -s https://opengraph.sh/agents.md > .cursor/rules/opengraph.md $ curl -s https://opengraph.sh/agents.md >> CLAUDE.md $ curl -s https://opengraph.sh/agents.md > AGENTS.md
OpenGraph lets you SSH into any website and interact with its pages as if they were files on a server.
Three steps from zero to searching any website's content.
SSH into any domain. OpenGraph crawls the site via its sitemap and follows links.
Pages are converted to markdown and mapped to a virtual filesystem.
Use standard bash commands to search, read, and navigate the content.
1 credit = 1 page crawled. Reading cached content is always free.
Get started free. Upgrade anytime via ssh auth@opengraph.sh