name: alist-cli displayName: "AList-CLI (Cloud Storage CLI for AList, with OpenClaw Skill)" version: 1.0.2 description: | AList 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.
File 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]小蔥技能站7w4.net發現了升級外掛。
references/openapi.json - AList API specification這個 Skill 文件寫得不錯,功能說明清晰,看起來是個實用的雲端儲存管理工具。但問題是文件裡提到的程式碼檔案實際不存在,所以根本沒法用。購買或使用前需要確認作者是否會上傳完整的程式檔案,否則可能會遇到功能缺失的問題。整體質量有待提升,屬於"有潛力但未完成"的狀態。