weixin-file-send

Send local files and images within WeChat conversations.

137|21|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/nomifun/nomifun-tauri --skill weixin-file-send-nomifun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weixin-file-send
Source: https://github.com/nomifun/nomifun-tauri/tree/main/crates/backend/nomifun-app/assets/builtin-skills/weixin-file-send
Command: npx skills add https://github.com/nomifun/nomifun-tauri --skill weixin-file-send-nomifun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to send files or images back to users during WeChat conversations, simplifying the process of file sharing in real-time.

Core Features & Use Cases

  • File Sending: Allows the user to send local files or images back to the chat.
  • User Requests: Triggered by user commands like "send me the file" or "发给我".
  • Automatic Delivery: When a local file already exists, it can be automatically delivered to the current chat.

Quick Start

Use the weixin-file-send skill to send a file or image back to the user in the current chat.

Frequently Asked Questions about weixin-file-send

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

FAQPage Schema
How do I send files back to a user in a WeChat conversation?

To send files in a WeChat conversation, use the weixin-file-send skill to deliver local files or images directly to the current chat. It triggers when users request file sharing and requires the file to exist locally.

Can I send images through WeChat using this file sharing method?

Yes, you can send images through WeChat using this file sharing method. The skill supports both file and image types, enabling real-time image delivery in WeChat conversations when a local image file exists.

What do I need to trigger automatic file delivery in WeChat chats?

To trigger automatic file delivery in WeChat chats, the local file must already exist on the system. When a user sends a command like 'send me the file' or '发给我', the skill delivers the available local file.

Why does WeChat file sending fail if the local file does not exist?

WeChat file sending fails if the local file does not exist because the skill requires local file existence for successful delivery. It cannot fetch remote files; it only sends documents or images already present locally.

Does WeChat file sharing work with real-time user requests in a conversation?

Yes, WeChat file sharing works with real-time user requests in a conversation. The skill caters to scenarios where users need to share documents or images instantly, triggered by natural language commands during the chat.