Agent skill

Ark Install

Install Ark on a Kuberenetes Cluster

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/ark-install

SKILL.md

Ark Install

Install Ark on a Kubernetes cluster using the published Ark CLI.

When to use

  • Installing Ark on a cluster

Prerequisites

  • Kubernetes cluster running - use kubectl to check for the presence of a cluster
  • If a local Kubernetes cluster is not available, you MUST stop and tell the user that you cannot install Ark without a Kubernetes cluster

Steps

  1. Install ark-cli

    bash
    npm install -g @agents-at-scale/ark
    
  2. Install Ark

    bash
    ark install --yes --wait-for-ready 5m
    
  3. Verify installation

    bash
    ark status
    

Optional: Install Phoenix telemetry

ONLY install if the user has asked specifically for Phoenix.

bash
ark install marketplace/services/phoenix

Optional: Install Langfuse telemetry

ONLY install if the user has asked specifically for Langfuse.

bash
ark install marketplace/services/langfuse

Didn't find tool you were looking for?

Be as detailed as possible for better results