md2wechat-skill
md2wechat CLI/skinning “skill” converts Markdown into WeChat public account–ready HTML, can generate styled writing prompts (AI mode), optionally uploads images and creates WeChat draft posts.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
README instructs storing WeChat AppID/AppSecret in a generated config file (config init) but does not show secrets-handling practices (e.g., whether secrets are redacted from logs). Auth appears credential-based (no OAuth/scope granularity documented). AI mode likely involves sending content to external model providers, which increases data-exposure risk; README does not document privacy controls or data retention.
⚡ Reliability
Best When
You want an agent-friendly CLI workflow to turn Markdown into WeChat drafts with minimal manual HTML work, and you can securely manage WeChat credentials (API mode) or use AI mode for formatting.
Avoid When
You need formally specified HTTP APIs/SDKs with guaranteed idempotent semantics and machine-checkable rate-limit metadata, or you cannot control/inspect external AI provider outputs (AI mode).
Use Cases
- • Convert existing Markdown articles into WeChat-formatted HTML for previews or publishing drafts
- • Create styled/structured drafts using “write” and prompt catalog (AI mode)
- • Generate cover/infographic image prompts and providers/themes via discovery commands
- • Automate pushing converted content into WeChat draft inbox (with --draft / upload flows)
Not For
- • Direct end-user in-browser WeChat editing (this is a CLI/automation tool)
- • Environments where WeChat AppID/AppSecret handling cannot be secured
- • Agent integrations that require a stable REST/OpenAPI service contract (this primarily exposes a CLI)
Interface
Authentication
Auth is primarily credential/config driven for WeChat (AppID/AppSecret). README also mentions md2wechat.cn API key for API mode; no OAuth flow or fine-grained scope documentation is shown.
Pricing
No pricing details in the provided content; AI mode may involve external model/provider costs depending on configured providers.
Agent Metadata
Known Gotchas
- ⚠ API mode: convert defaults to API mode and requires your own md2wechat.cn API key (per README).
- ⚠ AI mode: CLI returns AI request/prompt; external model (Claude/Codex/etc.) must continue to generate HTML.
- ⚠ Use discovery commands (themes/prompts/providers) instead of guessing presets.
- ⚠ --title/--author/--digest affect WeChat draft metadata and may not change visible content in the正文 (H1/author/digest).
- ⚠ upload/draft flows may upload/replace images; pure convert --preview should be side-effect free as documented.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for md2wechat-skill.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.