wechat-claude-code

Bridge WeChat to local Claude Code for interactive messaging with tool approvals.

1|1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/CTctikki/wechat-claude-code --skill wechat-claude-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-claude-code
Source: https://github.com/CTctikki/wechat-claude-code/tree/main
Command: npx skills add https://github.com/CTctikki/wechat-claude-code --skill wechat-claude-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill bridges your personal WeChat to your local Claude Code so you can chat with it from your phone while keeping interactive features like image analysis and tool-permission approvals.

Core Features & Use Cases

  • Real-time tool progress updates: shows Claude’s tool calls (e.g., Bash/Read/Glob) as they happen.
  • Image recognition for WeChat: you can send photos and Claude will analyze them by downloading and decrypting the media and reading it from disk.
  • Interactive permission approvals: when Claude requests tool execution, you approve or deny in WeChat using y/n (with multiple permission modes).
  • Slash commands and skill triggering: manage daemon status, session state, prompt, model, working directory, and trigger other installed skills from WeChat.
  • Interrupt + session persistence: sending a new message can abort a running query, and chat context is persisted across messages.

Use case: you want to debug a script and inspect a directory, so you send an instruction in WeChat, approve the needed tool actions, and receive progress updates and results back in chat.

Quick Start

Ask your Claude agent with the command: "wechat-claude-code, start and tell me the next steps to chat in WeChat."

Frequently Asked Questions about wechat-claude-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I chat with Claude Code from my phone using WeChat?

You can chat with Claude Code from your phone using a WeChat bridge that routes messages to local npm scripts. It streams real-time tool progress and maintains session persistence across your messages.

Can I send images to Claude Code through WeChat for analysis?

Yes, image recognition is supported in WeChat. The bridge downloads and decrypts your sent photos, reading them from local disk so Claude Code can analyze the visual content directly.

How do I approve tool execution permissions for Claude Code remotely?

You approve tool execution permissions remotely by replying y or n directly in WeChat. The bridge securely mediates SDK tool permissions, offering multiple permission modes for controlling requested actions.

What slash commands are available when bridging Claude Code to WeChat?

Slash commands let you manage daemon status, session state, prompt, model, and working directory from WeChat. You can also trigger other installed skills remotely during your interactive session.

Does sending a new WeChat message interrupt a running Claude Code query?

Yes, sending a new WeChat message aborts a currently running Claude Code query. This interrupt mechanism lets you quickly redirect the agent while keeping chat context persisted across all messages.