separateweb-capture
Capture a URL into a full-page screenshot, cropped UI item PNGs, and a JSON manifest. Use when the user says `separateweb capture <url>`, asks to ca…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
SeparateWeb Capture
Use this skill when the user asks:
separateweb capture <url>
npx separateweb-capture capture <url>
separateweb patch <path>
Use npx when the package is not linked globally. This is the safest default for Claude Code personal skills:
npx separateweb-capture capture <url>
npx separateweb-capture patch <path>
Use separateweb-capture with no capture command only to install the local skill payload:
npx separateweb-capture
npx separateweb-capture --target claude
npx separateweb-capture --target both
If separateweb is installed or linked globally, this shorthand is also valid:
separateweb capture <url>
separateweb patch <path>
If running from the plugin root, the local script is also valid:
node scripts/capture.mjs capture <url>
node scripts/capture.mjs patch <path>
Optional flags:
--out <dir>
--path <dir>
--width <px>
--height <px>
--max-pages <n>
--single
--all
Capture behavior:
capture https://example.comandcapture https://example.com/crawl same-origin paths by default.capture https://example.com --singlecaptures only the home page.capture https://example.com/pathcaptures only that page by default.- Use
--singleto force one page. - Use
--allto force same-origin crawl from any start URL. - Captured items are grouped by type under
items/<kind>/.
Examples:
npx separateweb-capture capture https://domain.com
npx separateweb-capture capture https://domain.com --single
npx separateweb-capture capture https://domain.com/about
npx separateweb-capture capture https://domain.com/about --all
Patch selection:
npx separateweb-capture patch /absolute/output/path
npx separateweb-capture select captures/<jobId>/manifest.json
npx separateweb-capture create captures/<jobId>/manifest.json --items 1,3,5 --path /absolute/output/path
Use patch <path> to set the default machine path where future capture outputs are written. Use create only when exporting selected items from an existing manifest.
Default output:
captures/<jobId>/site-manifest.json
captures/<jobId>/page-001-<slug>/full-page.png
captures/<jobId>/page-001-<slug>/manifest.json
captures/<jobId>/page-001-<slug>/items/<kind>/*.png
Single-page capture writes full-page.png, manifest.json, and items/<kind>/*.png directly under captures/<jobId>/.
After running, report:
CapturedManifestBlocks- exact error if capture failed
Do not start a Nuxt dev server. This plugin is script-only.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/AUN-PN/SeparateWeb/skills/separateweb-capture/SKILL.md