agentuity-cli-cloud-storage-list
List storage resources or files in a bucket. Requires authentication. Use for Agentuity cloud platform operations
allowed_tools: Bash(agentuity:*)
$ 설치
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-storage-list ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
SKILL.md
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.0.110" 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-idor default org)
Usage
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:
bunx @agentuity/cli cloud storage list
List items:
bunx @agentuity/cli cloud storage list my-bucket
List items:
bunx @agentuity/cli cloud storage list my-bucket path/prefix
Show output in JSON format:
bunx @agentuity/cli --json cloud storage list
List items:
bunx @agentuity/cli cloud storage ls
Use show credentials option:
bunx @agentuity/cli cloud storage list --show-credentials
Output
Returns JSON object:
{
"buckets": "array",
"files": "array"
}
| Field | Type | Description |
|---|---|---|
buckets | array | List of storage resources |
files | array | List of files in bucket |
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-storage-list
1
Stars
0
Forks
Updated1d ago
Added1w ago