Install
openclaw skills install wechat-mp-publisher-1-0-0Publish articles to WeChat Official Accounts via API using configured AppID, AppSecret, and IP whitelist with access token management.
openclaw skills install wechat-mp-publisher-1-0-0通过微信公众平台 API 发布文章到微信公众号。
在 .env 文件中配置:
WECHAT_APPID=你的 appid
WECHAT_APPSECRET=你的 appsecret
node index.js publish --title "标题" --content "内容" --author "作者"
node index.js token
npm installtouch .env.env 填入你的 WECHAT_APPID 和 WECHAT_APPSECRET