Install
openclaw skills install @leeshunee/test-502AList file management API for OpenClaw. Supports upload, download, list, mkdir, rm, mv, search, and offline download. Trigger: User asks about file management, AList operations, upload/download files, or cloud storage tasks.
openclaw skills install @leeshunee/test-502File management tool for AList API.
ALIST_URL="https://your_alist_server"
ALIST_USERNAME="your_username"
ALIST_PASSWORD="your_password"
| Command | Description |
|---|---|
alist login | Authenticate |
alist ls [path] | List files |
alist get <path> | Get file info |
alist mkdir <path> | Create folder |
alist upload <local> <remote> | Upload file |
alist rm <path> | Delete file |
alist mv <src> <dst> | Move file |
alist search <keyword> [path] | Search files |
alist whoami | Current user |
python scripts/alist_cli.py <command> [args]
references/openapi.json - AList API specification