LLM Skills
~/catalogue/base de connaissances//SKILL

Md2wechat

/SKILL

Convertir du Markdown en code HTML pour les comptes officiels WeChat, consulter la liste des fournisseurs et thèmes pris en charge sur prompts, générer des images pour les articles, créer des

geekjourneyxgeekjourneyx
3.4k
16 juin 2026
Other
// contenu du skill

name: md2wechat

description: Convert Markdown to WeChat Official Account HTML, inspect supported providers/themes/prompts, generate article images, create drafts, write with creator styles, and remove AI writing traces.

homepage: https://github.com/geekjourneyx/md2wechat-skill

metadata: {"clawdbot":{"emoji":"📝","requires":{"bins":["md2wechat"],"env":["WECHATAPPID","WECHATSECRET"]},"install":[{"id":"brew","kind":"brew","formula":"geekjourneyx/tap/md2wechat","bins":["md2wechat"],"label":"Install md2wechat (brew)"},{"id":"go","kind":"go","module":"github.com/geekjourneyx/md2wechat-skill/cmd/md2wechat@latest","bins":["md2wechat"],"label":"Install md2wechat (go)"}]}}


md2wechat

Use this skill to operate the md2wechat CLI. Keep the skill focused on execution decisions. For full command tutorials, installation details, and FAQ-level explanations, refer users to the project docs instead of expanding this runtime protocol.

Intent Routing

Choose the command family before taking any publish or generation action:

  • Standard article HTML, article preview, metadata inspection, or WeChat article draft: use inspect, preview, and convert.
  • Image-first post, image note, image-text note, newspic, or multi-image post: use create_image_post, not convert --draft.
  • Article cover or article infographic: prefer generate_cover or generate_infographic over raw generate_image when a bundled preset fits.
  • Writing in a creator style or removing AI traces: use write or humanize.
  • Provider, theme, prompt, or layout uncertainty: run discovery first. Do not guess from memory or repository files.

Treat convert --draft and create_image_post as different publish targets, not interchangeable variants.

Discovery First

Use CLI discovery as the source of truth, but keep it scoped to the next decision. Do not run the full catalog for tasks that do not need provider, theme, prompt, or layout selection.

Run the smallest useful discovery set:

  • Article formatting with no theme or modules chosen:
bash
  md2wechat themes list --json
  md2wechat layout list --json
  • A named theme, provider, prompt, or layout module:
bash
  md2wechat themes show <name> --json
  md2wechat providers show <name> --json
  md2wechat prompts show <name> --kind <kind> --json
  md2wechat layout show <name> --json
  • Image generation or image-preset selection:
bash
  md2wechat providers list --json
  md2wechat prompts list --kind image --json
  • Draft, upload, API local-readiness, or configuration troubleshooting:
bash
  md2wechat doctor --json
  md2wechat config show --format json
  md2wechat config wechat-accounts --json

doctor readiness is local configuration attemptability. config wechat-accounts is local-only and never prints WeChat secrets. Use inspect --json for article-specific target readiness.

  • Unknown CLI version, changed behavior, or capability uncertainty:
bash
  md2wechat version --json
  md2wechat capabilities --json
  md2wechat skills list --json
  md2wechat skills read md2wechat --json

md2wechat skills read md2wechat --json reads the core coding-agent SOP embedded in the current CLI binary. Use it when the local OpenClaw skill copy may be older than the executable on PATH; keep OpenClaw installation metadata from this platform skill as the platform-specific layer.

For simple local actions such as preview, humanize, or a user-specified command with explicit flags, do not run unrelated provider, theme, prompt, or layout discovery.

Inspect specific resources only when the task needs them:

bash
md2wechat providers show <name> --json
md2wechat themes show <name> --json
md2wechat prompts show <name> --kind <kind> --json
md2wechat layout show <name> --json

Use CLI output as the source of truth for currently available modes, providers, themes, prompts, and layout modules.

Configuration Boundaries

  • Assume md2wechat is already available on PATH.
  • convert defaults to API mode unless the user explicitly asks for --mode ai.
  • API conversion requires md2wechat API credentials.
  • WeChat draft creation requires WeChat credentials.
  • Named WeChat account execution requires a valid MD2WECHAT_API_KEY; the CLI validates it before upload or draft side effects.
  • Image generation may require image-provider credentials.
  • doctor --json is local-only: it checks local readiness and does not perform live authentication, upload images, or create drafts.
  • Use config show --format json when the user asks what configuration is currently effective.
  • Use config wechat-accounts --json when the user asks which local WeChat accounts are configured.

Article Workflow

Prefer a confirm-first workflow for article work:

  1. md2wechat inspect <article.md> --json
  2. md2wechat preview <article.md>
  3. md2wechat convert <article.md> ...
  4. Add --upload, --draft, --cover, or --cover-media-id only when the user explicitly as
// source originale publique
geekjourneyx/md2wechat-skill
/platforms/openclaw/md2wechat/SKILL.md
Licence : Other. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/geekjourneyx/md2wechat-skill/main/platforms/openclaw/md2wechat/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurgeekjourneyx
Étoiles 3.4k
LicenceOther
Mis à jour16 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Base de connaissances

Voir toutarrow_forward