oci-cli

Installation
SKILL.md

OCI CLI — Patterns, Auth, and Common Commands

Installation & Setup

# Install via pip (cross-platform)
pip install oci-cli

# Or the official install script (Linux/macOS)
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"

# Verify
oci --version

# Interactive setup wizard (creates ~/.oci/config and API key pair)
oci setup config

Config File (~/.oci/config)

Installs
2
GitHub Stars
1
First Seen
May 12, 2026
oci-cli — tomz/agent-skills