drive.io Cloud Bridge

Offloads clipboard data and artifacts to encrypted cloud storage via API-keyed endpoints.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Domisore/cloud-clipboard --skill drive-io-cloud-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drive.io Cloud Bridge
Source: https://github.com/Domisore/cloud-clipboard/tree/main/public
Command: npx skills add https://github.com/Domisore/cloud-clipboard --skill drive-io-cloud-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drive.io Cloud Bridge reduces token load by offloading large clipboard data and artifacts to ephemeral cloud storage, enabling agents to work with smaller context windows.

Core Features & Use Cases

  • Offload and share large contextual data securely
  • Enable agent-to-agent handoffs and cross-platform transfers
  • Generate ephemeral links for retrieval without exposing tokens

Quick Start

Upload a payload to Drive.io and use the returned link to retrieve it.

Frequently Asked Questions about drive.io Cloud Bridge

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

FAQPage Schema
How do I offload large clipboard data to reduce token usage in AI agents?

Agent-to-agent handoff works by uploading large contextual artifacts to Drive.io Cloud Bridge and passing the ephemeral retrieval link between agents, securely transferring data without bloating context windows.

Can I use MCP-compatible endpoints for secure file transfers to ephemeral storage?

Drive.io Cloud Bridge supports a 100MB per-upload limit for offloading cloud clipboard data and enforces burn-after-reading behavior to ensure ephemeral artifacts are deleted immediately upon retrieval.

What is the 100MB per-upload limit for ephemeral artifact storage?

The 100MB per-upload limit restricts the maximum size of a single file offloaded to Drive.io, while optional pointer storage allows you to reference large tool outputs without keeping them in the active context window.

How do I generate ephemeral links for context window management?

To manage context windows, upload your payload to Drive.io to generate an ephemeral link, then use that link to retrieve the data later, keeping the active context window clear of large artifacts.