返回顶部
w

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 微信公众号 article to Notion, save a WeChat mp article into a Notion page/database, or convert a public WeChat article into a readable Notion document.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
67
下载量
0
收藏
概述
安装方式
版本历史

wechat-mp-to-notion

# WeChat MP article → Notion Save a public WeChat article into Notion. ## What this skill does - Fetch article HTML from `https://mp.weixin.qq.com/s/...` - Extract title / author / publish date - Parse article body into readable text blocks - Preserve image positions with external image URLs where possible - Create a new Notion page under a target page or in a target database ## Use Run the script: ```bash python3 /root/.openclaw/workspace/skills/wechat-mp-to-notion/scripts/save_wechat_mp_to_notion.py <wechat_url> <notion_parent_id> [--parent-type page|database] ``` Examples: ```bash python3 /root/.openclaw/workspace/skills/wechat-mp-to-notion/scripts/save_wechat_mp_to_notion.py "https://mp.weixin.qq.com/s/xxxx" 32c51492e44780c48647f03febbc6c84 python3 /root/.openclaw/workspace/skills/wechat-mp-to-notion/scripts/save_wechat_mp_to_notion.py "https://mp.weixin.qq.com/s/xxxx" c5f3656c2e8741e88f53a00faf66355e --parent-type database ``` ## Notes - Require `NOTION_API_KEY` - The target Notion page/database must be shared with the `openclaw` integration - Prefer `page` parent when archiving long-form articles - Prefer `database` parent when the user explicitly wants one row per article - If the article is very long, the script chunks content into multiple append requests

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 wechat-mp-to-notion-1776059777 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 wechat-mp-to-notion-1776059777 技能

通过命令行安装

skillhub install wechat-mp-to-notion-1776059777

下载 Zip 包

⬇ 下载 wechat-mp-to-notion v0.1.0

文件大小: 4.1 KB | 发布时间: 2026-4-14 14:21

v0.1.0 最新 2026-4-14 14:21
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部