# Greptime AI Agent Skills

Greptime publishes official AI agent skills for its tools, services, and developer workflows.

Browse 11 official AI agent skills across 2 Greptime repositories, with install commands and source links.

Official page: https://skillscout.sh/official/greptimeteam/
Markdown page: https://skillscout.sh/official/greptimeteam/greptimeteam_skills_skillscout.md
Vendor website: https://greptime.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/greptimeteam/greptimeteam_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Greptime skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### greptimeteam/docs

Includes 10 official skills: greptimedb-pipeline, greptimedb-trigger, greptimedb-flow, greptimedb-quickstart, self-monitoring-export, greptimedb-cluster-health-check.

Install:

```bash
npx skills add greptimeteam/docs -y
```

Source: https://github.com/GreptimeTeam/docs

### greptimeteam/dashboard

Includes 1 official skill: greptimedb-perses-dashboard.

Install:

```bash
npx skills add greptimeteam/dashboard -y
```

Source: https://github.com/GreptimeTeam/dashboard

## Individual skills

### greptimedb-pipeline

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-pipeline -y
```

Package: greptimeteam/docs
Source: https://github.com/GreptimeTeam/docs/tree/main/skills/greptimedb-pipeline

### greptimedb-trigger

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-trigger -y
```

Package: greptimeteam/docs
Source: https://github.com/GreptimeTeam/docs/tree/main/skills/greptimedb-trigger

### greptimedb-flow

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-flow -y
```

Package: greptimeteam/docs
Source: https://github.com/GreptimeTeam/docs/tree/main/skills/greptimedb-flow

### greptimedb-quickstart

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-quickstart -y
```

Package: greptimeteam/docs
Source: https://github.com/GreptimeTeam/docs/tree/main/skills/greptimedb-quickstart

### self-monitoring-export

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@self-monitoring-export -y
```

Package: greptimeteam/docs
Source: https://github.com/GreptimeTeam/docs/tree/main/skills/self-monitoring-export

### greptimedb-cluster-health-check

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-cluster-health-check -y
```

Package: greptimeteam/docs
Source: https://github.com/greptimeteam/docs/tree/HEAD/skills/greptimedb-cluster-health-check

### greptimedb-performance-diagnosis

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-performance-diagnosis -y
```

Package: greptimeteam/docs
Source: https://github.com/greptimeteam/docs/tree/HEAD/skills/greptimedb-performance-diagnosis

### greptimedb-performance-tuning

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-performance-tuning -y
```

Package: greptimeteam/docs
Source: https://github.com/greptimeteam/docs/tree/HEAD/skills/greptimedb-performance-tuning

### greptimedb-table-design

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@greptimedb-table-design -y
```

Package: greptimeteam/docs
Source: https://github.com/greptimeteam/docs/tree/HEAD/skills/greptimedb-table-design

### influxql-to-greptimedb-sql

Official Greptime skill from greptimeteam/docs.

Install:

```bash
npx skills add greptimeteam/docs@influxql-to-greptimedb-sql -y
```

Package: greptimeteam/docs
Source: https://github.com/greptimeteam/docs/tree/HEAD/skills/influxql-to-greptimedb-sql

### greptimedb-perses-dashboard

Official Greptime skill from greptimeteam/dashboard.

Install:

```bash
npx skills add greptimeteam/dashboard@greptimedb-perses-dashboard -y
```

Package: greptimeteam/dashboard
Source: https://github.com/GreptimeTeam/dashboard/tree/main/skills/greptimedb-perses-dashboard

## greptimeteam/docs package overview

Includes 10 official skills: greptimedb-pipeline, greptimedb-trigger, greptimedb-flow, greptimedb-quickstart, self-monitoring-export, greptimedb-cluster-health-check.

### Top skills in this package

- greptimedb-pipeline: Official Greptime skill from greptimeteam/docs.
- greptimedb-trigger: Official Greptime skill from greptimeteam/docs.
- greptimedb-flow: Official Greptime skill from greptimeteam/docs.
- greptimedb-quickstart: Official Greptime skill from greptimeteam/docs.
- self-monitoring-export: Official Greptime skill from greptimeteam/docs.
- greptimedb-cluster-health-check: Official Greptime skill from greptimeteam/docs.
- greptimedb-performance-diagnosis: Official Greptime skill from greptimeteam/docs.
- greptimedb-performance-tuning: Official Greptime skill from greptimeteam/docs.

### Install

Install the full package:

```bash
npx skills add greptimeteam/docs -y
```

Install a specific skill:

```bash
npx skills add greptimeteam/docs@greptimedb-pipeline -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/greptimeteam/docs#readme
