weixin-file-send

Send existing local files or images via protocol blocks.

33|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill weixin-file-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weixin-file-send
Source: https://github.com/gaogg521/1ONE-ClaudeCode/tree/main/src/process/resources/skills/weixin-file-send
Command: npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill weixin-file-send

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sends local files or images back to the user within the chat when requested, reducing manual lookup and preventing misdelivery.

Core Features & Use Cases

  • Direct file or image delivery via explicit protocol blocks to ensure successful transfers.
  • Works with existing local assets and supports both images and generic files for seamless sharing.
  • Use case: user asks for a local chart.png; the skill responds with a protocol block to deliver the file.

Quick Start

Ask the AI to send a local file or image back in the current chat when a matching file exists.

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 local files in a chat context?

To send local files in a chat, request the AI to deliver an existing local asset. The skill emits a valid protocol block with the file path, ensuring seamless on-demand transfer without manual lookup.

Can I send local images back to the user on request?

Yes, you can send local images on request by generating a protocol block with the type image. The skill verifies a valid local path exists and delivers the image directly within the chat context.

What is the best way to deliver existing local assets via chat protocol blocks?

The best way to deliver existing local assets is using explicit protocol blocks for files or images. This approach validates local paths and prevents misdelivery by only transferring assets that actually exist.

Does the file send protocol work with generic files or only images?

The file send protocol works with both generic files and images. It applies to any chat context where a local asset exists, emitting a protocol block with the correct file or image type and valid path.

What happens if I try to send a local file that does not exist?

If a local file does not exist, the skill will not deliver it. It ensures a valid local path is emitted and only delivers existing local assets, preventing misdelivery of missing files in the chat.