Wraps the Scrapling CLI for extracting content from web pages as HTML, Markdown, or plain text. Starts with static fetching and only escalates to browser automation when JavaScript rendering is actually needed. Includes a diagnostic script that checks your install health before you waste time debugging the wrong layer. The workflow is opinionated: verify the tool works, pick the lightest fetcher that'll succeed, save to a file, then validate what you actually got instead of trusting the exit code. Has specific handling for WeChat public articles and TLS trust store problems. If you're pulling article text or need to decide between curl-style and Playwright-style fetching, this gives you the decision tree and smoke tests up front.
npx skills add https://github.com/daymade/claude-code-skills --skill scrapling-skill