🧪 Skills
360-ai-cloud-disk
--- name: 360-ai-cloud-disk description: "360 AI云盘文件管理工具" license: MIT metadata: version: 0.7.3 author: 360 AI Cloud category: utility python-tools: executor.py updated: 2026
v1.0.1
Description
name: 360-ai-cloud-disk description: "360 AI云盘文件管理工具" license: MIT metadata: version: 0.7.3 author: 360 AI Cloud category: utility python-tools: executor.py updated: 2026-03-14 openclaw: emoji: ☁️ primaryEnv: API_KEY requires: env: ["API_KEY"]
360 AI Cloud Disk
360 AI云盘文件管理工具
功能列表
- file-list: 获取云盘指定路径下的文件和文件夹列表,支持分页查询。返回文件名、大小、创建时间、修改时间等详细信息。
- file-search: 在云盘中根据关键词搜索文件和文件夹,支持按文件类型筛选和分页查询。返回符合条件的文件详细信息。
- make-dir: 在云盘中创建新文件夹,支持指定路径。
- file-move: 移动云盘中的文件或文件夹到指定位置。支持批量移动多个文件。
- file-rename: 重命名云盘中的文件或文件夹。
- file-share: 生成云盘文件的分享链接。支持批量生成多个文件的分享链接。
- file-save: 通过URL或文本内容保存文件到云盘
- file-upload-stdio: 将本地文件上传到云盘指定路径。支持批量上传多个文件。
- user-info: 获取360AI云盘用户详细信息。
- get-download-url: 获取云盘中文件的下载链接。可以通过文件NID或路径获取。
快速开始
- 获取 API Key: 360 AI云盘 MCP 控制台
- 配置环境变量:
export API_KEY="your_key"
调用方式
python3 executor.py <tool-name> [param1=value1] [param2=value2]
文档
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!