send-to-user

Delivers tagged local files to users in chat via absolute paths.

18|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yaron9/MetaMe --skill send-to-user
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-to-user
Source: https://github.com/Yaron9/MetaMe/tree/main/skills/send-to-user
Command: npx skills add https://github.com/Yaron9/MetaMe --skill send-to-user

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在聊天中将本地文件直接发送到用户手机,解决长文本/文件限流和查看不便的问题。需要将截图、报表、日志等文件快速发送给对话中的用户以便查看和下载。

Core Features & Use Cases

  • 支持将一个或多个文件通过 [[FILE:/absolute/path/to/file]] 标记进行发送,daemon 会解析并把文件作为附件推送到对话中。
  • 支持包含空格和中文路径的绝对路径文件。
  • 在回答完成后自动附上要交付的文件标记,支持多文件场景;若文件不存在则回退为文本提示。

Quick Start

在完成回复后,在末尾逐行添加要交付的文件标记 [[FILE:/absolute/path/to/file]],即可实现发送。

Frequently Asked Questions about send-to-user

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

FAQPage Schema
How do I send local files directly to a mobile device through a chat conversation?

To send local files to a mobile device, use the dedicated [[FILE:/absolute/path]] marker in your chat reply. The daemon parses this marker and automatically uploads the specified file as an attachment to the user.

Can I send multiple files at once to Feishu or Telegram?

Yes, you can send multiple files to platforms like Feishu and Telegram. Simply append multiple [[FILE:/absolute/path]] markers on separate lines at the end of your reply to deliver several attachments simultaneously.

Does the file sending marker support file paths with spaces or Chinese characters?

Yes, the file sending marker fully supports absolute file paths containing spaces and Chinese characters. The daemon correctly parses these complex paths to locate and upload the local file attachments.

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

If the local file does not exist, the delivery process uses a silent fallback mechanism. Instead of failing, it automatically reverts to sending a standard text prompt to notify the user.

When should I use absolute file path markers to deliver attachments in a chat?

You should use absolute file path markers to deliver attachments when you need to bypass long text or file size limits. It is ideal for quickly sending screenshots, logs, and reports for immediate viewing.