Cloudflare Workers + Kitesurf Engine

邊緣 AI 瀏覽器服務

專為 AI Agent 設計的無狀態、超低資源消耗邊緣瀏覽器核心

執行結果

🤖 AI Agent Skill 專用整合指南

已將本服務封裝為標準 AI Agent Skill,供 Antigravity、Claude Desktop、Cursor 與各式 Agentic 工作流直接調用。

📦 官方 Skill 儲存庫 github.com/HPCstan/cloudflare-kitesurf-skill ↗

安裝至 AI Agent 技能目錄:

git clone https://github.com/HPCstan/cloudflare-kitesurf-skill.git ~/.gemini/config/skills/cloudflare-kitesurf-skill

⚡ AI Agent 常用命令 (Commands)

  • 📸 網頁截圖: GET https://kitesurf.ajwkptc.uk/screenshot?url=<URL>
  • 📄 純文字提取: GET https://kitesurf.ajwkptc.uk/content?url=<URL>&format=text
  • 📊 結構化 JSON: GET https://kitesurf.ajwkptc.uk/content?url=<URL>&format=json
  • 🔌 Agent CDP 連線: WSS wss://kitesurf.ajwkptc.uk/cdp?browser=kitesurf
⚙️ Claude Desktop / Cursor MCP 設定檔範本
{
  "mcpServers": {
    "kitesurf-browser": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@latest",
        "--wsEndpoint=wss://kitesurf.ajwkptc.uk/cdp?browser=kitesurf"
      ]
    }
  }
}

Kitesurf 核心優勢指標

7.0×
更低記憶體消耗 (vs Chromium)
3.8×
更少 CPU 運算時間
100%
V8 Isolate 邊緣無伺服器架構
CDP
原生相容 DevTools Protocol