Agent skill
agentuity-cli-cloud-storage-create
Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/agentuity-cli-cloud-storage-create-agentuity-examples
Metadata
Additional technical details for this skill
- tags
- mutating creates-resource slow requires-auth requires-deployment
- command
- agentuity cloud storage create
SKILL.md
Cloud Storage Create
Create a new storage resource
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor 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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?