← 返回 Skills 市场
jimliu

Baoyu Post To Wechat

作者 Jim Liu 宝玉 · GitHub ↗ · v1.118.2 · MIT-0
cross-platform ⚠ suspicious
4081
总下载
0
收藏
65
当前安装
22
版本数
在 OpenClaw 中安装
/install baoyu-post-to-wechat
功能描述
Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain text input, and image-tex...
安全使用建议
Review this skill carefully before installing. Use it only in a dedicated browser profile and WeChat account context, avoid enabling Telegram QR forwarding unless you fully control the bot and chat, treat .env and EXTEND.md as sensitive, and do not use remote SSH publishing unless you trust the remote host and understand that drafts, credentials, and session traffic may pass through it.
能力评估
Purpose & Capability
Automating WeChat article publishing is coherent with API/CDP browser scripts, editor actions, and credential use, but forwarding login QR images to Telegram and supporting SSH-based remote publishing expand the trust boundary beyond a local WeChat workflow.
Instruction Scope
The documented workflow includes automated editing, deletion, paste, and login assistance, but the evidence indicates limited per-run warnings or confirmations for sensitive actions such as QR transmission, persistent profile use, remote routing, and OS-level paste injection.
Install Mechanism
No supplied evidence shows install-time execution, hidden persistence hooks, or automatic startup behavior; the concerns are in runtime scripts and configuration-driven behavior.
Credentials
Access to WeChat credentials, browser session state, clipboard/UI automation, Telegram bot delivery, and SSH configuration is high impact. Some of this is expected for publishing, but the scope and disclosure are not tight enough.
Persistence & Privilege
The skill appears to persist API credentials/configuration in local files and use a persistent Chrome profile, which can expose sessions and secrets if users do not isolate the environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baoyu-post-to-wechat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baoyu-post-to-wechat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.118.2
baoyu-post-to-wechat v1.118.2 - Updated internal logic in wechat-api.ts for improved API handling. - Documentation improvements in SKILL.md for clarity and accuracy. - Removed legacy file skill-card.md.
v1.118.1
Fix stale npm shared package dependency pins for baoyu-md and baoyu-chrome-cdp 0.1.1.
v1.117.5
Credit to Dame5211 <[email protected]> for the baoyu-post-to-wechat remote API publishing update.
v1.117.4
Sync latest baoyu-skills updates, including baoyu-post-to-wechat remote API publishing via SSH SOCKS5 tunnel.
v1.117.3
## baoyu-post-to-wechat 1.117.3 - Updated SKILL.md to set version to 1.117.3. - No logic or behavior changes; documentation updated only.
v1.117.2
## 1.117.2 - 2026-05-17 ### Documentation - `baoyu-cover-image`: ban programmatic text repair on generated bitmaps — disallow ImageMagick / Pillow / Canvas / SVG / HTML overlays to cover, rewrite, or replace title/subtitle text; regenerate from a corrected prompt or switch to a lower-text or no-title variant instead - `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-image-cards`, `baoyu-xhs-images`, `baoyu-infographic`, `baoyu-slide-deck`: sync the same text-repair ban with skill-specific text categories (labels/captions, dialogue/sound effects, titles/body/tags, headings/data values, slide titles/bullets)
v1.116.5
## 1.116.5 - 2026-05-14 ### Features - `baoyu-post-to-wechat`: send WeChat login QR code to Telegram when `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_ID` env vars are set, enabling headless / remote login flows (by @beforesun) ### Refactor - `baoyu-post-to-wechat`: harden Telegram QR notification — add 10s fetch timeout, defer the 2s QR-render wait until env vars are configured, and use viewport screenshot as fallback
v1.115.4
### Documentation - Image generation backend selection: emphasize Codex `imagegen` as the priority runtime-native tool (invoke via the `Skill` tool with `skill: "imagegen"`) and forbid SVG/HTML/canvas substitution when no raster backend can be resolved — fall through to asking the user instead of silently emitting code-based art. Updated in `docs/image-generation-tools.md` and inlined into `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-cover-image`, `baoyu-image-cards`, `baoyu-infographic`, `baoyu-slide-deck`, and `baoyu-xhs-images`.
v1.115.3
## 1.115.3 - 2026-05-11 ### Fixes - `baoyu-post-to-wechat`: ensure tab activation before copy/paste in WeChat editor (by @fengxiaodong28) - `baoyu-post-to-x`: use toolbar media upload instead of image clipboard paste for X Articles
v1.103.2
Major update: Multi-account support & enhanced user experience. - Added support for multiple WeChat Official Accounts in EXTEND.md, including per-account credentials and settings. - Removed bundled vendor packages; now expects dependencies installed separately. - Introduced clear user input tool selection rules and improved prompts, supporting various agent runtimes. - Step-by-step publishing workflow clarified, with stricter input type handling and validation of required metadata. - New configuration and usage references added: API setup, multi-account guide, and environmental check instructions. - Markdown/HTML conversion and article image handling further standardized (never pre-convert; let scripts handle).
v1.103.1
## 1.103.1 - 2026-04-13 ### Fixes - `baoyu-markdown-to-html`: decode HTML entities and strip tags from article summary - `baoyu-post-to-weibo`: decode HTML entities and strip tags from article summary
v1.103.0
## 1.103.0 - 2026-04-12 ### Features - baoyu-diagram: add multi-diagram mode for article-wide diagram generation ### Fixes - baoyu-article-illustrator: prevent color names and hex codes from appearing as visible text in generated images - baoyu-cover-image: prevent color names and hex codes from appearing as visible text in generated images - baoyu-image-cards: prevent color names from appearing as visible text in generated images - baoyu-post-to-wechat: decode HTML entities and strip tags from article summary
v1.89.3
- Improved: Refactored wechat-api.ts and wechat-image-processor.ts for stability or maintainability. - Removed: Deleted unused files bun.lock and LICENSE from vendor/baoyu-md/src. - General update: Reduced repository clutter by removing outdated or redundant files.
v1.89.2
- Use fallback chain for article summary field
v1.76.2
- Added a test file for `wechat-extend-config` to improve test coverage. - Updated `wechat-api.ts` and `wechat-extend-config.ts` with changes, possibly refactoring or bug fixes. - Removed unnecessary files: `bun.lock` and a vendor LICENSE file.
v1.76.1
- Improved HTML builder logic and test coverage for Markdown to WeChat conversion. - Added and updated tests to better validate document and theme generation. - Refined theme handling in the HTML builder for more robust and customizable output. - Minor code and structure improvements in the core markdown-to-WeChat rendering pipeline.
v1.73.3
### Fixes - Fix placeholder replacement to avoid shorter placeholders matching longer numbered variants
v1.73.2
## 1.73.2 - 2026-03-20 ### Fixes - `baoyu-post-to-wechat`: fix body image upload to correctly use media/uploadimg API with format and size validation (by @AICreator-Wind) ### Refactor - `baoyu-post-to-wechat`: extract image processor module for local format conversion (WebP/BMP/GIF → JPEG/PNG) instead of material API fallback
v1.69.1
## 1.69.1 - 2026-03-16 ### Fixes - `baoyu-chrome-cdp`: tighten chrome auto-connect logic to reduce false positives
v1.65.0
## 1.65.0 - 2026-03-13 ### Features - `baoyu-post-to-wechat`: add placeholder image upload support with deduplication for markdown-embedded images ### Fixes - `baoyu-post-to-wechat`: fix frontmatter parsing to allow leading whitespace and optional trailing newline ### Refactor - `baoyu-post-to-wechat`: replace `renderMarkdownToHtml` with `renderMarkdownWithPlaceholders` for structured output
元数据
Slug baoyu-post-to-wechat
版本 1.118.2
许可证 MIT-0
累计安装 65
当前安装数 65
历史版本数 22
常见问题

Baoyu Post To Wechat 是什么?

Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain text input, and image-tex... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4081 次。

如何安装 Baoyu Post To Wechat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install baoyu-post-to-wechat」即可一键安装,无需额外配置。

Baoyu Post To Wechat 是免费的吗?

是的,Baoyu Post To Wechat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Baoyu Post To Wechat 支持哪些平台?

Baoyu Post To Wechat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Baoyu Post To Wechat?

由 Jim Liu 宝玉(@jimliu)开发并维护,当前版本 v1.118.2。

💬 留言讨论