weixin-file-send

Emit a protocol block to deliver existing local files or images.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mitchlabeetch/Largarda --skill weixin-file-send-mitchlabeetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weixin-file-send
Source: https://github.com/mitchlabeetch/Largarda/tree/main/src/process/resources/skills/weixin-file-send
Command: npx skills add https://github.com/mitchlabeetch/Largarda --skill weixin-file-send-mitchlabeetch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a user requests a local file or image, this skill ensures the file is delivered via a protocol block only when the file exists, preventing false claims.

Core Features & Use Cases

  • Direct file delivery through protocol blocks to the chat.
  • Supports sending images and other local files referenced in the workspace.
  • Safe, explicit transfers that require an existing local path before emitting any signal.

Quick Start

Ask me to send a local file or image; if the file exists at the specified path, I will emit the appropriate protocol block to deliver it.

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 a local file directly in a chat interface?

To send a local file directly in a chat, you need a valid local file path. The system checks if the file exists and then emits a protocol block to deliver the file safely into the conversation.

Can I deliver local images through chat without uploading them to a server?

Yes, you can deliver local images directly by emitting a protocol block into the chat. This requires specifying a valid local file path where the image exists, ensuring direct transfer without server uploads.

Why does a file fail to send when requested in chat?

A file fails to send when the specified local file path is invalid or the file does not exist. The system prevents false claims by only emitting the delivery protocol block after verifying the file's existence.

What is a protocol block for file delivery in chat?

A protocol block for file delivery is a signal emitted into the chat to transfer local files or images. It acts as a safe, explicit mechanism that ensures files are only sent when a valid local path exists.

When do I need to use a protocol block to transfer files?

You need to use a protocol block to transfer files when a user requests a local file or image and a suitable file exists at a valid local path. This prevents false claims of delivery for missing files.

Does weixin-file-send work with any local file format?

weixin-file-send supports sending images and other local files referenced in the workspace. As long as the file exists at the specified local path, the skill can emit the protocol block to deliver it.