sending-attachments

Send workspace images, documents, or CSV files to the OPERATOR.

5|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mrtolkien/GHOST --skill sending-attachments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sending-attachments
Source: https://github.com/mrtolkien/GHOST/tree/main/prompts/skills/sending-attachments
Command: npx skills add https://github.com/mrtolkien/GHOST --skill sending-attachments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sending attachments to the OPERATOR can be tedious when context switching or when files are scattered in the workspace. This Skill provides a simple, reliable way to deliver images, generated files, CSVs, or other attachments directly to the OPERATOR without manual steps.

Core Features & Use Cases

  • Attachment delivery: send images, CSVs, or any file from your workspace to the OPERATOR.
  • Automatic routing: detects session and channel from the environment, no IDs needed.
  • Flexible payloads: supports image with caption and arbitrary file attachments for quick sharing in ongoing conversations.
  • Use cases include sharing charts, data exports, or logs with a single command.

Quick Start

Run ghost attach $WORKSPACE/tmp/data.csv to send a file to the OPERATOR.

Frequently Asked Questions about sending-attachments

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

FAQPage Schema
How do I send files to the OPERATOR from my workspace?

To send files to the OPERATOR, use the ghost attach command followed by the file path. This routes workspace images, CSVs, or documents directly to the active OPERATOR session without requiring manual IDs.

Can I send images with captions to the OPERATOR?

Yes, you can send images with captions to the OPERATOR. The Skill supports flexible payloads, allowing you to attach images and include captions for quick sharing in ongoing conversations.

Do I need to specify a session ID to share attachments with the OPERATOR?

No, you do not need an explicit session ID to share attachments. The Skill features automatic routing that detects the session and channel directly from the environment.

What types of files can I deliver to the OPERATOR across sessions?

You can deliver images, CSV files, data exports, charts, logs, and other documents from your workspace to the OPERATOR across sessions. The Skill handles arbitrary file attachments via ghost commands.

What is the best way to automate sending CSV exports to the OPERATOR?

The best way to automate sending CSV exports is using the ghost attach command. It reliably delivers data exports and generated files directly to the OPERATOR in a single step without manual intervention.

Does sending attachments work across different OPERATOR sessions?

Yes, sending attachments works across different OPERATOR sessions. The Skill detects the active session from the environment, ensuring files are routed correctly without manual context switching.