CloudTower Skills
Introduction
CloudTower Skills provides a set of CloudTower-related skills. See the individual Skill descriptions below for details.Available Skills
cloudtower-api
Provides complete CloudTower API operation documentation, covering a wide range of resource types, operations, and schema definitions. Once installed, your AI assistant can:- Understand CloudTower API authentication methods, request formats, and async task mechanisms- Find the appropriate API endpoints based on your requirements and generate calling code - Interpret API response data structuresmetrics-lookup
Provides monitoring metrics lookup for ZBS/ELF/SFS/SKS/CloudTower/Everoute/Backup/Replication products, covering thousands of metrics. Once installed, your AI assistant can:- Look up the meaning and applicable versions of a metric by its name
- Reverse-search related metrics by keywords (e.g., "read latency", "IOPS", "GC")
- Interpret metrics in alert rules or Grafana/Prometheus dashboards
Installation
Skills are installed via the vercel-labs/skills tool.
List Available Skills
npx skills add smartxworks/cloudtower-skills --list
Install All Skills
npx skills add smartxworks/cloudtower-skills -a <agent>
Where <agent> is your AI assistant type, e.g., claude, cursor, etc.
Install a Specific Skill
npx skills add smartxworks/cloudtower-skills --skill metrics-lookup -a <agent>