md2wechat Agent API markAgent API Docs
md2wechat Agent API markAgent API Docs
Homepage

Start

Markdown to WeChat API DocsQuickstartAuth

APIs

Integrations

Operations

ErrorsPricingContact
X (Twitter)

Claudian

Use md2wechat inside Obsidian with Claudian, including install order, PATH fixes, and first prompts.

Claudian

Claudian is the Obsidian path for md2wechat-skill.

The stable rule is simple:

  1. install the md2wechat CLI
  2. install the shared skill with npx skills add
  3. fix PATH inside Claudian if the GUI cannot find the CLI

Step 1. Install the CLI

If you already have Node and npm, start here:

npm install -g @geekjourneyx/md2wechat

If you prefer Homebrew on macOS:

brew install geekjourneyx/tap/md2wechat

Or:

go install github.com/geekjourneyx/md2wechat-skill/cmd/md2wechat@v2.0.7

Fallback:

curl -fsSL https://github.com/geekjourneyx/md2wechat-skill/releases/download/v2.0.7/install.sh | bash
export PATH="$HOME/.local/bin:$PATH"

Step 2. Install the skill

npx skills add https://github.com/geekjourneyx/md2wechat-skill --skill md2wechat

Then verify:

md2wechat version --json
md2wechat capabilities --json
ls ~/.claude/skills/md2wechat

Step 3. Use it in Obsidian

Back in Claudian, try either:

  • /md2wechat
  • a natural language request such as:
Please use md2wechat to convert the current Markdown note into WeChat HTML and show me a preview first.

If Claudian still cannot find md2wechat

This is usually a GUI PATH problem.

Open:

  • Settings
  • Environment
  • Custom variables

Then add a PATH entry that includes your CLI directory, for example:

PATH=/Users/your-name/.local/bin:existing-path

Notes

  • The skill format is compatible with Claude Code style skills.
  • npx skills add does not install the CLI runtime.
  • Discovery commands are still the safest first step.

Continue here

  • md2wechat-skill Guide
  • Coding Agents

Table of Contents

Claudian
Step 1. Install the CLI
Step 2. Install the skill
Step 3. Use it in Obsidian
If Claudian still cannot find md2wechat
Notes
Continue here