Agentuity云存储创建工具Skill agentuity-cli-cloud-storage-create

这是一个用于在Agentuity云平台上创建存储资源的命令行工具。主要功能包括:创建云存储桶、支持试运行模式、需要身份验证和组织上下文。关键词:云存储、存储桶创建、CLI工具、Agentuity平台、云资源管理、命令行操作。

云原生架构 0 次安装 1 次浏览 更新于 2/28/2026

name: agentuity-cli-cloud-storage-create description: 创建新的存储资源。需要身份验证。用于Agentuity云平台操作 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” metadata: command: “agentuity cloud storage create” tags: “mutating creates-resource slow requires-auth requires-deployment”

云存储创建

创建新的存储资源

前提条件

  • 已通过 agentuity auth login 完成身份验证
  • 需要组织上下文(--org-id 或默认组织)

使用方法

agentuity cloud storage create

示例

创建新的云存储桶:

bunx @agentuity/cli cloud storage create

“cloud storage create”的别名(简写“new”):

bunx @agentuity/cli cloud storage new

试运行:显示将要创建的内容而不实际更改:

bunx @agentuity/cli --dry-run cloud storage create

输出

返回JSON对象:

{
  "success": "boolean",
  "name": "string"
}
字段 类型 描述
success boolean 创建是否成功
name string 创建的存储桶名称