Fetch Webpage
Description
# 抓取网页内容并保存到项目 使用 Chrome DevTools MCP 抓取指定网页的内容,包括文本和图片,保存到本项目中。 ## 参数 - **URL**: $ARGUMENTS (必填,要抓取的网页地址) - **保存目录**: 请在执行时询问用户 ## 工具说明 | 工具 | 返回内容 | 用途 | |------|---------|------| | `take_snapshot` | 基于 A11y 树的文本结构 + 元素 uid | 快速了解页面结构、定位元素 | | `take_screenshot` | PNG/JPEG 图片 | 视觉截图 | | `evaluate_script` | 自定义 JS 返回值 | 提取 DOM、执行操作、分段加载大页面 | **关键特性**:`take_snapshot` 和 `take_screenshot` 都支持 `filePath` 参数,可将内容保存到临时文件,然后使用 `Read` 工具分段加载。 ## 执行步骤 ### 1. 导航到目标页面 ``` mcp__chrome-devtools__na
Installation
Installs to ~/.claude/commands/zjh1943-awesome-claude-code-fetch-webpage.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zjh1943/awesome-claude-code/HEAD/.claude/commands/fetch-webpage.md -o ~/.claude/commands/zjh1943-awesome-claude-code-fetch-webpage.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11