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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clwbox - After installation, invoke the skill by name or use
/clwbox - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install clawbox agenitc file system?
Run "/install clwbox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is clawbox agenitc file system free?
Yes, clawbox agenitc file system is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does clawbox agenitc file system support?
clawbox agenitc file system is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created clawbox agenitc file system?
It is built and maintained by Benny Jiang (@bennyoooo); the current version is v1.0.0.