← All skills
Tencent SkillHub · Communication & Collaboration

wechat-pack

Convert local .docx or Markdown files into WeChat-ready HTML and generate a publish folder (source/assets/cover/wechat). Use when packaging documents for WeC...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Convert local .docx or Markdown files into WeChat-ready HTML and generate a publish folder (source/assets/cover/wechat). Use when packaging documents for WeC...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/pack_wechat.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Quick start

Run from the skill root: ./wechat_pack path/to/article.docx ./wechat_pack path/to/article.md Outputs a publish folder with: source/ original input file assets/ downloaded or extracted images cover/ optional cover image wechat/ article.html ready to paste into WeChat editor meta.json metadata (title, paths, asset count, cover variants)

Supported inputs

.docx (requires pandoc installed) .md / .markdown .html / .htm (treated as already-converted HTML)

Recommended workflow

Export the document from your editor to .docx or .md. Run ./wechat_pack <file>. Open wechat/article.html and paste into the WeChat editor.

Options

--out <dir>: output directory (default: <basename>-wechat) --title <title>: insert a top-level title if missing --cover <path-or-url>: download or copy a cover image into cover/

Notes

For .docx conversion, pandoc must be available in PATH. The script downloads external images and rewrites <img> to local assets/ paths. Output HTML is styled with inline CSS to be friendly to the WeChat editor. If Pillow is available, cover variants are generated in cover/: cover-wide-2.35x1.jpg and cover-square-1x1.jpg.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/pack_wechat.py Scripts