md2wechat
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill mostly matches its WeChat publishing purpose, but it explicitly supports hiding AI authorship while using WeChat account credentials and external provider integrations.
Install only if you trust the md2wechat CLI source and are comfortable granting it WeChat Official Account credentials. Use preview/dry-run flows first, verify provider/base URL settings before processing private drafts, and avoid using the AI-trace removal feature to mislead readers or bypass disclosure expectations.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Content may be made to appear more human-authored than it is, creating disclosure, ethics, or compliance risks.
The skill explicitly advertises altering content to make AI authorship less visible, which can mislead readers or reviewers of public-facing WeChat content.
write with creator styles or remove AI writing traces
Use humanizing only for legitimate editing, not to evade disclosure or detection; require user review before publishing or uploading drafts.
Anyone or any agent process with access to these environment variables may be able to act against the connected WeChat Official Account.
The skill needs WeChat Official Account credentials for account-affecting operations. This is expected for draft upload, but those credentials are sensitive.
Draft upload and publish-related actions require `WECHAT_APPID` and `WECHAT_SECRET`.
Use the least-privileged WeChat app credentials available, keep them out of shared logs/projects, and rotate them if exposed.
Mistaken invocation could upload or create unwanted draft/post content in the connected WeChat account.
The documented command set can create WeChat drafts or image posts. This is purpose-aligned, but it mutates an external account state.
`md2wechat convert article.md --draft --cover cover.jpg` ... `md2wechat create_draft draft.json` ... `md2wechat create_image_post -t "Weekend Trip" --images photo1.jpg,photo2.jpg`
Prefer preview, inspect, and dry-run flows first, and require explicit user approval before running draft or image-post creation commands.
Article content or image prompts could leave the local machine depending on the configured provider/API endpoint.
The skill uses API/provider-backed modes for conversion or image generation, so article text, prompts, or images may be processed by configured external services.
`convert` defaults to `api` mode ... Image generation may require additional image-service configuration in `~/.config/md2wechat/config.yaml`.
Review provider settings and base URLs before using private content; avoid sending confidential drafts to untrusted services.
A future upstream change could alter the installed CLI behavior without the skill artifact changing.
The Go install path follows the latest module version rather than a pinned version. This is common for CLI installation but reduces reproducibility.
go | module: github.com/geekjourneyx/md2wechat-skill/cmd/md2wechat@latest
Install from a reviewed release or pin a known-good version where possible.
