Loading...
Loading...
Use cyte to extract webpage markdown, discover links, and crawl internal docs/pages. Use this skill when users ask an agent to collect website content, run doc discovery, or build machine-readable crawl outputs with npx/pnpm dlx/global cyte.
npx skill4agent add phumudzosly/cyte cyte-clicytenpx cyte ...pnpm dlx cyte ...cyte ...npx cyte <url>
npx cyte <url> --jsonnpx cyte links <url>
npx cyte links <url> --json
npx cyte links <url> --internal --json
npx cyte links <url> --external --json
npx cyte links <url> --internal --match <pattern> --jsonnpx cyte <url> --deep --depth 2
npx cyte <url> --deep --json
npx cyte <url> --deep --json --format jsonllinks --json<url> --json--deep--depth 1 --concurrency 2 --delay 200cyte <url> --json{ url, title, markdown, links }cyte links <url> --json[{ title, url, type }]cyte <url> --deep --json{ startUrl, pagesVisited, pagesSucceeded, pagesFailed, pages }--jsonvercel.com--no-respect-robots./cyte--output--sitemap# Discover docs URLs first
npx cyte links docs.example.com --internal --json
# Pull one page into JSON for an agent
npx cyte docs.example.com/getting-started --json
# Build a larger snapshot
npx cyte docs.example.com --deep --depth 2 --json