
Agent Skill Marketplaces: Finding a Trustable WeChat Formatting Skill
Six distribution channels for md2wechat, and a four-point checklist for judging any skill marketplace listing.
Agent Skill Marketplaces: Finding a Trustable WeChat Formatting Skill
Skill marketplaces are distribution channels, not quality certificates. Installation and setup paths are distribution evidence, not proof of end-to-end compatibility with any named host.
Where md2wechat is distributed
| Channel | Installs |
|---|---|
npm install -g @geekjourneyx/md2wechat | CLI |
brew install geekjourneyx/tap/md2wechat | CLI |
npx skills add https://github.com/geekjourneyx/md2wechat-skill --skill md2wechat | Skill only |
ClawHub: openclaw skills install @geekjourneyx/md2wechat | Skill package |
| Tencent SkillHub listing | Skill listing |
| Claude plugin marketplace | Plugin |
Full table with links: Skill Marketplaces.
A four-point trust checklist
- Official repo behind the listing. The listing should point back to a repository you can read — for md2wechat that is
geekjourneyx/md2wechat-skill. - Verifiable install source. npm registry, brew tap, or the repo itself — not an anonymous zip.
- Post-install discovery. A trustable skill ships deterministic discovery:
md2wechat version --jsonandmd2wechat capabilities --jsonshould return stable JSON. - Side-effect boundaries documented. The skill must say which actions touch your accounts (upload, draft) and gate them behind explicit intent.
License note
md2wechat is Source Available (BUSL-1.1 base plus a custom use grant): personal and non-profit use is free; commercial hosting, SaaS, white-labeling, and training-data use need a license.
Verify, then trust
Run the discovery pair after installing from any channel, produce one side-effect-free preview, and only then wire publishing flows. Host-specific evidence pages live under Examples.
More Posts

Brand Profile and Advise: Teach the Agent Your Style
A free-form brand.md the CLI never parses, plus a deterministic advise router that proposes at most three edits.

The 7 Most Common Advanced Layout Mistakes
Most first-run advanced layout problems are not syntax problems. They come from wrong fit, too many modules, or forcing structure where normal writing would work better.

Why Advanced Layout Improves the Product Value of md2wechat Agent API
Advanced layout modules do more than improve presentation. They make the API easier to understand, easier to integrate, and easier to position as a higher-value product.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates