clawbox agenitc file system
/install clwbox
ClawBox
ClawBox — a cloud file system for agents with token-based auth, semantic search, folders, and file sharing.
Setup
If the CLI is not installed, run the setup script:
bash ClawBoxSkill/scripts/setup.sh
Or manually:
git clone https://github.com/Alfra-AI/clawbox.git
cd clawbox
pip install .
clawbox init
Commands
clawbox init # Get a token from clawbox.ink
clawbox init --api-url http://localhost:8000 # Self-hosted server
clawbox config --show # View current config
clawbox upload \x3Cfile> # Upload a file
clawbox upload \x3Cfile> --path /docs/file.pdf # Upload into a folder
clawbox download \x3Cfile_id> # Download by ID
clawbox list # List all files
clawbox list --folder /docs/ --recursive # List folder contents
clawbox search "query" # Semantic search
clawbox embed \x3Cfile_id> # Generate embeddings
clawbox embed --failed # Retry failed embeddings
clawbox delete \x3Cfile_id> # Delete a file
clawbox status # Check server + token health
Workflow
- Check if
clawboxis installed. If not, run the setup script. - Run
clawbox statusto verify server connection and token. - If no token, run
clawbox init. - Prefer non-destructive inspection before mutation:
status,config --show,list. - Ask before deletion unless the user explicitly requested it.
- Report key output after each operation: file id, download path, share link, etc.
Key details
- Config:
~/.clawbox/config.json - Default server:
https://clawbox.ink - Searchable formats: text, JSON, XML, PDF, Word, Excel, PowerPoint, CSV
- Storage: 10 MB free (anonymous), 1 GB with Google login
- Folders: virtual paths like
/docs/reports/, created implicitly on upload
For detailed API reference, read ClawBoxSkill/references/api.md.
For self-hosting and deployment, read ClawBoxSkill/references/self-hosting.md.
For troubleshooting, read ClawBoxSkill/references/troubleshooting.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clwbox - 安装完成后,直接呼叫该 Skill 的名称或使用
/clwbox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
clawbox agenitc file system 是什么?
Use the ClawBox CLI to upload, download, organize, search, and share files on ClawBox (clawbox.ink) or a self-hosted ClawBox server. Trigger this skill when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 clawbox agenitc file system?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clwbox」即可一键安装,无需额外配置。
clawbox agenitc file system 是免费的吗?
是的,clawbox agenitc file system 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
clawbox agenitc file system 支持哪些平台?
clawbox agenitc file system 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 clawbox agenitc file system?
由 Benny Jiang(@bennyoooo)开发并维护,当前版本 v1.0.0。