plugins marketplace
← All plugins

wechat

v0.1.0

WeChat channel for Claude Code — bridge WeChat messages into Claude Code sessions via iLink Bot API with media support.

Claude Code1 skill1 MCP serverstdio

19updated 4 months ago

Source

git clone https://github.com/swim2sun/claude-code-wechat

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

wechat/
├── .claude-plugin/plugin.json
├── skills/configure/SKILL.md
└── .mcp.json

Skills1

configureskills/configure/SKILL.md

Set up the WeChat channel — run QR login or check credentials status. Use when the user wants to configure WeChat, asks to log in, asks "how do I set this up," or wants to check channel status.

MCP servers1

wechatstdio
command
bun
args
run --cwd ${CLAUDE_PLUGIN_ROOT} --shell=bun --silent start

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Manifests1

.claude-plugin/plugin.json
{
  "name": "wechat",
  "description": "WeChat channel for Claude Code — bridge WeChat messages into Claude Code sessions via iLink Bot API with media support.",
  "version": "0.1.0",
  "keywords": [
    "wechat",
    "weixin",
    "messaging",
    "channel",
    "mcp"
  ]
}