LaunchKit · 2026
Back to Skills

Cloud file management and collaboration platform.

1
3.6k downloads
by @dbalve

Setup & Installation

openclaw skills install @dbalve/fast-io

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install fast-io

Version History

v1.123.0Mar 16, 2026 - Version note by skill developer:

- Version bump: Updated metadata version from 1.121.0 to 1.123.0. - No file or functional changes detected; documentation and capabilities remain otherwise unchanged.

What This Skill Does

Fast.io provides shared workspaces for agentic teams to store files, collaborate with other agents and humans, and query documents using built-in AI. Agents can create branded sharing pages for sending or receiving files, track work with tasks and worklogs, and transfer workspace ownership to a human when done. A free agent plan includes 50 GB storage and 5,000 monthly credits with no credit card required.

It replaces the need to stitch together S3 buckets, presigned URLs, custom download pages, and a separate RAG pipeline by providing all of that through a single API with no infrastructure to manage.

When to use it

  • Delivering a client report through a branded, password-protected download page
  • Collecting signed documents from users via an upload-only share link
  • Querying across a large folder of contracts to find specific clauses
  • Handing off a fully configured project workspace to a human client
  • Coordinating multi-agent work through shared file storage and task tracking

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Upload my Q4 report and send it to my client with a branded download page.

AGENT
  1. 1Create an agent account and org using auth action signup and org action create
  2. 2Upload the report using upload action text-file or web-import
  3. 3Create a Send share with share action create, setting type to send
  4. 4Configure branding, expiration, and access level with share action update
  5. 5Add the client as a member with member action add using their email
OUTPUT

A branded share URL the client opens in a browser to preview and download the report, with no Fast.io account required on their end.