dedicated-cloud-ops

Routes Dedicated Cloud operations requests to the appropriate sub-skill.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/alex-quan-001/nutshell-skills --skill dedicated-cloud-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dedicated-cloud-ops
Source: https://github.com/alex-quan-001/nutshell-skills/tree/main/skills/ops/dedicated-cloud-ops
Command: npx skills add https://github.com/alex-quan-001/nutshell-skills --skill dedicated-cloud-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Users managing Dedicated Cloud resources often struggle to identify the correct specialized sub-skill for their specific operational task, leading to wasted time and incorrect workflow execution. This skill eliminates that guesswork by automatically detecting user intent and routing requests to the appropriate Dedicated Cloud operations sub-skill.

Core Features & Use Cases

  • Intent-Based Routing: Automatically matches user operational requests to the most relevant Dedicated Cloud sub-skill using the pre-generated sub-skill index.
  • Safety-Guarded Execution: Enforces pre-change impact disclosure, explicit user confirmation, and post-action verification for all mutation operations to prevent unintended changes.
  • Use Case: If a user needs to remediate a performance issue on their Dedicated Cloud TiDB cluster but is unsure which sub-skill to use, this skill routes them to the correct remediation workflow, or first invokes the dedicated-cloud-diag skill to diagnose the root cause if the issue is unclear.

Quick Start

Ask the AI to use the dedicated-cloud-ops skill to handle your Dedicated Cloud cluster operations request, and it will automatically select and execute the matching sub-skill for your task.

Frequently Asked Questions about dedicated-cloud-ops

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

FAQPage Schema
How do I route Dedicated Cloud cluster maintenance requests to the correct workflow?

Dedicated Cloud cluster maintenance requests are routed to the correct workflow by automatically detecting user intent and matching the operational request to the appropriate specialized sub-skill from a pre-generated index.

What is the safest way to execute change operations for Dedicated Cloud remediation tasks?

Executing Dedicated Cloud remediation tasks safely requires enforcing pre-change impact disclosure, obtaining explicit user confirmation for mutations, and running post-action verification checks to prevent unintended changes.

How do I diagnose an unclear performance issue on a Dedicated Cloud TiDB cluster?

Diagnosing an unclear performance issue on a Dedicated Cloud TiDB cluster invokes a diagnose-then-act conditional workflow, first routing the request to a specialized diagnostic sub-skill to find the root cause before remediation.

Can I perform read-only inspections on Dedicated Cloud clusters without triggering safety guardrails?

Read-only inspections on Dedicated Cloud clusters are supported and can be executed without triggering the explicit user confirmation and pre-change impact disclosure guardrails required for mutation operations.

Do I need to manually select a sub-skill for Dedicated Cloud cluster management operations?

Manual sub-skill selection for Dedicated Cloud cluster management is unnecessary because the routing mechanism automatically identifies user intent and selects the matching operational sub-skill based on the request.