pilot-s3-bridge

Bridge S3, GCS, and Azure Blob storage for Pilot agents.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-s3-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-s3-bridge
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-s3-bridge
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-s3-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridge cloud storage access for Pilot agents by exposing AWS S3, Google Cloud Storage, and Azure Blob storage through a bridge, enabling operations when direct cloud connectivity is constrained.

Core Features & Use Cases

  • Cloud storage bridging: upload, download, and list objects via Pilot Protocol gateways.
  • Remote data access: manage cloud-stored data from agents that operate behind restricted networks.
  • Compatibility: works with S3, GCS, and Azure Blob through a unified bridge layer.

Quick Start

Install Pilot Protocol, start the daemon, and install the pilot-s3-bridge to begin bridging cloud storage.

Frequently Asked Questions about pilot-s3-bridge

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

FAQPage Schema
How do I access S3 cloud storage from agents in restricted networks?

To access S3 cloud storage from restricted networks, you can use a bridge layer via the Pilot Protocol to upload, download, and manage files through a gateway. This enables remote data operations when direct cloud connectivity is constrained.

Can I manage Google Cloud Storage and Azure Blob files through the same bridge?

Yes, you can manage Google Cloud Storage and Azure Blob files through the same unified bridge layer. The bridge exposes these platforms for Pilot agents to perform object operations across different cloud providers.

What do I need to set up before bridging cloud storage for Pilot agents?

Before bridging cloud storage, you need a running Pilot Protocol daemon (pilotctl), the pilot-protocol skill, and valid cloud credentials provided to the environment to enable secure access.

When should I use a cloud storage bridge instead of direct access?

You should use a cloud storage bridge when direct cloud connectivity is constrained or restricted. It allows Pilot agents operating behind restricted networks to access and manage cloud-stored data.