skytekx

TotalClaw 作者 totalclaw v0.1.0

Netsnek e.U. 的 Skytekx 命名空间云基础设施监控仪表板。跟踪资源使用情况、异常警报、可视化成本并提供优化建议。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~kleberbaum-skytekx
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~kleberbaum-skytekx/file -o kleberbaum-skytekx.md
## 概述(中文)

Netsnek e.U. 的 Skytekx 命名空间云基础设施监控仪表板。跟踪资源使用情况、异常警报、可视化成本并提供优化建议。

## 原文

# Skytekx

## Sky-High Visibility

Skytekx gives you a bird's-eye view of your cloud infrastructure. Whether you run on AWS, GCP, Azure, or multi-cloud, Skytekx aggregates metrics and surfaces what matters.

Invoke Skytekx when monitoring cloud resources, debugging incidents, or optimizing spend.

## Monitoring Stack

- **Dashboard** — Real-time resource visualization (CPU, memory, disk, network)
- **Alerts** — Threshold-based and anomaly detection
- **Costs** — Spend breakdown by service, region, and project

## Operations

```bash
# Open the monitoring dashboard
./scripts/cloud-watch.sh --dashboard

# Configure or view active alerts
./scripts/cloud-watch.sh --alerts

# Generate cost report
./scripts/cloud-watch.sh --costs
```

### Arguments

| Argument      | Purpose                                  |
|---------------|------------------------------------------|
| `--dashboard` | Launch or refresh the monitoring UI      |
| `--alerts`    | List, add, or modify alert rules         |
| `--costs`     | Produce cost analysis and recommendations|

## Alert Scenario

**Example**: CPU on `prod-api-01` exceeds 90% for 5 minutes.

1. Run `cloud-watch.sh --alerts` to inspect rules.
2. Skytekx sends a notification (Slack, email, PagerDuty).
3. Use `--dashboard` to drill into the instance and logs.