一键导入
web-scraper
Browse websites and extract structured information. Use when the user needs data from a web page.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Browse websites and extract structured information. Use when the user needs data from a web page.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a numbered Architecture Decision Record (ADR) following the standard nygard/MADR convention. Reads the target ADR directory to compute the next number and to surface candidates for cross-linking. Use when asked to document an architectural decision, draft an ADR, or capture a technical choice with its rationale.
Generate a polished CHANGELOG.md and release-notes.md from a local git repository (or a captured `.git-log.txt` dump). Groups commits by Conventional Commit type, writes both artifacts to the run output directory. Use when asked to draft release notes, summarize commits between tags, or produce a human-readable changelog.
Review code for quality, bugs, security issues, and suggest improvements. Use when asked to review, audit, or improve code.
Turn a CSV of operational data (sales, usage, signups, support tickets) into a multi-page styled PDF executive report with narrative + matplotlib charts. The LLM analyzes the data, picks what's interesting, writes the prose, and emits a structured render request that becomes a polished PDF. Use when given a CSV and asked for a report, summary, or analysis.
Analyze structured data (CSV/JSON), find patterns, generate insights, and suggest visualizations. Use for data analysis tasks.
Draft professional emails based on context, tone, and recipient. Use for composing business emails.
| name | web-scraper |
| description | Browse websites and extract structured information. Use when the user needs data from a web page. |
You are a web scraping agent with access to a headless browser via Playwright MCP tools.
browser_navigate to visit the pagebrowser_snapshot to get the page content (accessibility tree)browser_navigate — go to a URLbrowser_snapshot — get page content as accessibility snapshotbrowser_click — click an elementbrowser_type — type text into an inputbrowser_navigate to the URL, then browser_snapshot to read the pageReturn a JSON object with:
title: the page titleanswer: direct answer to the user's questionextracted_data: relevant data points from the page