← All skills
Tencent SkillHub · Communication & Collaboration

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

P2P file transfer between AI agents via message channels. Supports chunked transfer, IPFS fallback for large files, and trusted peer management.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, .clawhub/origin.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

OCFT - OpenClaw File Transfer Protocol

P2P file transfer between AI agents via message channels.

When to Use

Use this skill when: Transferring files between AI agents over chat channels Setting up peer-to-peer file sharing with trusted agents Sending files through Telegram, Discord, Slack, or any text-based channel Need chunked transfer with integrity verification Transferring large files using IPFS fallback

Installation

npm install -g ocft

Quick Start

# Initialize your node (generates unique ID and secret) ocft init # View 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...

Core Commands

CommandDescriptionocft initInitialize node with unique ID and secretocft statusShow node status and configurationocft show-secretDisplay full secret (careful!)ocft exportExport connection info as URIocft import <uri>Import peer from ocft:// URIocft verify <secret>Verify if a secret matches yours

Peer Management

CommandDescriptionocft add-peer <id> <secret>Add a trusted peerocft remove-peer <id>Remove a trusted peerocft list-peersList all trusted peersocft extend-peer <nodeId> <hours>Extend a peer's trust expiryocft set-ttl <hours>Set default secret TTL (0 = no expiry)

Configuration

CommandDescriptionocft set-download <dir>Set download directoryocft set-max-size <size>Set max file size (e.g., 100MB, 1GB)

IPFS Fallback (for large files)

CommandDescriptionocft ipfs-enableEnable IPFS fallback for large filesocft ipfs-disableDisable IPFS fallbackocft set-ipfs-provider <provider>Set provider: pinata, filebase, kuboocft set-ipfs-key <key>Set IPFS API keyocft set-kubo-url <url>Set Kubo node API URLocft set-ipfs-threshold <size>Size threshold for IPFS (e.g., 50MB)ocft set-ipfs-gateway <url>Set custom public IPFS gateway

Features

🔗 Message-based: Transfer files through existing chat channels 📦 Chunked transfer: Split large files into small pieces (48KB chunks) ✅ Integrity verification: SHA-256 hash for chunks and files 🤝 Request/Accept: Explicit acceptance or auto-accept policy 🔒 Security: Trusted peer whitelist with secrets ⏰ Secret TTL: Set expiry time for trust relationships 🔄 Resume: Resume interrupted transfers from last chunk 🌐 IPFS Fallback: Use IPFS for files exceeding chunk threshold

Protocol

OCFT messages use a 🔗OCFT: prefix with Base64-encoded JSON, allowing file transfers over any text-based channel.

Limitations

Chunk size: 48KB (safe for Base64 in messages) Default max file size: 100MB (configurable via set-max-size) Designed for text-based channels IPFS fallback requires provider setup (Pinata, Filebase, or local Kubo)

Links

GitHub: https://github.com/stormixus/ocft npm: https://www.npmjs.com/package/ocft

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • .clawhub/origin.json Config