deliver-artifacts

Send file, image, or voice attachments to the active IM chat and return a delivery receipt.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill deliver-artifacts-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliver-artifacts
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/deliver-artifacts
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill deliver-artifacts-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensure reliable delivery of non-text attachments to the active IM chat via the gateway and produce a structured delivery receipt as the single source of truth for attachment delivery status. This separates text forwarding (handled automatically by the gateway) from attachment delivery (which must use this tool).

Core Features & Use Cases

  • Gateway delivery with receipt: Send attachments (file, image, voice) through the IM gateway and return a structured acknowledgment indicating delivery status.
  • Multi-type artifact support: Accepts local file paths, optional captions, and supports send or preview modes to validate before actual delivery.
  • Practical examples: Send a webpage screenshot to a team chat, deliver a generated report file to a collaborator, or forward a voice note recorded locally to the current conversation.

Quick Start

Use the deliver-artifacts tool to send the image located at data/temp/screenshot.png with caption Page screenshot to the current IM chat in send mode.

Frequently Asked Questions about deliver-artifacts

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

FAQPage Schema
How do I send files and images to an IM chat from a bot workflow?

To send files and images to an IM chat, use a gateway delivery tool that processes local file paths and returns a structured delivery receipt confirming the attachment status in the active session.

Does the IM gateway automatically forward file attachments?

No, the IM gateway automatically forwards text messages only. File attachments must be sent through a dedicated delivery tool to ensure reliable transfer and generate a structured acknowledgment payload.

Can I validate a file before delivering it to the current chat session?

Yes, you can validate a file before delivery by using preview mode. This checks the local file path and caption setup without executing the actual send operation in the active IM chat.

What types of media attachments can I deliver through the gateway?

You can deliver files, images, and voice messages through the gateway. The tool accepts local file paths and optional captions to send these multi-type artifacts to the current conversation.

Why do I get a delivery receipt when sending a voice note to a chat?

You get a delivery receipt because the tool returns a structured acknowledgment acting as the single source of truth for attachment delivery status, separating it from automatic text forwarding.