admin-infra-oci

Provision Oracle Cloud Infrastructure ARM64 Always Free resources with capacity checks.

1|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/evolv3-ai/vibe-skills --skill admin-infra-oci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-infra-oci
Source: https://github.com/evolv3-ai/vibe-skills/tree/main/skills/admin-infra-oci
Command: npx skills add https://github.com/evolv3-ai/vibe-skills --skill admin-infra-oci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, python3, oci-cli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates end-to-end OCI infrastructure provisioning for ARM64 Always Free workloads. It streamlines creating compartments, VCNs, subnets, networking components, and a compute instance, reducing manual setup time and risk.

Core Features & Use Cases

  • OCI CLI automation for provisioning infrastructure
  • ARM64 capacity checks across availability domains
  • Full infrastructure deployment (compartment, VCN, subnet, IGW, security list, instance)
  • Automated monitoring and deployment when capacity available
  • Resource cleanup and compartment management

Quick Start

Ensure OCI CLI is installed and configured, prepare environment values in assets/env-template, and run ./scripts/oci-infrastructure-setup.sh. After deployment, Claude will receive environment variables via the final output from the script to configure subsequent steps.

Frequently Asked Questions about admin-infra-oci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OCI ARM64 Always Free infrastructure deployment?

Automate OCI ARM64 Always Free infrastructure deployment by running the provided shell script after configuring OCI CLI and preparing environment variables. The script provisions compartments, VCNs, subnets, security lists, and compute instances, monitoring capacity across availability domains and deploying when ARM64 capacity is available.

Can I use OCI CLI automation for capacity-sensitive deployments across regions?

Yes. The Skill performs automated capacity checks across OCI regions and availability domains, detecting when ARM64 capacity becomes available and triggering deployment automatically. This suits capacity-sensitive scenarios where manual checking is impractical.

What infrastructure components does OCI automation set up?

OCI infrastructure automation provisions compartments, VCNs, subnets, internet gateways, and security lists, then deploys a compute instance. The Skill handles the complete networking and instance stack required for ARM64 Always Free workloads.

Do I need OCI CLI installed before running infrastructure automation?

Yes. OCI CLI installation and configuration are mandatory prerequisites. The Skill requires OCI CLI to be installed, configured with valid credentials, and environment values prepared in the provided template before script execution.

Can I use OCI ARM64 automation with Coolify or KASM deployments?

Yes. The Skill supports deployment and environment configuration for use with Coolify, KASM, or both. The final script output provides environment variables for configuring these workload frameworks.

What happens if ARM64 capacity is unavailable in OCI?

The Skill continuously monitors capacity across availability domains and regions. If capacity is unavailable, monitoring persists until ARM64 capacity becomes available, then automatically triggers deployment without manual intervention.