What problem does it solve?
Manually identifying and selecting the correct Dedicated Cloud sub-skill for a specific task is inefficient and prone to error. This skill acts as the central entry point for the Dedicated Cloud toolkit, automatically detecting your intent and routing your request to the most relevant specialized sub-skill, so you don't have to manage sub-skill discovery or execution details yourself.
Core Features & Use Cases
- Intent-based routing: Automatically matches your request to the correct Dedicated Cloud sub-skill by analyzing your query against the curated sub-skill index.
- Full workflow coverage: Supports both read-only query actions (such as retrieving cluster custom resources) and operational change actions for remediation tasks.
- Built-in safety guardrails: Enforces mandatory prerequisite checks (including reading required mechanism documentation and validating DevOps API token availability) and excludes non-executable template sub-skills from runtime routing.
- Use Case: When you need to look up the cluster CR for a specific Dedicated Cloud cluster, this skill automatically routes your request to the dedicated get-cluster-cr sub-skill, which handles authentication, API execution, and output formatting.
Quick Start
Use the dedicated-cloud-toolkit skill to retrieve the cluster custom resource (CR) for your Dedicated Cloud cluster with ID <your-cluster-id>.