wechat

Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wechat" with this command: npx skills add AlphaFactor/wechat

微信本地数据读取工具

安全读取微信本地 SQLite 数据库,获取联系人、聊天记录、收藏等信息。

⚠️ 重要声明:本工具仅读取本地数据,不会修改任何文件。仅供用户查看自己的微信数据使用。

支持平台

  • ✅ macOS (通过 ~/Library/Containers/com.tencent.xinWeChat/)
  • ⚠️ Windows (通过自定义路径)
  • ❌ iOS/Android (无法直接访问本地数据库)

前提条件

1. 确保微信在电脑上登录过

本工具读取的是电脑版微信的本地数据库文件。

2. 权限检查

# 检查是否有权限访问微信数据目录
ls -la ~/Library/Containers/com.tencent.xinWeChat/

如果权限不足,可能需要:

# 授予终端完全磁盘访问权限
# 系统设置 → 隐私与安全 → 完全磁盘访问权限 → 添加终端

使用方法

列出找到的数据库

python3 scripts/wechat.py list

查看联系人列表

python3 scripts/wechat.py contacts

输出示例:

👥 联系人列表 (50 个):

序号   昵称/备注              微信号
--------------------------------------------------
1      张三                   zhangsan123
2      李四(同事)             lisi_work
3      家人群                 chatroom_xxx

查看最近会话

python3 scripts/wechat.py sessions --limit 20

输出示例:

💬 最近会话 (20 个):

📌    家人群                  2024-01-15 20:30:15
      💬 [图片]

🔴 5  张三                    2024-01-15 19:45:22
      💬 明天见!

搜索消息内容

python3 scripts/wechat.py search "关键词" --limit 50

查看收藏内容

python3 scripts/wechat.py favorites --limit 20

查看统计数据

python3 scripts/wechat.py stats

输出示例:

📊 微信数据统计:

📁 contact: /Users/xxx/Library/.../Contact.sqlite
📁 session: /Users/xxx/Library/.../Session.sqlite
📁 chat: /Users/xxx/Library/.../Chat.sqlite

----------------------------------------
👥 联系人数量: 1234
💬 会话数量: 156
📨 消息数量: 45678
⭐ 收藏数量: 89

命令参考

命令功能示例
list列出数据库文件wechat.py list
contacts联系人列表wechat.py contacts --limit 50
sessions会话列表wechat.py sessions --limit 20
search搜索消息wechat.py search "关键词"
favorites收藏内容wechat.py favorites
stats统计信息wechat.py stats

自定义路径

如果微信安装在非默认位置:

python3 scripts/wechat.py --path /path/to/wechat/data contacts

Windows 路径示例:

python3 scripts/wechat.py --path "C:/Users/用户名/Documents/WeChat Files/" contacts

数据库说明

数据库内容说明
Contact.sqlite联系人信息微信号、昵称、备注
Session.sqlite会话列表最近聊天、未读消息
Chat.sqlite聊天记录消息内容、时间
Favorite.sqlite收藏内容收藏的消息、链接、笔记
Brand.sqlite公众号关注的公众号信息

技术说明

  • 使用 SQLite 只读模式 (mode=ro) 打开数据库
  • 所有操作均为查询,不会执行 INSERT/UPDATE/DELETE
  • 时间戳为毫秒级 Unix 时间戳,会自动转换为可读格式

常见问题

错误:Permission denied → 授予终端"完全磁盘访问权限": 系统设置 → 隐私与安全 → 完全磁盘访问权限 → 添加终端

错误:未找到数据库文件 → 确认微信已登录过,或指定自定义路径 --path

错误:database is locked → 关闭微信后重试(微信运行时可能锁定数据库)

读取的内容是加密的? → 部分字段可能经过加密,这是微信的安全机制

隐私与安全

  • ✅ 本工具只读取本地数据,不上传任何信息
  • ✅ 所有操作在本地完成
  • ✅ 需要用户明确授权才能访问数据目录
  • ⚠️ 读取的数据包含个人隐私,请妥善保管

参考

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

微信公众号文章解析

Extract metadata and content from WeChat Official Account articles. Use when user needs to parse WeChat article URLs (mp.weixin.qq.com), extract article info...

Registry SourceRecently Updated
41.1K
Profile unavailable
General

wechat-mick

总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容...

Registry SourceRecently Updated
060
Profile unavailable
General

wechat-summary2

总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容...

Registry SourceRecently Updated
062
Profile unavailable