一键导入
crawler
Web scraping via Playwright. Use when user wants to fetch page content or scrape a URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Web scraping via Playwright. Use when user wants to fetch page content or scrape a URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Introduce Sophon and list available capabilities. Use ONLY when the user explicitly asks who you are, what you can do, what your capabilities are, or what skills you have. Do NOT call for greetings, small talk, or when the user has not asked about your identity or capabilities.
Deep research on a topic. Decomposes question into sub-questions, searches and fetches web sources in parallel, synthesizes a structured report with inline citations and a source list. Use when user asks for in-depth research, comprehensive analysis, or a structured report.
Process xlsx workbooks; fill columns from web via key column (URL→crawl, else search), LLM extract per batch. Tools: list_sheets, read_structure, read_sample, fill_by_column. Cross-sheet copy via copy_columns / copy_column_map.
System anomalies, errors, latency diagnosis. Logs, traces, metrics. Orchestrates log-analyze, trace, metrics primitives. Fetches data, frontend renders charts.
Memory recall and history exploration. Use for any question about past conversations, previous topics, what the user asked before, or recent activity. Replaces the memory skill.
Read and write Excel/CSV files. Supports .xlsx, .xls, and .csv formats.
基于 SOC 职业分类
| name | crawler |
| description | Web scraping via Playwright. Use when user wants to fetch page content or scrape a URL. |
| metadata | {"type":"primitive","dependencies":""} |
Scrape a single URL and return main content as markdown. Uses Playwright (JS rendering) + Trafilatura (content extraction).