List database resources. Requires authentication. Use for Agentuity cloud platform operations
Scanned 6/4/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill agentuity-cli-cloud-db-list-agentuity-sdk-explorer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agentuity Cli Cloud Db List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-agentuity-cli-cloud-db-list)More formats (shields.io, HTML) on the badges page.
---
name: agentuity-cli-cloud-db-list
description: List database resources. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.2"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity cloud db list"
tags: "read-only fast requires-auth"
---
# Cloud Db List
List database resources
## Prerequisites
- Authenticated with `agentuity auth login`
- Organization context required (`--org-id` or default org)
## Usage
```bash
agentuity cloud db list [options]
```
## 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 db list
```
Show output in JSON format:
```bash
bunx @agentuity/cli --json cloud db list
```
List items:
```bash
bunx @agentuity/cli cloud db ls
```
Use show credentials option:
```bash
bunx @agentuity/cli cloud db list --show-credentials
```
## Output
Returns JSON object:
```json
{
"databases": "array"
}
```
| Field | Type | Description |
|-------|------|-------------|
| `databases` | array | List of database resources |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!