返回 Skill 列表
extension
分类: 开发与工程无需 API Key

crawling-content

高速只读网页提取。用于抓取文档、博客和静态页面。不要用于需要登录或交互的应用程序。

person作者: jakexiaohubgithub

Content Crawler Protocol

Usage

Use @just-every/crawl for zero-latency markdown extraction.

Single Page (Read)

npx -y @just-every/crawl "https://example.com"

Site Map (Spider)

npx -y @just-every/crawl "https://example.com" --pages 20 --output json

Failure Mode

If output contains "JavaScript required" or "Access Denied", STOP. Switch to Skill(browsing-web) to handle the dynamic rendering.