GhostFetch with OpenClaw

Stealth fetch for protected sites — 403 and Cloudflare bypass

Sites like X.com (Twitter), LinkedIn, Product Hunt, Amazon, and many protected or paywalled blogs block standard scrapers and headless browsers with 403 Forbidden or Cloudflare challenges. When the built-in browser hits these walls, the agent can't get the content. GhostFetch is a stealth fetch engine that returns high-density Markdown—designed to bypass common anti-bot measures and give your OpenClaw agent usable content from otherwise inaccessible pages.

Install GhostFetch as a skill from its GitHub repo. Good for "fetch this page's content" workflows when the built-in browser or PinchTab fails. For interactive browsing on protected sites (clicking, forms), see camofox-browser.

When to Use GhostFetch

  • Fetching X.com (Twitter) posts, threads, or profiles
  • Fetching LinkedIn pages (with appropriate auth)
  • Accessing Product Hunt, Amazon, or paywalled blogs
  • Any site that returns 403 or Cloudflare challenges to standard HTTP or headless Chrome

GhostFetch vs Other Options

  • GhostFetch — Stealth fetch, returns Markdown. Best for "get this page's text" in one shot.
  • camofox-browser — Headless browser with C++-level fingerprint spoofing. Best for interactive browsing (click, fill, navigate) on protected sites.
  • PinchTab — Token-efficient Chrome control. Works on many sites; may fail on heavily protected ones.
  • Built-in browser — Default option. Works on open sites; often blocked on X, LinkedIn, etc.

Installation

GhostFetch is installed as an OpenClaw skill. See the GhostFetch GitHub repository for setup. This site does not endorse or maintain third-party skills—review the project before installing.

Related