Claude Code Plugins

Community-maintained marketplace

Feedback

agentuity-cli-cloud-storage-create

@majiayu000/claude-skill-registry
27
0

Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/agentuity-cli-cloud-storage-create --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/agentuity-cli-cloud-storage-create -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name agentuity-cli-cloud-storage-create
description Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations
version 0.0.104
license Apache-2.0
allowed-tools Bash(agentuity:*)
metadata [object Object]

Cloud Storage Create

Create a new storage resource

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

agentuity cloud storage create

Examples

Create a new cloud storage bucket:

bunx @agentuity/cli cloud storage create

Alias for "cloud storage create" (shorthand "new"):

bunx @agentuity/cli cloud storage new

Dry-run: display what would be created without making changes:

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

Output

Returns JSON object:

{
  "success": "boolean",
  "name": "string"
}
Field Type Description
success boolean Whether creation succeeded
name string Created storage bucket name