WeChat Article to Markdown Fetch a WeChat Official Account article and convert it to a clean Markdown file. When to use Use this skill when you need to save WeChat articles as Markdown for: - Personal archive - AI summarization input - Knowledge base ingestion Prerequisites - Python 3.8+ Usage Input URL format: - Output files: - - Features 1. Anti-detection fetch with Camoufox 2. Metadata extraction (title, account name, publish time, source URL) 3. Image localization to local files 4. WeChat code-snippet extraction and fenced code block output 5. HTML to Markdown conversion via markdownify 6…