微信公众号文章转 Markdown
Convert WeChat articles to Markdown with one command
❌ Users struggle to extract and preserve WeChat article content in an organized, portable format for knowledge management.
✅ Automatically converts WeChat articles into well-formatted Markdown files with locally saved images and proper metadata.
- ✓Automatically downloads and embeds images locally
- ✓Extracts title, author, and complete article content
- ✓Supports Obsidian vault integration mode
- ✓Preserves original formatting and structure
👁 2 views · 📦 0 installs
Install in one line
CLI$ mfkvault install likemaoke-wechat-article-to-mdRequires the MFKVault CLI. Prefer MCP?
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Run this helper
Answer a few questions and let this helper do the work.
▸Advanced: use with your AI agent
Description
--- name: wechat-article-to-md description: 抓取微信公众号文章并转换为 Markdown 文档。使用脚本自动获取文章标题、作者、正文内容,保留格式并保存为 .md 文件,支持下载图片到本地。适用场景:用户要求抓取/获取/下载/保存微信公众号文章内容为 Markdown 格式,或给出 mp.weixin.qq.com 链接需要提取内容。支持 Obsidian 模式(使用 -obsidian 参数)。 --- # 微信公众号文章转 Markdown 抓取微信公众号文章并将其转换为 Markdown 文档。 ## 快速使用 ### 普通模式 ```bash # 基本用法(自动下载图片) python3 scripts/wechat_article_to_md.py <文章URL> # 指定输出目录 python3 scripts/wechat_article_to_md.py <文章URL> <输出目录> ``` **图片保存位置**: `images/` **图片引用格式**: `` ### Obsidian 模式 ```bash # 使用 Obsidian 格式 python3 scripts/wechat_article_to_md.py <文章URL> [输出目录] -obsidian ``` **图片保存位置**: `attachments/img/`(向上查找固定的目录,可能位于输出目录的上级或更上级) **图片引用格式**: `![[filename.png]]` ## 输出内容 脚本会自动提取并保存: - **标题**: 文章主标题 - **作者**: 公众号作者名称 - **来源**: 原文链接 - **正文**: 完整内容,转换为 Markdown 格式 - 标题层级 (h1-h6) - 粗体、斜体 - 列表(有序/无序) - 链接 - 图片(保留图片链接) - 代码块 - 引用块 ## 文件命名 输出文件名自动使用文章标题,文件名中的非法字符会被自动替换为下划线。 ## 脚本位置 可执行脚本位于 `scripts/wechat_article_to_md.py`。
Security Status
Verified
Manually verified by security team
Related AI Tools
More Make Money tools you might like
paper-fetch
FreeUse when the user wants to download a paper PDF from a DOI, title, or URL via legal open-access sources. Tries Unpaywall, arXiv, bioRxiv/medRxiv, PubMed Central, and Semantic Scholar in order. Never uses Sci-Hub or paywall bypass.
Beautiful Prose (Claude Skill)
FreeA hard-edged writing style contract for timeless, forceful English prose without modern AI tics. Use when users ask for prose or rewrites that must be clean, exact, concrete, and free of AI cadence, filler, or therapeutic tone.
SkillCheck (Free)
FreeValidate Claude Code skills against Anthropic guidelines. Use when user says "check skill", "skillcheck", "validate SKILL.md", or asks to find issues in skill definitions. Covers structural and semantic validation. Do NOT use for anti-slop detection,
Design Checker Skill
Free"Audit designs against 18 professional rules across Figma files and code (HTML/CSS/React/Vue/Tailwind). Detects framework automatically, runs code superpowers (aria, focus, contrast, tokens, responsive, motion, forms, navigation, spacing), audits for
Vibe Science v7.0 — TRACE
FreeScientific research engine with agentic tree search. Infinite loops until discovery, rigorous tracking, adversarial review, serendipity preserved.
Rails Convention Engineer
FreeRails 8.x application architecture, implementation, and review guidance for production codebases. Use when building or reviewing Ruby on Rails 8 features across models, controllers, routes, Hotwire, jobs, APIs, performance, security, and testing. Tri