Install
$ agentstack add skill-likemaoke-wechat-article-to-md-wechat-article-to-md ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
微信公众号文章转 Markdown
抓取微信公众号文章并将其转换为 Markdown 文档。
快速使用
普通模式
# 基本用法(自动下载图片)
python3 scripts/wechat_article_to_md.py
# 指定输出目录
python3 scripts/wechat_article_to_md.py
图片保存位置: images/ 图片引用格式: ``
Obsidian 模式
# 使用 Obsidian 格式
python3 scripts/wechat_article_to_md.py [输出目录] -obsidian
图片保存位置: attachments/img/(向上查找固定的目录,可能位于输出目录的上级或更上级) 图片引用格式: ![[filename.png]]
输出内容
脚本会自动提取并保存:
- 标题: 文章主标题
- 作者: 公众号作者名称
- 来源: 原文链接
- 正文: 完整内容,转换为 Markdown 格式
- 标题层级 (h1-h6)
- 粗体、斜体
- 列表(有序/无序)
- 链接
- 图片(保留图片链接)
- 代码块
- 引用块
文件命名
输出文件名自动使用文章标题,文件名中的非法字符会被自动替换为下划线。
脚本位置
可执行脚本位于 scripts/wechat_article_to_md.py。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: likemaoke
- Source: likemaoke/wechat-article-to-md
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.