AI Agent Hub
Back to skills
WeChat Moments Auto Publisher icon

WeChat Moments Auto Publisher

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_1627842f/wechat-moments-auto according to https://skillhub.cn/install/skillhub.md.

About this skill

The Problem

Keeping WeChat Moments content in sync with Notion is repetitive: copy text, choose the right image, clean up symbols, publish, then mark the record as done. wechat-moments-auto targets a Windows + WeChat PC workflow and turns that sequence into a script-driven process.

How It Works

  • Content source: reads copy and status from a Notion database, using fields such as AI朋友圈金句, 平台/状态, or 发布状态.
  • Image strategy: the blogger-recognition mode matches title keywords to specific blogger images; the random-image mode picks a file from a configured directory.
  • Publish control: applies a 5-15 minute random delay to reduce fixed-schedule patterns, and removes # characters that can display awkwardly in Moments.
  • Status write-back: updates the Notion record after sending, reducing manual reconciliation.
  • UI automation: relies on a visible, logged-in WeChat PC window and pre-captured element images such as moments_icon.png, camera_btn.png, and publish_btn.png to locate the Moments entry, camera button, and publish button.

Boundaries

It is suitable for personal accounts that already maintain copy in Notion and use WeChat PC on Windows. The main constraints are UI matching: screenshots must align with the current resolution and scaling, and the WeChat window must remain visible. Store the Notion API Token in .env or environment variables rather than hard-coding it.

Use Cases

  • An ops owner publishes Notion “AI朋友圈金句” to WeChat PC using blogger keywords and writes status back after sending.
  • A content editor schedules Windows WeChat PC posts from Notion with random images and random delays.
  • A solo blogger matches titles containing “Luffy” or “Dayuan” to the correct avatar image without manual lookup.
  • An automation maintainer checks Notion status changing from “未开始” to “完成” to confirm the send and write-back flow.

Best For

  • Ops owners who maintain Moments copy in Notion and want automatic blogger-image matching with status write-back
  • Solo bloggers using WeChat PC on Windows who want to reduce manual posting and image lookup
  • Content teams that need to move Notion status fields from “未开始” to “完成” after publishing
  • Technical maintainers of Notion automation scripts debugging failed UI element recognition