用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/paulirish/dotfiles --skill fetch-as-markdown命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Extract distilled page content as Markdown using Chromium's on-device ML page content annotation.
Investigating memory issues and leaks in Chromium-based environments (Chrome, Node.js, Electron) using heap snapshots and the @paulirish/agents CLI.
Paul's modern stack conventions for new projects (pnpm, native node test, esbuild, buildless-types). Consult when starting a new project or repository.
基于 SOC 职业分类
正在显示 SKILL.md
| name | fetch-as-markdown |
| description | Fetch a URL using Playwright and convert its content to Markdown. |
This skill allows fetching any web page, rendering it using a headless browser (Playwright) to ensure client-side content is loaded, and converting the resulting HTML into clean Markdown using markpaste.
node agents/skills/fetch-as-markdown/scripts/fetch-as-markdown.ts <URL>
Example:
node agents/skills/fetch-as-markdown/scripts/fetch-as-markdown.ts https://example.com
The script will output the converted markdown to stdout.