From clawbox
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 users mention clawbox, clawbox, cloud file storage, uploading files to the cloud, semantic file search, file sharing links, organizing files into folders, or managing tokens and storage quotas. Also use when code imports or references the clawbox CLI tool.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clawbox:clawboxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ClawBox — a cloud file system for agents with token-based auth, semantic search, folders, and file sharing.
ClawBox — a cloud file system for agents with token-based auth, semantic search, folders, and file sharing.
If the CLI is not installed, run the setup script:
bash scripts/setup.sh
Or manually:
git clone https://github.com/Alfra-AI/clawbox.git
cd clawbox
pip install .
clawbox init
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 <file> # Upload a file
clawbox upload <file> --path /docs/file.pdf # Upload into a folder
clawbox download <file_id> # Download by ID
clawbox list # List all files
clawbox list --folder /docs/ --recursive # List folder contents
clawbox search "query" # Semantic search
clawbox embed <file_id> # Generate embeddings
clawbox embed --failed # Retry failed embeddings
clawbox delete <file_id> # Delete a file
clawbox status # Check server + token health
clawbox is installed. If not, run the setup script.clawbox status to verify server connection and token.clawbox init.status, config --show, list.~/.clawbox/config.jsonhttps://clawbox.ink/docs/reports/, created implicitly on uploadFor detailed API reference, read references/api.md.
For self-hosting and deployment, read references/self-hosting.md.
For troubleshooting, read references/troubleshooting.md.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub alfra-ai/clawbox --plugin clawbox