One-click install
npx skills add https://github.com/alex-quan-001/nutshell-skills --skill devops-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-api
Source: https://github.com/alex-quan-001/nutshell-skills/tree/main/skills/platform/devops-api
Command: npx skills add https://github.com/alex-quan-001/nutshell-skills --skill devops-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the need to manually navigate fragmented DevOps APIs for TiDB Cloud operations, consolidating software delivery, cluster management, and bastion access into a single, intent-aware workflow that reduces errors and speeds up common operational tasks.

Core Features & Use Cases

  • Intent-Based Sub-Skill Routing: Automatically matches your request to the appropriate specialized sub-skill (e.g., cluster queries, configuration changes, operational tasks, bastion management) based on your stated intent.
  • Unified API Access Layer: Uses a shared, standardized script to handle authentication, environment switching (prod/staging/dev), and request formatting for all DevOps backend calls, eliminating repetitive configuration work.
  • Use Case Example: Need to restart a dedicated TiDB cluster? The skill routes to the operations sub-skill, collects required cluster and region details, confirms the action parameters with you, and executes the restart workflow end-to-end with safety guardrails.

Quick Start

Tell the skill "Restart my dedicated TiDB cluster 123 in the APAC region" and it will automatically handle routing, parameter collection, user confirmation, and API execution without requiring you to manually construct requests or manage authentication.

Frequently Asked Questions about devops-api

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

FAQPage Schema
How do I automate TiDB Cloud cluster operations like restarts and scaling?

You can restart a dedicated TiDB cluster by stating your intent, like mentioning the cluster and region. The skill routes the request to the operations sub-skill, collects necessary parameters, confirms the action with you, and executes the restart API call safely.

Can I manage bastion access for TiDB Cloud serverless and dedicated clusters?

Yes, you can manage bastion access for dedicated, serverless, and control plane clusters. The skill routes jump service management requests to a specialized sub-skill to handle access workflows end-to-end.

How does authentication work for TiDB Cloud DevOps APIs across different environments?

Authentication for TiDB Cloud DevOps APIs is handled by a shared, standardized script that manages credentials and environment switching between prod, staging, and dev. This eliminates manual request formatting and repetitive configuration work.

What is intent-based routing for TiDB Cloud DevOps workflows?

Intent-based routing automatically matches your stated request to the appropriate specialized sub-skill, such as cluster queries, configuration changes, or bastion management. This ensures domain-specific workflows are executed accurately without manual API selection.

Does this approach support querying tenant and cluster information for TiDB Cloud?

Yes, querying tenant and cluster information is a core operational scenario. The skill routes your query intent to the appropriate sub-skill to retrieve and present the requested cluster or tenant data from the DevOps backend.

What's the best way to handle software delivery for TiDB Cloud without manual API calls?

The best way to handle software delivery is using an intent-aware workflow that unifies fragmented DevOps APIs. This consolidates delivery tasks into a single process, reducing errors and eliminating the need to manually construct backend requests.