Robust URL-to-Markdown extraction for OpenClaw workflows. Use when the user wants to "extract/summarize/convert a webpage to markdown" (especially WeChat mp.weixin.qq.com) and web_fetch/browser is blocked or messy. Uses a cheap probe via web_fetch first, then falls back to the official MinerU API (via the local mineru-extract skill) and returns a traceable result contract with source links.
$npx -y skills add blessonism/openclaw-skills --skill content-extractInstalls into the current project.
Run `npx skills use "https://github.com/blessonism/openclaw-skills" --skill "blessonism/openclaw-skills/content-extract"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/blessonism/openclaw-skills" that are relevant to the current task. Run `npx skills add "https://github.com/blessonism/openclaw-skills"` and select the relevant skills, then follow their instructions.