Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Upload my Q4 report and send it to my client with a branded download page.
- 1Create an agent account and org using auth action signup and org action create
- 2Upload the report using upload action text-file or web-import
- 3Create a Send share with share action create, setting type to send
- 4Configure branding, expiration, and access level with share action update
- 5Add the client as a member with member action add using their email
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.