OCFT - OpenClaw File Transfer
P2P file transfer between AI agents via message channels. Supports chunked transfer, IPFS fallback for large files, and trusted peer management.
Popular
New
Join 2,549+ developers using this skill
skill
P2P file transfer between AI agents via message channels. Supports chunked transfer, IPFS fallback for large files, and trusted peer management.
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
P2P file transfer between AI agents via message channels.
Use this skill when:
npm install -g ocft
# Initialize your node (generates unique ID and secret) ocft initView your status
ocft status
Export your connection info to share with peers
ocft export
Add a trusted peer
ocft add-peer <nodeId> <secret> --name "Friend"
Or import from URI
ocft import ocft://eyJub2RlSWQ...
| Command | Description |
|---|---|
| Initialize node with unique ID and secret |
| Show node status and configuration |
| Display full secret (careful!) |
| Export connection info as URI |
| Import peer from ocft:// URI |
| Verify if a secret matches yours |
| Command | Description |
|---|---|
| Add a trusted peer |
| Remove a trusted peer |
| List all trusted peers |
| Extend a peer's trust expiry |
| Set default secret TTL (0 = no expiry) |
| Command | Description |
|---|---|
| Set download directory |
| Set max file size (e.g., , ) |
| Command | Description |
|---|---|
| Enable IPFS fallback for large files |
| Disable IPFS fallback |
| Set provider: , , |
| Set IPFS API key |
| Set Kubo node API URL |
| Size threshold for IPFS (e.g., ) |
| Set custom public IPFS gateway |
OCFT messages use a
🔗OCFT: prefix with Base64-encoded JSON, allowing file transfers over any text-based channel.
set-max-size)No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.