file-sending

Sends files securely via the ultiimate-code-remote command with path validation and error handling.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/oliverhuynh/codex-master --skill file-sending
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-sending
Source: https://github.com/oliverhuynh/codex-master/tree/main/skills/file-sending
Command: npx skills add https://github.com/oliverhuynh/codex-master --skill file-sending

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual file transfers are error-prone and insecure, especially when sharing artifacts across teams or systems.

Core Features & Use Cases

  • Safe file sending: wraps the transfer command to ensure correct file-path handling and basic validation.
  • Artifact transfer: supports single-file and associated artifacts using the ultimate-code-remote tool.
  • Use Case: When you need to send a sensitive document to a teammate, this skill guarantees the transfer command is executed consistently.

Quick Start

Transfer a file securely by running ultimate-code-remote send-file <file-path>.

Frequently Asked Questions about file-sending

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

FAQPage Schema
How do I automate secure file transfers from the command line?

You can automate secure file transfers by running the wrapper command to route paths deterministically, ensuring correct handling and reliable delivery without manual intervention.

What is the best way to send sensitive artifacts to a teammate reliably?

Sending sensitive artifacts reliably involves wrapping the transfer command to validate input paths and route delivery consistently, preventing errors common in manual file sharing.

How do I validate file paths before transferring an artifact?

Validating file paths before transferring an artifact is handled automatically by the wrapper, which checks input routes to ensure deterministic execution and correct delivery.

Can I use a CLI wrapper for single-file uploads and artifact transfers?

You can use a CLI wrapper for single-file uploads and artifact transfers, executing the transfer command consistently to ensure safe and reliable file delivery across systems.

Why does manual file sharing cause errors when sending artifacts across teams?

Manual file sharing causes errors because it lacks path validation and deterministic execution, making transfers insecure and error-prone when sending artifacts across teams or systems.

Do I need the ultimate-code-remote wrapper to send files safely?

Routing transfers through the wrapper is required to validate paths, apply deterministic execution, and ensure the reliable delivery of your files.