ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

Wechat Connect

Install OpenClaw's official WeChat plugin and complete account pairing via QR code scan. Triggers when the user says "install WeChat plugin", "connect WeChat", or "WeChat QR code". No command-line interaction required.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alphafactor/wechat
Or

What This Skill Does

The WeChat skill for OpenClaw provides a secure, local-first interface to interact with your WeChat desktop application data. By leveraging read-only connections to the underlying SQLite databases used by WeChat, this agent allows you to query your own communication history, contact lists, saved sessions, and favorite items directly from your local filesystem. It bridges the gap between raw database files and actionable insights, enabling you to search through thousands of messages or list your recent contacts without needing to manually navigate folders or manage database drivers yourself.

Installation

To integrate this tool into your environment, use the OpenClaw command-line interface. Run the following command in your terminal: clawhub install openclaw/skills/skills/alphafactor/wechat Once installed, ensure your environment has the necessary read permissions for the directory where WeChat stores its local data. For macOS users, this typically involves granting your terminal 'Full Disk Access' via System Settings to ensure the agent can traverse protected paths like ~/Library/Containers/com.tencent.xinWeChat/.

Use Cases

  • Efficient Search: Quickly locate a specific piece of information from past conversations across multiple chat threads without scrolling endlessly in the WeChat interface.
  • Content Management: Review and organize your WeChat favorites by exporting or listing them through the agent.
  • Digital Cleanup: Generate statistics to identify active conversations or monitor your data usage patterns on disk.
  • Automation: Feed chat history into other OpenClaw agents to create summaries or generate action items from professional discussions.

Example Prompts

  • "Can you search my messages for the meeting notes I discussed with Wang last week?"
  • "List my 10 most recent WeChat sessions and tell me if there are any unread messages."
  • "Show me all my saved favorites related to 'AI research' from my WeChat collection."

Tips & Limitations

  • Read-Only Guarantee: This skill is strictly designed for read-only operations. It does not possess the ability to modify, delete, or send messages, keeping your data footprint secure.
  • Performance: For large databases, search queries might take a few moments. Use the --limit flag to restrict output size for faster responses.
  • OS Compatibility: Currently, this tool is fully optimized for macOS and Windows. Mobile versions of WeChat (iOS/Android) are not supported as their databases are typically encrypted and sandboxed, preventing direct local access.
  • Troubleshooting: If you receive a 'database is locked' error, ensure the WeChat desktop application is fully closed before triggering the agent, as the app may hold exclusive write locks on the files.

Metadata

Stars3992
Views3
Updated2026-04-10
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alphafactor-wechat": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#wechat#sqlite#messaging#local-data#productivity
Safety Score: 4/5

Flags: file-read