← 返回 Skills 市场
bozoyan

mp-weixin

作者 bozoyan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mp-weixin
功能描述
利用 Python 从微信公众号文章中提取元数据与正文内容。适用于用户需要解析微信文章链接(mp.weixin.qq.com)、提取文章信息(标题、作者、正文、发布时间、封面图),或将微信文章转换为结构化数据的情景。
安全使用建议
This skill appears to do exactly what it claims: fetch and parse WeChat public-article pages. Before running: (1) review the bundled Python files yourself (they are small and readable), (2) install pip packages from a trusted index, (3) avoid feeding it URLs you don't trust or content behind login/paywalls, and (4) respect WeChat's terms of service and rate-limit requests (the README already recommends sleep/proxy options). If you plan to run this on sensitive systems, execute it in a sandbox or isolated environment since it will make outbound HTTP requests to URLs you provide.
功能分析
Type: OpenClaw Skill Name: mp-weixin Version: 1.0.0 The skill is a legitimate WeChat article scraper that extracts metadata (title, author, content) from mp.weixin.qq.com URLs using standard Python libraries like requests and BeautifulSoup. The code in scripts/wechat_extractor.py and scripts/extract_wechat.py is well-structured, lacks obfuscation, and contains no evidence of data exfiltration, unauthorized network calls, or malicious execution.
能力评估
Purpose & Capability
Name/description (extracting metadata/content from mp.weixin.qq.com) matches the included Python scripts and declared dependencies (requests, BeautifulSoup, lxml). Required binary is python3 which is appropriate.
Instruction Scope
SKILL.md and the scripts only instruct the agent to fetch the provided WeChat article URL, parse HTML, and return structured fields. There are no instructions to read unrelated files, environment variables, or send data to external endpoints other than the target article URLs or user-configured proxies.
Install Mechanism
There is no automated installer; SKILL.md recommends installing common pip packages (beautifulsoup4, requests, lxml) from PyPI or a mirror. All code is bundled with the skill (no remote downloads or extract steps).
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not reference secrets or unrelated env vars; network access is limited to requests made to URLs supplied by the user.
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify other skills or system-wide config; it only contains self-contained scripts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mp-weixin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mp-weixin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Major update: Migrated skill to a self-contained Python extractor, focusing on reliability and ease of use.** - Switched to a pure Python implementation (scripts/wechat_extractor.py) without npm or JavaScript dependencies. - Removed auxiliary documentation and config files (README.md, CHANGELOG.md, skill.yml, tests). - Now uses modern libraries: BeautifulSoup, requests, lxml. - Supports direct metadata and content extraction from WeChat article URLs with structured JSON output. - Includes detailed usage instructions, error handling, and sample code in the updated documentation. - Batch extraction, proxy support, and timeout customization demonstrated in usage examples.
元数据
Slug mp-weixin
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mp-weixin 是什么?

利用 Python 从微信公众号文章中提取元数据与正文内容。适用于用户需要解析微信文章链接(mp.weixin.qq.com)、提取文章信息(标题、作者、正文、发布时间、封面图),或将微信文章转换为结构化数据的情景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 mp-weixin?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mp-weixin」即可一键安装,无需额外配置。

mp-weixin 是免费的吗?

是的,mp-weixin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

mp-weixin 支持哪些平台?

mp-weixin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mp-weixin?

由 bozoyan(@bozoyan)开发并维护,当前版本 v1.0.0。

💬 留言讨论