aicp-ops-runtime

Validates AICP runtime health and readiness via the aicp CLI.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill aicp-ops-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aicp-ops-runtime
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/aicp-ops-runtime
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill aicp-ops-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate AICP runtime health, observe live state, benchmark performance, audit capabilities, and auto-tune model configs via the CLI surface (aicp --check, --self-test, --observe, --bench, --capabilities, --auto-config). The "is everything working" toolbelt for setup, post-deploy verification, and incident triage.

Core Features & Use Cases

  • End-to-end runtime validation to ensure AICP is configured correctly and all backends are reachable.
  • Real-time observation of system health, GPU state, and feature flags to support rapid triage.
  • Performance benchmarking and capability auditing to guide tuning and capacity planning.
  • Operator-driven auto-configuration to optimize model deployments while preserving safety gates.
  • Triggered workflows for verification and incident response.

Quick Start

Run a quick health check using aicp --check.

Frequently Asked Questions about aicp-ops-runtime

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

FAQPage Schema
How do I verify AICP runtime health after deployment?

Verify AICP runtime health by running aicp --check to validate configuration and backend reachability. This provides end-to-end runtime validation to ensure the system is configured correctly during post-deploy verification.

What is the best way to benchmark AICP runtime performance?

Benchmark AICP runtime performance using the aicp --bench CLI command. This enables configurable benchmarking to guide tuning and capacity planning by measuring performance metrics across the runtime environment.

Can I observe live AICP system state and GPU status during incident triage?

Observe live AICP system state, GPU status, and feature flags using the aicp --observe command. This supports rapid triage during incident response by providing real-time observation of system health metrics.

Does AICP auto-configuration optimize model deployments while preserving safety gates?

AICP auto-configuration via aicp --auto-config optimizes model deployments while preserving safety gates. This operator-driven auto-tuning adjusts model settings to improve deployment efficiency without bypassing safety constraints.

How do I audit AICP capabilities to guide runtime tuning?

Audit AICP capabilities using the aicp --capabilities command. This audits runtime capabilities to guide tuning decisions and capacity planning by providing visibility into available system features and backend support.

Why does my AICP runtime health check fail to reach backends during setup?

AICP runtime health checks may fail backend reachability during setup due to incorrect configuration. Use aicp --self-test to run diagnostic checks that validate backend connectivity and identify configuration issues.