send-media

Send files and media up to 30MB to Feishu, Discord, Telegram, or WhatsApp channels.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill send-media
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: send-media
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/media/send-media
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill send-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing file sharing across channels can be cumbersome and risky, especially with varying media types and strict size limits.

Core Features & Use Cases

  • Send files or media to the current channel or a specified remote channel (Feishu/Discord/Telegram/WhatsApp) up to 30MB per file.
  • Attach an optional message and reuse attachments from the current chat when available.
  • Validate target channels and require data_export approvals for local file access to ensure governance.

Quick Start

Tell the assistant to send a file or image to a channel from the current conversation.

Frequently Asked Questions about send-media

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

FAQPage Schema
How do I send files and media from a chat to a Discord or Telegram channel?▼

You can send media to channels by directing the assistant to forward files, images, or PDFs from your current conversation to a specified Feishu, Discord, Telegram, or WhatsApp target. The Skill validates the target channel and transfers the attachment safely.

Can I forward attachments from my current chat to Feishu or WhatsApp?▼

Yes, you can forward attachments from your current chat to Feishu or WhatsApp. The Skill reuses available attachments from the ongoing conversation and optionally appends a custom message before sending them to the validated target channel.

What is the file size limit for sending media to channels?▼

The file size limit for sending media is 30MB per file. This constraint applies to all supported media types, including images, PDFs, reports, and audio/video files sent to any validated Feishu, Discord, Telegram, or WhatsApp target.

Do I need data_export approval to send local files to a channel?▼

Yes, data_export approval is required to send local files to a channel. The Skill enforces this governance requirement for local file access, ensuring secure handling when using file_path inputs to share media externally.

Does sending media to channels support base64 file inputs?▼

Yes, sending media supports media_base64 inputs alongside standard file_path references. This allows you to transmit files and media to target channels without direct local file access, provided the 30MB per-file limit is observed.