admin-infra-oci

Provision Oracle Cloud Infrastructure ARM64 instances with networking and capacity checks.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill admin-infra-oci-evolv3ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-infra-oci
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/archive/skills/admin-infra-oci
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill admin-infra-oci-evolv3ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and docs (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the provisioning of Oracle Cloud Infrastructure (OCI) resources, specifically focusing on ARM64 instances that are eligible for the Always Free tier, thereby eliminating manual setup and potential configuration errors.

Core Features & Use Cases

  • Automated Infrastructure Deployment: Provisions compartments, Virtual Cloud Networks (VCNs), subnets, internet gateways, security lists, and compute instances.
  • ARM64 Always Free Tier Optimization: Focuses on deploying VM.Standard.A1.Flex instances, maximizing the Always Free tier benefits (4 OCPUs, 24GB RAM).
  • Capacity Management: Includes scripts to check for ARM instance capacity and monitor for availability.
  • Use Case: A developer needs a cost-effective cloud environment for self-hosting services like Coolify or KASM. This Skill automates the entire setup process on OCI's Always Free tier, providing a ready-to-use ARM64 instance with pre-configured networking and security.

Quick Start

Use the admin-infra-oci skill to deploy a new Oracle Cloud Infrastructure with an ARM64 instance.

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 Oracle Cloud Infrastructure provisioning for ARM64 instances?

Automate Oracle Cloud Infrastructure provisioning by using scripts to deploy ARM64 compute instances, managing compartments, VCNs, subnets, and security lists automatically. This eliminates manual setup errors and streamlines the deployment of Always Free tier resources.

What is the best way to provision OCI Always Free tier resources without manual configuration?

Provisioning OCI Always Free tier resources is best handled by automating the creation of networking components and ARM64 compute instances. This approach ensures you maximize the 4 OCPU and 24GB RAM limits without hitting manual configuration errors.

Why does my OCI ARM64 deployment fail with an OUT_OF_HOST_CAPACITY error?

OCI ARM64 deployments fail with OUT_OF_HOST_CAPACITY when the Always Free tier hardware is temporarily unavailable. You can resolve this by running capacity checking and monitoring scripts to continuously retry the instance creation until capacity becomes available.

Can I use automated OCI infrastructure provisioning for self-hosting Coolify or KASM?

Yes, automated OCI infrastructure provisioning creates a ready-to-use ARM64 environment perfectly suited for self-hosting Coolify or KASM. It pre-configures the necessary networking and security lists to support these services on the Always Free tier.

What components are required to set up an OCI VCN and subnet for an ARM64 compute instance?

Setting up an OCI VCN and subnet for an ARM64 compute instance requires configuring compartments, internet gateways, and security lists. Automating this infrastructure deployment ensures the network foundation is correctly linked to your Always Free compute resources.