Overview
- Skill Key
- chengwang86/file-upload-to-local-workspace
- Author
- chengwang86
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chengwang86/file-upload-to-local-workspace
- Latest Commit SHA
- 901dea24fc08e945f8123a182cbf4682181d4c0a
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 File Upload To Local Workspace 技能。 若已安装,则直接安装 File Upload To Local Workspace 技能。
# file-upload-skill
OpenClaw 文件上传技能 - 通过网页上传文件到**本地 workspace**供 AI 分析
## 🎯 与其他上传技能的区别
**❌ 我们不是:**
- ❌ 云存储服务(不是上传到云端)
- ❌ 图床服务(不是获取外链)
- ❌ 文件分享工具(不是分享给他人)
**✅ 我们是:**
- ✅ **本地上传** - 文件保存在你的机器上
- ✅ **AI 分析** - 上传后让 AI 帮你分析文件内容
- ✅ **私有安全** - 文件不离开你的服务器
- ✅ **OpenClaw 集成** - 与你的 AI 助手无缝协作
**典型使用场景:**
```
1. 上传 PDF → AI 总结内容
2. 上传截屏 → AI 提取文字
3. 上传日志 → AI 分析问题
4. 上传代码 → AI 审查优化
```
---
## 功能
- 📁 网页端文件上传(支持拖拽)
- 🔐 **智能认证**:自动适配 Token/Password/无认证
- 🇨🇳 支持中文文件名
- 🚀 一键安装,自动配置
- 📦 独立服务,不影响 Gateway
- 🤖 AI 自动回答上传地址
- 📂 文件列表展示与管理
- 🗑️ 支持文件删除
## 快速开始
### 安装
```bash
# 方式 1: 从 ClawHub 安装(推荐)
openclaw skills install file-upload
# 方式 2: 本地安装
git clone <repo-url> ~/.openclaw/workspace/skills/file-upload
cd ~/.openclaw/workspace/skills/file-upload
./install.sh
```
### 使用
安装后自动启动上传服务,访问:
```
http://<server-ip>:15170/?token=<your-auth-value>
```
**🔐 认证说明:**
- 如果你的 Gateway 配置了 **token** → 使用 token
- 如果你的 Gateway 配置了 **password** → 使用 password
- 如果 **无认证** → 直接访问(建议配置认证)
**💡 如何获取认证值:**
```bash
# 查看你的认证配置
cat ~/.openclaw/openclaw.json | grep -A3 '"auth"'
```
### 询问 AI
用户可以直接问:
- "怎么上传文件给你?"
- "上传地址是什么?"
- "如何发送文件?"
AI 会自动回复正确的上传地址(隐藏敏感信息)
## 配置
### 环境变量
```bash
# 可选配置,默认值如下
export UPLOAD_PORT=15170 # 上传服务端口(可自定义)
export UPLOAD_PATH="/upload" # 上传页面路径
export WORKSPACE="~/.openclaw/workspace" # 文件保存目录
```
### 自定义端口
如果 15170 端口被占用,可以在安装前设置:
```bash
export UPLOAD_PORT=18888
openclaw skills install file-upload
```
### openclaw.json 配置
```json5
{
"skills": {
"file-upload": {...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.