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.
Why use this skill?
Securely access and search your local WeChat chat history, contacts, and favorites using OpenClaw. A powerful, read-only tool for data retrieval.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/wechateWhat This Skill Does
The WeChat skill for OpenClaw provides a secure, read-only interface to your local WeChat database files on Windows and macOS. By acting as a bridge between the agent and your locally stored SQLite WeChat databases, it enables you to search through historical messages, retrieve contact lists, view recent chat sessions, and access your favorites without needing to keep the WeChat application open or perform manual exports. It is designed for users who want to query their own chat history and data using natural language prompts within the OpenClaw ecosystem.
Installation
Installation is streamlined through the OpenClaw command-line interface. Before proceeding, ensure you have the OpenClawCLI installed by visiting the official website. Once installed, simply run the following command in your terminal: clawhub install openclaw/skills/skills/thiagoruss0/wechate. Ensure you have granted your terminal 'Full Disk Access' in your system settings (System Settings -> Privacy & Security -> Full Disk Access) to allow the tool to read the underlying database files safely.
Use Cases
This skill is perfect for scenarios where you need to quickly extract information from your history. Common use cases include: 1) Searching for a specific address or phone number shared in a past conversation; 2) Generating a summary of recent conversations with a specific contact; 3) Managing or viewing your collection of saved links and notes; 4) Analyzing your chat statistics to see whom you communicate with most frequently.
Example Prompts
- "OpenClaw, can you search through my recent messages for the address that Zhang San sent me last week?"
- "Show me the last 10 messages from my work group chat to catch up on what I missed."
- "List my saved favorite items from WeChat and tell me how many items I have collected in total."
Tips & Limitations
This tool is strictly read-only, ensuring that your data remains untouched and secure; it will never modify, delete, or add information to your database. Note that the tool requires the local database files to be accessible, which may be temporarily locked while the WeChat desktop application is actively running; if you encounter a 'database is locked' error, simply close the WeChat application before executing the command. Please be aware that this skill is for desktop platforms only and cannot access cloud-based data or mobile-only encrypted storage. Always ensure your environment is secure, as this tool provides direct access to your personal communication logs.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-wechate": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
seo-optimizer
This skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks.
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).