← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-mp-to-notion
功能描述
Fetch WeChat public account (微信公众号) articles from mp.weixin.qq.com links and save them into Notion as structured pages. Use when the user wants to archive a...
安全使用建议
This skill appears to do what it says: download a public WeChat article and create a Notion page. Before installing: (1) be aware you must provide a Notion token (NOTION_API_KEY or NOTION_TOKEN). The registry metadata currently omits this — ask the publisher to declare the required env var and primary credential. (2) Only grant the token the minimal scope needed for creating pages and ensure the target page/database is shared with the integration. (3) Inspect the included Python script yourself (or have someone you trust do so) to confirm it matches your expectations; it performs network requests to mp.weixin.qq.com and api.notion.com and does not otherwise exfiltrate data. (4) If you plan to run this in a shared/production environment, prefer a token scoped to a dedicated Notion integration and not a broad user token.
功能分析
Type: OpenClaw Skill
Name: wechat-mp-to-notion
Version: 0.1.0
The skill contains a potential security vulnerability in `scripts/save_wechat_mp_to_notion.py` where the `fetch` function uses `urllib.request.urlopen` on the `wechat_url` argument without any validation. This lack of input sanitization could allow for Server-Side Request Forgery (SSRF) or Local File Inclusion (LFI) if the AI agent is manipulated into providing a malicious URL (e.g., a `file://` or internal network path). While the script's logic for parsing WeChat articles and interacting with the Notion API appears legitimate and aligned with its stated purpose, the high-risk nature of unvalidated network/file access warrants a suspicious classification.
能力评估
Purpose & Capability
The script and SKILL.md match the stated purpose: they fetch mp.weixin.qq.com article HTML, parse content and images, and create Notion pages via api.notion.com. However the registry metadata lists no required environment variables or primary credential while the SKILL.md and the code clearly require a Notion API token. This mismatch is an incoherence in the metadata (not necessarily malicious, but important).
Instruction Scope
Runtime instructions are narrowly scoped: run the included Python script with a WeChat URL and a Notion parent ID. The script only fetches the provided WeChat URL and calls Notion's API (api.notion.com). It does not attempt to read arbitrary local files or contact other external endpoints beyond the article host and Notion.
Install Mechanism
There is no install spec (instruction-only + included script). No external installers, unusual download URLs, or archive extraction are present. The script will run from the skill workspace; this is low-risk from an install-mechanism perspective.
Credentials
The registry declares no required environment variables, but SKILL.md and the code require a Notion API token (NOTION_API_KEY or NOTION_TOKEN). That secret is necessary for the stated functionality, so the absence in registry metadata is a governance/information omission. The script requests only that Notion credential (no unrelated secrets), which is proportional — but the metadata inconsistency should be fixed so users know which secret will be used and stored by the agent.
Persistence & Privilege
always is false and the skill does not request permanent system presence or modify other skills. Its actions are confined to network calls that create pages in the user's Notion workspace (using the provided token).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-mp-to-notion - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-mp-to-notion触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of wechat-mp-to-notion.
- Fetches articles from WeChat public account (mp.weixin.qq.com) links.
- Extracts title, author, publish date, and parses the article into readable text blocks with image support.
- Saves the parsed article as a structured Notion page under a specified page or in a database.
- Requires NOTION_API_KEY and proper sharing with the openclaw Notion integration.
- Supports archiving articles to a Notion page or database via command line script.
元数据
常见问题
Wechat Mp To Notion 是什么?
Fetch WeChat public account (微信公众号) articles from mp.weixin.qq.com links and save them into Notion as structured pages. Use when the user wants to archive a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Wechat Mp To Notion?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-mp-to-notion」即可一键安装,无需额外配置。
Wechat Mp To Notion 是免费的吗?
是的,Wechat Mp To Notion 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Mp To Notion 支持哪些平台?
Wechat Mp To Notion 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Mp To Notion?
由 opoojkk(@opoojkk)开发并维护,当前版本 v0.1.0。
推荐 Skills