List storage resources or files in a bucket. Requires authentication. Use for Agentuity cloud platform operations
Scanned 2/12/2026
Install via CLI
openskills install agentuity/docs---
name: agentuity-cli-cloud-storage-list
description: List storage resources or files in a bucket. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "[name] [prefix]"
metadata:
command: "agentuity cloud storage list"
tags: "read-only fast requires-auth"
---
# Cloud Storage List
List storage resources or files in a bucket
## Prerequisites
- Authenticated with `agentuity auth login`
- Organization context required (`--org-id` or default org)
## Usage
```bash
agentuity cloud storage list [name] [prefix] [options]
```
## Arguments
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<name>` | string | No | - |
| `<prefix>` | string | No | - |
## Options
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--showCredentials` | boolean | Yes | - | Show credentials in plain text (default: masked in terminal, unmasked in JSON) |
| `--nameOnly` | boolean | Yes | - | Print the name only |
## Examples
List items:
```bash
bunx @agentuity/cli cloud storage list
```
List items:
```bash
bunx @agentuity/cli cloud storage list my-bucket
```
List items:
```bash
bunx @agentuity/cli cloud storage list my-bucket path/prefix
```
Show output in JSON format:
```bash
bunx @agentuity/cli --json cloud storage list
```
List items:
```bash
bunx @agentuity/cli cloud storage ls
```
Use show credentials option:
```bash
bunx @agentuity/cli cloud storage list --show-credentials
```
## Output
Returns JSON object:
```json
{
"buckets": "array",
"files": "array"
}
```
| Field | Type | Description |
|-------|------|-------------|
| `buckets` | array | List of storage resources |
| `files` | array | List of files in bucket |
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...