Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
joeseesun avatar

Wechat Multi

  • 190 installs
  • 19 repo stars
  • Updated March 7, 2026
  • joeseesun/wechat-multi

Open multiple WeChat instances on macOS with app duplication and code signing for parallel account management.

About

macOS tool for multi-instance WeChat execution by duplicating app bundles and resigning them. Supports dual and multi-open modes with rebuild after updates.

  • WeChat multi-open using bundle duplication and code resigning
  • Auto-rebuild after updates and custom app naming for instance management

Wechat Multi by the numbers

  • 190 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #1,072 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joeseesun/wechat-multi --skill wechat-multi

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs190
repo stars19
Last updatedMarch 7, 2026
Repositoryjoeseesun/wechat-multi

What it does

Open multiple WeChat instances on macOS with app duplication and code signing for parallel account management.

Files

SKILL.mdMarkdownGitHub ↗

WeChat Multi-Instance (小绿书)

命令映射

脚本路径:~/.claude/skills/wechat-multi/scripts/wechat-multi.sh(以下简称 SCRIPT

首次使用

需要 sudo 权限。建议配置 sudoers 免密码,否则每次会弹出密码输入:

echo "$(whoami) ALL=(ALL) NOPASSWD: $(which bash) $(ls ~/.claude/skills/wechat-multi/scripts/wechat-multi.sh)" | sudo tee /etc/sudoers.d/wechat-multi

命令映射

用户说执行命令
"打开两个微信" / "微信双开"sudo $SCRIPT auto --force
"打开N个微信" / "微信多开N个"sudo $SCRIPT multi N --force
"再开一个微信"open -n /Applications/小绿书.app
"微信更新后重建" / "修复微信多开"sudo $SCRIPT rebuild --force
"关闭所有微信"sudo $SCRIPT kill

注意事项

  • 微信更新后副本会失效,运行 rebuild 重建
  • 副本名为 小绿书.app(双开)或 小绿书1.app小绿书2.app...(多开)
  • 如果提示签名错误,也用 rebuild 修复

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.