← 返回
开发者工具 中文

Swipenode

Lightning-fast web extraction for AI agents. Extracts structured JSON from Next.js, Nuxt.js, Gatsby, Remix without headless browsers. TLS spoofing bypasses C...
AI智能体极速网页提取工具,无需无头浏览器即可从Next.js、Nuxt.js、Gatsby、Remix站点提取结构化JSON,支持TLS欺骗绕过防护机制。
nefas11
开发者工具 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 638
下载
💾 12
安装
1
版本
#latest

概述

SwipeNode Skill

Lightning-fast, zero-render web extraction CLI built for AI agents.

Extracts structured data (Next.js/Nuxt.js) without headless browsers.

Repo: https://github.com/sirToby99/swipenode


Binary

~/.openclaw/workspace/skills/swipenode/swipenode

Built from source (Go 1.24), single static binary, no runtime dependencies.


Commands

Extract (single URL)

~/.openclaw/workspace/skills/swipenode/swipenode extract --url <url>

Extract + filter with jq

~/.openclaw/workspace/skills/swipenode/swipenode extract --url https://shop.example.com | jq '.props.pageProps.product'

Batch (multiple URLs concurrently)

~/.openclaw/workspace/skills/swipenode/swipenode batch --urls "https://a.com,https://b.com"

MCP Server (for Claude Desktop / local agents)

~/.openclaw/workspace/skills/swipenode/swipenode mcp

Install as MCP in Claude Desktop

~/.openclaw/workspace/skills/swipenode/swipenode install-mcp

What it extracts

FrameworkData source
-----------------------
Next.js__NEXT_DATA__ JSON blob
Nuxt.jswindow.__NUXT__
Gatsbywindow.___gatsby
Remixwindow.__remixContext
JSON-LD