專為 AI Agent 設計的無狀態、超低資源消耗邊緣瀏覽器核心
已將本服務封裝為標準 AI Agent Skill,供 Antigravity、Claude Desktop、Cursor 與各式 Agentic 工作流直接調用。
安裝至 AI Agent 技能目錄:
git clone https://github.com/HPCstan/cloudflare-kitesurf-skill.git ~/.gemini/config/skills/cloudflare-kitesurf-skill
GET https://kitesurf.ajwkptc.uk/screenshot?url=<URL>
GET https://kitesurf.ajwkptc.uk/content?url=<URL>&format=text
GET https://kitesurf.ajwkptc.uk/content?url=<URL>&format=json
WSS wss://kitesurf.ajwkptc.uk/cdp?browser=kitesurf
{
"mcpServers": {
"kitesurf-browser": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest",
"--wsEndpoint=wss://kitesurf.ajwkptc.uk/cdp?browser=kitesurf"
]
}
}
}