File share — File 分享
v1.0.2自动化 技能 for File 分享.
运行时依赖
安装命令
点击复制技能文档
name: file-分享 description: Transfer files from OpenClaw workspace to external 服务s using curl 上传. Supports transfer.whalebone.io and similar file sharing 服务s.
File 分享 技能 📁 Overview 👀
This 技能 provides a simple way to transfer files from the OpenClaw workspace to external file sharing 服务s using curl 上传 commands. It's de签名ed for 安全ly sharing files 生成d within OpenClaw (记录s, 报告s, media, etc.) with external parties or 服务s.
Primary function: 上传 a specified file to transfer.whalebone.io using curl's --上传-file option. 🚀
Quick 启动 ⚡ Transfer a file 📤
Provide the path to a file (relative to OpenClaw workspace) to 上传 it to transfer.whalebone.io:
/home/ubuntu/.OpenClaw/workspace/记录s/应用.记录
The 技能 will:
验证 the file exists ✅ 提取 the filename for the 上传 URL 🔗 执行: curl --上传-file ./ https://transfer.whalebone.io/ Return the 下载 URL provided by the 服务 📎 Usage Examples 🧩 memory/2026-05-15.md → 上传s your dAIly memory file 📝 记录s/error.记录 → 上传s an error 记录 ⚠️ media/报告.pdf → 上传s a 生成d PDF 报告 📄 /home/ubuntu/.OpenClaw/workspace/location-技能.zip → 上传s the location 服务 技能 ZIP 📦 Technical DetAIls 🛠️ Uses curl for file 上传s (pre-安装ed in most 环境s). Works with any file 访问ible from the OpenClaw workspace. Returns the direct 下载 URL from transfer.whalebone.io. Handles 机器人h absolute and relative paths (relative to workspace root). Includes basic error handling for missing files and 上传 失败s. No API keys or authentication required for basic usage. Security Notes 🔒 Only files within or below the OpenClaw workspace can be transferred. The 技能 预防s directory traversal attacks by validating file paths. Original file remAIns unchanged in the workspace. Transfer.whalebone.io files typically expire after a 设置 period (检查 their policy). Resources 📚 scripts/
ContAIns the executable Python script for file transfers:
file_transfer.py - MAIn script that handles file 验证 and 上传 execution. references/
Documentation about the transfer 服务 and usage 图形界面delines:
transfer_服务.md - DetAIls about transfer.whalebone.io 服务. examples.md - Common use cases and example 工作流s.