baoyu-post-to-wechat
Publish WeChat Official Account Drafts
Publishing formatted WeChat articles often requires manual copying, image insertion, and draft setup. This skill automates draft creation from Markdown, HTML, text, and images through a controlled Chrome session.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "baoyu-post-to-wechat" from https://skillstore.io/skills/jimliu-baoyu-post-to-wechat.md and its manifest at https://skillstore.io/api/skills/jimliu-baoyu-post-to-wechat/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "baoyu-post-to-wechat". A Markdown article with frontmatter, inline images, and the grace theme.
Expected outcome:
A WeChat draft with a filled title, author, summary, formatted article body, and inserted image assets.
Using "baoyu-post-to-wechat". A short title, 1,200 characters of text, and a folder of product images.
Expected outcome:
An image-text draft with the title and body shortened to WeChat limits and images uploaded in sorted order.
Using "baoyu-post-to-wechat". An HTML file exported from the Markdown renderer.
Expected outcome:
The rendered content copied through the system clipboard and pasted into the WeChat article editor.
Security Audit
CriticalThe skill provides useful WeChat publishing automation but relies on powerful local capabilities: Chrome DevTools control, persistent authenticated browser profiles, clipboard access, keyboard simulation, filesystem reads and writes, and external process execution. Several scanner hits are false positives from regex parsing, SVG markup, CSS, and localhost checks, but the overall behavior still requires strong user consent and sandboxing. Static review was capped at 400/677 representative findings; omitted static matches are unconfirmed, so automatic publishing stays disabled until manual review.
Confirmed security concerns (15)
Show all 15 confirmed findings
Capability review items (111)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (49)
โ๏ธ External commands (50)
๐ Filesystem access (50)
๐ Env variables (8)
โก Contains scripts (16)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/jimliu-baoyu-post-to-wechat/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/jimliu-baoyu-post-to-wechat?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/jimliu-baoyu-post-to-wechat?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/jimliu-baoyu-post-to-wechat/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/jimliu-baoyu-post-to-wechat.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
JimLiu. (2026). baoyu-post-to-wechat security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/jimliu-baoyu-post-to-wechat/audits/5BibTeX citation
@techreport{jimliu-jimliu-baoyu-post-to-wechat-2026,
author = {JimLiu},
title = {baoyu-post-to-wechat security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/jimliu-baoyu-post-to-wechat/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "baoyu-post-to-wechat security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "JimLiu"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/jimliu-baoyu-post-to-wechat/audits/5"
identifiers:
- type: other
value: "skillstore:jimliu-baoyu-post-to-wechat:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Publish a formatted article draft
Convert a Markdown article into WeChat editor content with title, author, summary, and inline images.
Create an image-text update
Prepare a short WeChat post with a compressed title, concise body text, and a batch of local images.
Automate repeat posting steps
Use Claude Code or Codex to run the posting workflow after reviewing source files and image assets.
Try These Prompts
Use this skill to create a WeChat image-text draft with title "{title}", content from "{summary}", and images from "{image_folder}". Do not submit it.Convert "{markdown_file}" into a WeChat article draft using the "grace" theme. Insert referenced images and save the result as a draft.Review "{markdown_file}" and "{image_folder}" for missing assets, then create a WeChat draft. Tell me what was shortened or changed before saving.Use the WeChat browser automation only after confirming Chrome is available and I am logged in. Create the draft from "{markdown_file}", keep the browser open, and do not click submit without my approval.Best Practices
- Run the workflow in a dedicated browser profile and review the draft before submitting.
- Use local image files when possible to avoid downloading remote assets during publishing.
- Keep WeChat, Chrome, clipboard, and accessibility permissions visible during the first run.
Avoid
- Do not run the skill on untrusted Markdown without reviewing remote image links and embedded diagrams.
- Do not allow automatic submission for posts that need legal, brand, or editorial approval.
- Do not use the clipboard automation while sensitive applications are frontmost.
Frequently Asked Questions
Does this skill publish directly to WeChat?
Why does it need Chrome?
Can it work without logging in?
Does it use the system clipboard?
Can it handle remote images in Markdown?
Is it safe to run automatically?
Developer Details
Author
JimLiuLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
1ffa7643651792ccb4bd3b15d924d2c97edff755
Maintenance freshness
7/18/2026
Usage
122 downloads ยท 302 views
File structure
๐ references/
๐ article-posting.md
๐ scripts/
๐ md/
๐ extensions/
๐ alert.ts
๐ footnotes.ts
๐ index.ts
๐ infographic.ts
๐ katex.ts
๐ markup.ts
๐ plantuml.ts
๐ ruby.ts
๐ slider.ts
๐ toc.ts
๐ themes/
๐ base.css
๐ default.css
๐ grace.css
๐ simple.css
๐ utils/
๐ languages.ts
๐ LICENSE
๐ render.ts
๐ cdp.ts
๐ copy-to-clipboard.ts
๐ md-to-wechat.ts
๐ wechat-article.ts
๐ wechat-browser.ts
๐ SKILL.md