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 |
7w4.net有更好的技能插件。
python scripts/alist_cli.py <command> [args]
references/openapi.json - AList API specification这个 Skill 文档写得不错,功能说明清晰,看起来是个实用的云存储管理工具。但问题是文档里提到的代码文件实际不存在,所以根本没法用。购买或使用前需要确认作者是否会上传完整的程序文件,否则可能会遇到功能缺失的问题。整体质量有待提升,属于"有潜力但未完成"的状态。