원클릭으로
spider
Web scraping using Chrome + WebMCP. Primary method for all web crawling tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Web scraping using Chrome + WebMCP. Primary method for all web crawling tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reviews pitch decks and provides investor-ready feedback with scoring
Give your AI agent eyes to see the entire internet. 7500+ GitHub stars. Search and read 14 platforms: Twitter/X, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu (小红书), Douyin (抖音), Weibo (微博), WeChat Articles (微信公众号), LinkedIn, Instagram, RSS, Exa web search, and any web page. One command install, zero config for 8 channels, agent-reach doctor for diagnostics. Use when: (1) user asks to search or read any of these platforms, (2) user shares a URL from any supported platform, (3) user asks to search the web, find information online, or research a topic, (4) user asks to post, comment, or interact on supported platforms, (5) user asks to configure or set up a platform channel. Triggers: "搜推特", "搜小红书", "看视频", "搜一下", "上网搜", "帮我查", "全网搜索", "search twitter", "read tweet", "youtube transcript", "search reddit", "read this link", "看这个链接", "B站", "bilibili", "抖音视频", "微信文章", "公众号", "LinkedIn", "GitHub issue", "RSS", "微博", "search online", "web search", "find information", "research", "帮我配", "configure twitter", "configur
Equity cap table management for startups and growth-stage companies. Models SAFEs, convertible notes, priced equity rounds, token allocations, dilution scenarios, and 409A valuation prep. Outputs investor-ready cap tables, waterfall analyses, and scenario models.
Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, fundraising, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.
Analyze competitor SEO and GEO strategies including ranking keywords, content approaches, backlink profiles, and AI citation patterns. Use when the user asks to "analyze competitors", "competitive analysis", "what are my competitors doing", "why do they rank higher", "competitor keywords", "competitor backlinks", or "spy on competitor SEO". For content-focused gap analysis, see content-gap-analysis. For link profile specifics, see backlink-analyzer.
AI-Powered Due Diligence Analysis - Automated comprehensive DD across financial, legal, business, and team dimensions for investment decisions
| name | spider |
| version | 1.0.0 |
| author | swei |
| description | Web scraping using Chrome + WebMCP. Primary method for all web crawling tasks. |
| metadata | {"openclaw":{"emoji":"🕷️"}} |
This is the default web scraping method, replacing older approaches like web_fetch.
Use this skill when user says:
| Keywords | Action |
|---|---|
| 抓取 / crawl / scrape / fetch | Use Chrome + WebMCP to scrape web pages |
| 采集 | Same as above |
| 获取...新闻 | Scrape news pages |
| 从...网站 | Specify website to scrape |
| 同花顺 | Scrape Tonghuashun (10jqka) data |
| 东方财富 | Scrape East Money data |
| 雪球 | Scrape Xueqiu data |
| 百度 | Search or scrape Baidu content |
| User Input | Execution |
|---|---|
| "抓取光库科技的新闻" | Open Tonghuashun in Chrome, extract news |
| "抓取宁德时代的股吧" | Open East Money guba in Chrome |
| "从同花顺抓取xxx" | Open Tonghuashun page in Chrome |
| "search xxx" | Open Google search in Chrome |
| "查一下xxx" | Search or scrape in Chrome |
{ action: "status" }
If not running, start it:
{ action: "start" }
{ action: "open", targetUrl: "https://stockpage.10jqka.com.cn/300620/news/", target: "host" }
{ action: "snapshot", targetId: "xxx", maxChars: 20000 }
{ action: "act", targetId: "xxx", request: {"kind": "click", ref: "e33"} }
{ action: "navigate", targetId: "xxx", url: "about:blank" }
URL: https://stockpage.10jqka.com.cn/{stock_code}/news/
Example: https://stockpage.10jqka.com.cn/300620/news/
URL: https://guba.eastmoney.com/list,{stock_code}.html
Example: https://guba.eastmoney.com/list,300620.html
URL: https://xueqiu.com/S/SZ{stock_code}
Example: https://xueqiu.com/S/SZ300620
URL: https://www.baidu.com/s?wd={keyword}&tn=news
chrome://flags/#enable-experimental-web-platform-features → Enabledchrome://flags/#enable-webmcp-testing → Enabledabout:blankabout:blank tabs exist, keep only the latest one, close othersbrowser action: tabs to check current tab statusabout:blank tab remains| Error | Solution |
|---|---|
| Sandbox unavailable | Use target="host" |
| Slow page load | Wait for snapshot to return before操作 |
| Content extraction failed | Use snapshot's maxChars to get more content |
| Anti-scraping blocked | Try other finance sites or wait and retry |
Spider (Chrome + WebMCP) ← Primary method
web_fetch ← Backup method