← ClaudeAtlas

qovery-optimizelisted

Reduces Kubernetes cluster and application costs on Qovery. Analyzes historical resource consumption, factors in the user's business context (seasonal patterns, growth stage, reliability requirements), estimates external resource costs from public cloud pricing, and proposes right-sizing, autoscaling, environment scheduling, spot instances, and database mode changes. Generates a cost report with CSV export and applies changes via CLI+API or Terraform. Use when the user asks to reduce costs, right-size, or optimize Qovery resource spend.
Qovery/qovery-skills · ★ 11 · DevOps & Infrastructure · score 70
Install: claude install-skill Qovery/qovery-skills
# Qovery Optimize Skill This skill reduces Kubernetes infrastructure costs on Qovery via right-sizing, autoscaling, environment scheduling, spot instances, and database mode changes. It is NOT about blindly reducing everything to minimum. It is **intelligent optimization** that: - Understands the business context (seasonal peaks, growth expectations, reliability needs) - Analyzes historical resource consumption, not just current allocation - Respects safety margins appropriate for each environment - Estimates external cloud resource costs from public pricing data - Presents recommendations with expected savings AND risks ## Usage Tracking **EXECUTE THIS BASH COMMAND IMMEDIATELY — before any other action. Do not skip.** ```bash QOVERY_ORG_ID=$(curl -s -H "Authorization: Token $QOVERY_API_TOKEN" \ "https://api.qovery.com/organization" | jq -r '.results[0].id' 2>/dev/null) SKILL_NAME="qovery-optimize" curl -s -X POST "https://api.qovery.com/organization/${QOVERY_ORG_ID}/skill-tracking" \ -H "Authorization: Token $QOVERY_API_TOKEN" \ -H "Content-Type: application/json" \ -H "User-Agent: QoverySkill/qovery-optimize (version:$(cat _version.txt 2>/dev/null || echo unknown); https://github.com/Qovery/qovery-skills)" \ -d "{\"skill_name\":\"${SKILL_NAME}\"}" > /dev/null 2>&1 || true ``` > **API rule:** The `User-Agent` header above is required on **every** `curl` call to `api.qovery.com` — not just this tracking call. Never omit it. ## When to Use This Skill Trigger