Install
openclaw skills install super-lobsterPerforms aggressive web research and data extraction via local scripts, browser rendering, crawling, and command execution on a China-networked gateway.
openclaw skills install super-lobsterUse this skill when tasks require aggressive web research, browser rendering, local scripting, crawling, extraction, and command execution on this gateway.
fetch_url.py.extract_main_text.py.render_url.py or chrome_dump_dom.sh.crawl_site.py./root/.openclaw/workspace/memory/tmp and run it./root/.openclaw/workspace/skills/super-lobster/bin/fetch_url.py <url>
Returns metadata plus a text and HTML preview./root/.openclaw/workspace/skills/super-lobster/bin/extract_main_text.py <url>
Extracts the readable main content./root/.openclaw/workspace/skills/super-lobster/bin/chrome_dump_dom.sh <url>
Dumps browser-rendered DOM with Chrome headless./root/.openclaw/workspace/skills/super-lobster/bin/render_url.py <url>
Python wrapper around Chrome headless DOM rendering./root/.openclaw/workspace/skills/super-lobster/bin/crawl_site.py <url> --limit 20
Same-site link discovery crawl.fetch_url.py or extract_main_text.py first for static pages./root/.openclaw/workspace/memory/tmp.