← 返回
未分类 中文

file share to filebin.net

Upload local files to filebin.net for quick sharing. Use when the user asks to upload a file, share a file via link, host a file, or says "upload to filebin"...
将本地文件上传至 filebin.net 以便快速分享,适用于用户请求上传文件、通过链接分享文件、托管文件或说“上传到 filebin”。
goog goog 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 452
下载
💾 0
安装
1
版本
#latest

概述

File Upload via filebin.net

Upload local files to filebin.net so the user gets a shareable link.

Rules

  • Bin ID must be 15–26 characters (shorter → "the bin is too short"; longer → "the bin is too long").
  • Filebin bins auto-expire after 7 days.

Steps

  1. Find the file provided by user Locate the target file in the ~/.openclaw/workspace/.
  2. Generate bin ID.

```

import uuid

u = uuid.uuid4().hex # hex string (32 chars)

bin_id = f"my-upload{u[-6:]}"

print(bin_id)

```

  1. Upload via curl (PowerShell):

```

curl -si -X POST -H "Content-Type: application/octet-stream" -T "" "https://filebin.net/$binId/"

```

  1. Extract the URL from the response JSON. Construct:
    • File direct link: https://filebin.net//
    • Bin page: https://filebin.net/

Notes

  • user should not upload a private file because file uploaded will be public.
  • If upload returns 400 "the bin is too short/long", adjust bin ID length and retry.
  • For large files (>100 MB), warn the user that filebin may reject them.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-03 07:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,486 📥 547,729
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,119 📥 839,378
knowledge-management

Knowledge card creator, your memory notes

goog
知识卡片生成器:提取用户提供的文本、文件或 URL 中的关键知识,自动匹配合适的卡片类型(概念、备忘录、流程、比较等)。
★ 0 📥 750