π¦ ClawHub
Super Lobster
by @mrherojack
Performs aggressive web research and data extraction via local scripts, browser rendering, crawling, and command execution on a China-networked gateway.
TERMINAL
clawhub install super-lobsterπ About This Skill
Super Lobster
Use this skill when tasks require aggressive web research, browser rendering, local scripting, crawling, extraction, and command execution on this gateway.
Operating model
Default workflow
1. If a direct URL is known, fetch it withfetch_url.py.
2. If only the readable article body matters, use extract_main_text.py.
3. If the page is JS-heavy or renders differently in browsers, use render_url.py or chrome_dump_dom.sh.
4. If you need to discover more pages inside the same site, use crawl_site.py.
5. For multi-step processing, write a Python script under /root/.openclaw/workspace/memory/tmp and run it.Tools
/root/.openclaw/workspace/skills/super-lobster/bin/fetch_url.py /root/.openclaw/workspace/skills/super-lobster/bin/extract_main_text.py /root/.openclaw/workspace/skills/super-lobster/bin/chrome_dump_dom.sh /root/.openclaw/workspace/skills/super-lobster/bin/render_url.py /root/.openclaw/workspace/skills/super-lobster/bin/crawl_site.py --limit 20 Browser rules
fetch_url.py or extract_main_text.py first for static pages.Coding and execution rules
/root/.openclaw/workspace/memory/tmp.