agentuity-cli-cloud-redis-show

Show Redis connection URL. Requires authentication. Use for Agentuity cloud platform operations

16 stars

Best use case

agentuity-cli-cloud-redis-show is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Show Redis connection URL. Requires authentication. Use for Agentuity cloud platform operations

Teams using agentuity-cli-cloud-redis-show should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agentuity-cli-cloud-redis-show/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/backend/agentuity-cli-cloud-redis-show/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agentuity-cli-cloud-redis-show/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agentuity-cli-cloud-redis-show Compares

Feature / Agentagentuity-cli-cloud-redis-showStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Show Redis connection URL. Requires authentication. Use for Agentuity cloud platform operations

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Cloud Redis Show

Show Redis connection URL

## Prerequisites

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

## Usage

```bash
agentuity cloud redis show [options]
```

## Options

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

## Examples

Show Redis connection URL:

```bash
bunx @agentuity/cli cloud redis show
```

Show Redis URL with credentials visible:

```bash
bunx @agentuity/cli cloud redis show --show-credentials
```

Show Redis URL as JSON:

```bash
bunx @agentuity/cli --json cloud redis show
```

## Output

Returns JSON object:

```json
{
  "url": "string"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `url` | string | Redis connection URL |

Related Skills

cloudrun-development

16
from diegosouzapw/awesome-omni-skill

CloudBase Run backend development rules (Function mode/Container mode). Use this skill when deploying backend services that require long connections, multi-language support, custom environments, or AI agent development.

cloudflare-workers-expert

16
from diegosouzapw/awesome-omni-skill

Expert in Cloudflare Workers and the Edge Computing ecosystem. Covers Wrangler, KV, D1, Durable Objects, and R2 storage.

cloudflare-api-key-automation

16
from diegosouzapw/awesome-omni-skill

Automate Cloudflare API tasks via Rube MCP (Composio). Always search tools first for current schemas.

cloudbase-platform

16
from diegosouzapw/awesome-omni-skill

CloudBase platform knowledge and best practices. Use this skill for general CloudBase platform understanding, including storage, hosting, authentication, cloud functions, database permissions, and data models.

cloudbase-guidelines

16
from diegosouzapw/awesome-omni-skill

Essential CloudBase (TCB, Tencent CloudBase, 云开发, 微信云开发) development guidelines. MUST read when working with CloudBase projects, developing web apps, mini programs, or backend services using CloudBase platform.

cloud-storage-web

16
from diegosouzapw/awesome-omni-skill

Complete guide for CloudBase cloud storage using Web SDK (@cloudbase/js-sdk) - upload, download, temporary URLs, file management, and best practices.

auth-web-cloudbase

16
from diegosouzapw/awesome-omni-skill

Complete guide for CloudBase Auth v2 using Web SDK (@cloudbase/js-sdk@2.x) - all login flows, user management, captcha handling, and best practices in one file.

auth-tool-cloudbase

16
from diegosouzapw/awesome-omni-skill

Use CloudBase Auth tool to configure and manage authentication providers for web applications - enable/disable login methods (SMS, Email, WeChat Open Platform, Google, Anonymous, Username/password, OAuth, SAML, CAS, Dingding, etc.) and configure provider settings via MCP tools.

alicloud-redis

16
from diegosouzapw/awesome-omni-skill

Manage Alibaba Cloud Redis (Tair / R-KVStore) using the @alicloud/r-kvstore20150101 TypeScript SDK. Use when working with Redis or Tair instances, accounts, backups, security (whitelist/SSL/TDE/audit), parameters, monitoring, cluster scaling, direct connection, Tair Custom instances, and resource tagging. Covers all 157 APIs of the R-KVStore 20150101 version.

agentuity-cli-cloud-apikey-get

16
from diegosouzapw/awesome-omni-skill

Get a specific API key by id. Requires authentication. Use for Agentuity cloud platform operations

influxdb-cloud-automation

16
from diegosouzapw/awesome-omni-skill

Automate Influxdb Cloud tasks via Rube MCP (Composio). Always search tools first for current schemas.

GroqCloud Automation

16
from diegosouzapw/awesome-omni-skill

Automate AI inference, chat completions, audio translation, and TTS voice management through GroqCloud's high-performance API via Composio