file-delivery

Send PDFs, images, and documents to a designated channel using the send_file tool.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill file-delivery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: file-delivery
Source: https://github.com/berrzebb/SoulFlow-Orchestrator/tree/main/src/skills/file-delivery
Command: npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill file-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of sending files, such as PDFs, images, and documents, to a specified channel, streamlining communication and information sharing.

Core Features & Use Cases

  • File Sending: Utilizes the send_file tool to attach and send files directly within the chat interface.
  • File Writing: Integrates with the write_file tool, allowing for the creation of files before they are sent.
  • Use Case: After generating a monthly report as a PDF, use this Skill to automatically attach and send it to the relevant team channel with a descriptive caption.

Quick Start

Use the file-delivery skill to send the file located at report.pdf with the caption "Here is your requested report.".

Frequently Asked Questions about file-delivery

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

FAQPage Schema
How do I send files like PDFs and images directly to a channel?▼

To send files like PDFs and images directly to a channel, you can use the `send_file` tool to attach and deliver generated content with a descriptive caption within your communication platform.

Can I generate a document and attach it to a message in one workflow?▼

Yes, you can generate a document and attach it to a message in one workflow by using the `write_file` tool to create the file before using `send_file` to deliver it to the designated channel.

What is the best way to automate sharing a generated report in chat?▼

The best way to automate sharing a generated report in chat is to use a file delivery skill that leverages the `send_file` tool, allowing you to programmatically attach and send PDFs or documents to a specified channel.

Does this file sending approach support delivering images and documents to designated channels?▼

Yes, this file sending approach supports delivering images and documents to designated channels. It enables the sending of various file types, including PDFs, directly within the chat interface.

How do I attach a generated PDF to a channel message with a caption?▼

To attach a generated PDF to a channel message with a caption, use the file delivery skill to locate your target file and specify your caption text to send it via the `send_file` tool.