Skip to content
Skillv1.0.0

agentuity-cli-cloud-storage-get

Show details about a specific storage bucket. Requires authentication. Use for Agentuity cloud platform operations

by majiayu000(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from majiayu000/claude-skill-registry (skills/integration/agentuity-cli-cloud-storage-get/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill agentuity-cli-cloud-storage-get. Copyright stays with the author (Apache-2.0).

Cloud Storage Get

Show details about a specific storage bucket

Prerequisites

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

Usage

agentuity cloud storage get <name> [options]

Arguments

Argument Type Required Description
<name> string Yes -

Options

Option Type Required Default Description
--showCredentials boolean Yes - Show credentials in plain text (default: masked in terminal, unmasked in JSON)

Examples

Get bucket details:

bunx @agentuity/cli cloud storage get my-bucket

Show bucket information:

bunx @agentuity/cli cloud storage show my-bucket

Get bucket with credentials:

bunx @agentuity/cli cloud storage get my-bucket --show-credentials

Output

Returns JSON object:

{
  "bucket_name": "string",
  "access_key": "string",
  "secret_key": "string",
  "region": "string",
  "endpoint": "string"
}
Field Type Description
bucket_name string Storage bucket name
access_key string S3 access key
secret_key string S3 secret key
region string S3 region
endpoint string S3 endpoint URL

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/majiayu000-claude-skill-registry-agentuity-cli-cloud-sto-bf2ded/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

majiayu000-claude-skill-registry-agentuity-cli-cloud-sto-bf2ded.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-agentuity-cli-cloud-sto-bf2ded",
  "kind": "skill",
  "name": "agentuity-cli-cloud-storage-get",
  "description": "Show details about a specific storage bucket. Requires authentication. Use for Agentuity cloud platform operations",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "read-only",
      "fast",
      "requires-auth",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Show details about a specific storage bucket. Requires authentication. Use for Agentuity cloud platform operations"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry",
      "path": "skills/integration/agentuity-cli-cloud-storage-get/SKILL.md",
      "ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
      "url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/integration/agentuity-cli-cloud-storage-get/SKILL.md",
      "key": "majiayu000/claude-skill-registry/skills/integration/agentuity-cli-cloud-storage-get/SKILL.md"
    },
    "allowed_tools": [
      "Bash(agentuity:*)"
    ],
    "license": "Apache-2.0"
  },
  "instructions": "# Cloud Storage Get\n\nShow details about a specific storage bucket\n\n## Prerequisites\n\n- Authenticated with `agentuity auth login`\n- Organization context required (`--org-id` or default org)\n\n## Usage\n\n```bash\nagentuity cloud storage get <name> [options]\n```\n\n## Arguments\n\n| Argument | Type | Required | Description |\n|----------|------|----------|-------------|\n| `<name>` | string | Yes | - |\n\n## Options\n\n| Option | Type | Required | Default | Description |\n|--------|------|----------|---------|-------------|\n| `--showCredentials` | boolean | Yes | - | Show credentials in plain text (default: ma",
  "cost": {
    "context_tokens": 344
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-agentuity-cli-cloud-sto-bf2ded/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.