Converts any webpage to clean markdown by fetching it through Chrome CDP, which means you get the fully rendered JavaScript content, not just raw HTML. Two modes: auto-capture grabs the page once it loads, or wait mode lets you handle logins and paywalls before manually triggering the capture. Outputs to organized directories with YAML frontmatter including metadata like title and published date. The wait mode is the real hook here, since most URL-to-markdown tools choke on authenticated content. Supports custom Chrome profiles and has an EXTEND.md system for project or user level config overrides. Built with Bun, runs via npx.
npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-url-to-markdown