Save Webpage
Description
--- description: 抓取网页内容(文本和图片)并保存为 MDX 文件到项目中 triggers: - 保存网页 - 抓取网页 - 把网页保存到项目 - 把这个页面保存下来 - 下载网页内容 - fetch webpage - save webpage globs: - pages/**/*.mdx - public/images/** --- # save-webpage 使用 Chrome DevTools MCP 抓取指定网页的内容,包括文本和图片,保存到本项目中。 ## 可用脚本 本 skill 提供以下可复用的 JavaScript 脚本,位于 `.claude/skills/save-webpage/` 目录: | 脚本 | 用途 | 适用场景 | |------|------|---------| | `detect-page-size.js` | 检测页面规模,返回建议策略 | 首先调用 | | `extract-content-small.js` | 一次性提取全部内容 | 小页面 (<10000 字符) |
Installation
Installs to ~/.claude/skills/zjh1943-awesome-claude-code-save-webpage/SKILL.md
mkdir -p ~/.claude/skills/zjh1943-awesome-claude-code-save-webpage && curl -fsSL https://raw.githubusercontent.com/zjh1943/awesome-claude-code/HEAD/.claude/skills/save-webpage.md -o ~/.claude/skills/zjh1943-awesome-claude-code-save-webpage/SKILL.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