wechat-batch-add
Installation
SKILL.md
批量加微信 Skill
⚠️ 仅 macOS。WeChat 4.0+ 桌面版。Windows 不支持,需要手动迁移。
整套自动化逻辑封装在 scripts/run_batch.sh 里 —— agent 不要自己拼 osascript/cliclick 命令,直接调脚本。
用法(agent 只做 3 件事)
Step 1: 解析用户意图,确定输入
| 用户场景 | agent 行为 |
|---|---|
| 用户上传/给了 .txt/.csv/.xlsx 文件 | 拿到绝对路径 <p>,准备 --file "<p>" |
| 用户在对话里粘贴一串号 | 拿到那串文本 <t>,准备 --text "<t>" |