用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xingfanxia/wechat-mac-reader --skill wechat-reader命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | wechat-reader |
| description | 查询微信聊天记录、联系人、群聊。基于 chatlog-bot 本地解密数据库。触发场景:'查微信聊天记录'、'微信群总结'、'搜微信消息'、'wechat history'、'查群聊'、'微信联系人'。 |
Query WeChat chat history, contacts, and group chats from locally decrypted databases.
chatlog-bot server running at http://127.0.0.1:5030.
# Check health
curl -s http://127.0.0.1:5030/health
| Endpoint | Description |
|---|---|
GET /api/v1/session | List recent conversations |
GET /api/v1/chatlog?keyword=<name>&limit=50 | Chat history (fuzzy match) |
GET /api/v1/contact?keyword=<name> | Search contacts |
GET /api/v1/chatroom?keyword=<name> | Search group chats |
GET /health | Health check |
# List recent sessions
curl -s "http://127.0.0.1:5030/api/v1/session"
# Get chat history by name or chatroom ID
curl -s "http://127.0.0.1:5030/api/v1/chatlog?keyword=AI生产力训练营&limit=200"
# Search contacts
curl -s "http://127.0.0.1:5030/api/v1/contact?keyword=鸭哥"
If WeChat restarts, run: ./scripts/rekey.sh