Claude Code Plugins

Community-maintained marketplace

Feedback

agentuity-cli-cloud-db-create

@agentuity/discord-help-agent
1
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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

Cloud Db Create

Create a new database resource

Prerequisites

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

Usage

agentuity cloud db create [options]

Options

Option Type Required Default Description
--name string Yes - Custom database name

Examples

Create new item:

bunx @agentuity/cli cloud db create

Run new command:

bunx @agentuity/cli cloud db new

Create new item:

bunx @agentuity/cli cloud db create --name my-db

Create new item:

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

Output

Returns JSON object:

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