Bridges the Pilot Protocol with cloud storage services like AWS S3 and GCS, allowing AI agents to manage files through secure gateway agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pilot-s3-bridge
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pilot-s3-bridge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Pilot S3 Bridge is a technical integration designed to connect AI agents with major cloud storage providers including AWS S3, Google Cloud Storage, and Azure Blob Storage. By leveraging this skill within the ecosystem of Openclaw Skills, developers can enable agents to upload, download, and list cloud objects without requiring direct internet access for every node. It acts as a secure intermediary, using a central bridge agent to handle credential-heavy operations while providing a simplified interface for other agents to interact with cloud-stored data.
This architecture is particularly beneficial for complex workflows where data needs to be moved between restricted environments or where agent-to-agent communication is the primary medium. As a core component of advanced Openclaw Skills, it ensures that your AI agents remain capable of data-intensive tasks while maintaining strict security boundaries.
To get started with this skill, ensure that pilotctl is available on your system and the pilot-protocol skill is installed. The daemon must be running to process requests.
# Start the Pilot daemon
pilotctl daemon start --hostname s3-agent --public
# Configure cloud credentials (example for AWS)
export AWS_ACCESS_KEY_ID="your_key"
export AWS_SECRET_ACCESS_KEY="your_secret"
# Listen for incoming cloud storage requests
pilotctl listen 1008
The skill uses a JSON-based messaging schema for requests and responses. This ensures interoperability across different Openclaw Skills.
| Field | Type | Description |
|---|---|---|
| action | String | The operation to perform: upload, download, list, or presign |
| bucket | String | The target cloud storage bucket name |
| key | String | The specific path or object key in the storage bucket |
| prefix | String | Used for listing objects within a specific directory |
| expires | Integer | Expiration time in seconds for presigned URLs |
Loading
Advanced reputation analytics and trend tracking for Pilot Protocol agent scoring.

An automated visualization tool for generating gene expression bubble plots categorized by cell type and disease state.

A sophisticated role orchestration skill for agent swarms that enables dynamic, capability-based assignment and hierarchical coordination.

A robust end-to-end speech recognition skill for converting local audio files into accurate text using Alibaba DashScope.

A decentralized peer review system providing independent verification and multi-party approval for AI agent task results.

A high-precision temporal toolkit that uses native shell commands to perform complex date and time calculations without external dependencies.








































