LLM Skills
~/catalog/knowledge base//SKILL
Knowledge baseGitHub source

Md2wechat

/SKILL

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.

geekjourneyxgeekjourneyx
3.4k
June 16, 2026
Other
// skill content

--- name: md2wechat description: Convert Markdown to WeChat Official Account HTML, view supported providers/themes/prompts , generate article images, create drafts, write using creator styles, and remove traces of AI-generated text. 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 thisskill to operate themd2wechat CLI . Keep theskill 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 Select the command family before performing any publish or generation action: - Standard article HTML, article preview, metadata inspection, or WeChat article draft: useinspect ,preview , andconvert . - Image-first post, image note, image-text note,newspic , or multi-image post: usecreate_image_post , notconvert --draft . - Article cover or article infographic: prefergenerate_cover orgenerate_infographic over rawgenerate_image when a bundled preset is appropriate. - Writing in a creator style or removing AI traces: usewrite orhumanize . - Provider, theme,prompt , or layout uncertainty: run discovery first. Do not guess based on memory or repository files. Treatconvert --draft andcreate_image_post as distinct publish targets, not interchangeable variants. ## Discovery First UseCLI 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 require provider, theme,prompt , or layout selection. Run the smallest useful discovery set: - Article formatting with no theme or modules selected: ``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 md2wechatskills 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 md2wechatAPI credentials. - WeChat draft creation requires WeChat credentials. - Name

// original public source
geekjourneyx/md2wechat-skill
/platforms/openclaw/md2wechat/SKILL.md
License: Other. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/geekjourneyx/md2wechat-skill/main/platforms/openclaw/md2wechat/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 3.4k
LicenseOther
UpdatedJune 16, 2026
Format.md
AccessFree
// similar

Skills Knowledge base

View allarrow_forward