Nox-Lumen MfgNox-Lumen Mfg

wechat-official-publish

Capabilities

End-to-end publishing helpers for subscription/service accounts:

ToolPurpose
wechat_mp_get_tokenCached access_token with auto refresh
wechat_mp_upload_mediaImage/video/audio CDN assets
wechat_mp_add_draftMulti-graphic article drafts
wechat_mp_format_contentNormalize Markdown/HTML for WeChat HTML quirks

Typical flow

① User supplies Markdown / docx

② wechat_mp_format_content → WeChat-safe HTML

③ wechat_mp_upload_media → hero + inline imagery

④ wechat_mp_add_draft → persists draft (manual broadcast after review)

Why drafts first

Broadcast APIs carry daily quotas and effectively cannot be undone at scale:

  • Agents create drafts only
  • Ops reviews inside the OA console
  • Humans trigger mass-send after QA

Invocation

/wechat-official-publish Package this markdown for WeChat

Cue phrases:

  • "Post to the official account"
  • "Create OA draft"
  • "Typeset content for OA"

On this page