一键导入
wechat-article-spider
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
| name | wechat-article-spider |
| description | 微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片 |
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
cd scripts && pip install -r requirements.txt && python main.py
images/ 文件夹cd wechat-article-dl/scripts
pip install -r requirements.txt
python main.py <文章 URL> [输出目录]
# 下载到当前目录
python main.py https://mp.weixin.qq.com/s/xxxxx
# 指定输出目录
python main.py https://mp.weixin.qq.com/s/xxxxx ./my-articles
output/
├── 文章标题.md
└── images/
├── img_001_xxx.jpg
├── img_002_xxx.png
└── ...