# CleverTap AI Agent Skills

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

Browse 12 official AI agent skills across 3 CleverTap repositories, with install commands and source links.

Official page: https://skillscout.sh/official/clevertap/
Markdown page: https://skillscout.sh/official/clevertap/clevertap_skills_skillscout.md
Vendor website: https://clevertap.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/clevertap/clevertap_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant CleverTap 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

### clevertap/clevertap-native-ui-kit

Includes 6 official skills: commit, generate-json, review, ship-jira, statusline, test.

Install:

```bash
npx skills add clevertap/clevertap-native-ui-kit -y
```

Source: https://github.com/CleverTap/clevertap-native-ui-kit

### clevertap/clevertap-flutter

Includes 5 official skills: api-wrapper-patterns, changelog-generation, example-app-patterns, native-sdk-changelog-analysis, version-detection.

Install:

```bash
npx skills add clevertap/clevertap-flutter -y
```

Source: https://github.com/CleverTap/clevertap-flutter

### clevertap/clevertap-wrapper-tooling

Includes 1 official skill: onboard-wrapper-sync.

Install:

```bash
npx skills add clevertap/clevertap-wrapper-tooling -y
```

Source: https://github.com/CleverTap/clevertap-wrapper-tooling

## Individual skills

### commit

Official CleverTap skill from clevertap/clevertap-native-ui-kit.

Install:

```bash
npx skills add clevertap/clevertap-native-ui-kit@commit -y
```

Package: clevertap/clevertap-native-ui-kit
Source: https://github.com/CleverTap/clevertap-native-ui-kit/tree/main/.claude/skills/commit

### generate-json

Official CleverTap skill from clevertap/clevertap-native-ui-kit.

Install:

```bash
npx skills add clevertap/clevertap-native-ui-kit@generate-json -y
```

Package: clevertap/clevertap-native-ui-kit
Source: https://github.com/CleverTap/clevertap-native-ui-kit/tree/main/.claude/skills/generate-json

### review

Official CleverTap skill from clevertap/clevertap-native-ui-kit.

Install:

```bash
npx skills add clevertap/clevertap-native-ui-kit@review -y
```

Package: clevertap/clevertap-native-ui-kit
Source: https://github.com/CleverTap/clevertap-native-ui-kit/tree/main/.claude/skills/review

### ship-jira

Official CleverTap skill from clevertap/clevertap-native-ui-kit.

Install:

```bash
npx skills add clevertap/clevertap-native-ui-kit@ship-jira -y
```

Package: clevertap/clevertap-native-ui-kit
Source: https://github.com/CleverTap/clevertap-native-ui-kit/tree/main/.claude/skills/ship-jira

### statusline

Official CleverTap skill from clevertap/clevertap-native-ui-kit.

Install:

```bash
npx skills add clevertap/clevertap-native-ui-kit@statusline -y
```

Package: clevertap/clevertap-native-ui-kit
Source: https://github.com/CleverTap/clevertap-native-ui-kit/tree/main/.claude/skills/statusline

### test

Official CleverTap skill from clevertap/clevertap-native-ui-kit.

Install:

```bash
npx skills add clevertap/clevertap-native-ui-kit@test -y
```

Package: clevertap/clevertap-native-ui-kit
Source: https://github.com/CleverTap/clevertap-native-ui-kit/tree/main/.claude/skills/test

### api-wrapper-patterns

Official CleverTap skill from clevertap/clevertap-flutter.

Install:

```bash
npx skills add clevertap/clevertap-flutter@api-wrapper-patterns -y
```

Package: clevertap/clevertap-flutter
Source: https://github.com/CleverTap/clevertap-flutter/tree/master/.claude/skills/api-wrapper-patterns

### changelog-generation

Official CleverTap skill from clevertap/clevertap-flutter.

Install:

```bash
npx skills add clevertap/clevertap-flutter@changelog-generation -y
```

Package: clevertap/clevertap-flutter
Source: https://github.com/CleverTap/clevertap-flutter/tree/master/.claude/skills/changelog-generation

### example-app-patterns

Official CleverTap skill from clevertap/clevertap-flutter.

Install:

```bash
npx skills add clevertap/clevertap-flutter@example-app-patterns -y
```

Package: clevertap/clevertap-flutter
Source: https://github.com/CleverTap/clevertap-flutter/tree/master/.claude/skills/example-app-patterns

### native-sdk-changelog-analysis

Official CleverTap skill from clevertap/clevertap-flutter.

Install:

```bash
npx skills add clevertap/clevertap-flutter@native-sdk-changelog-analysis -y
```

Package: clevertap/clevertap-flutter
Source: https://github.com/CleverTap/clevertap-flutter/tree/master/.claude/skills/native-sdk-changelog-analysis

### version-detection

Official CleverTap skill from clevertap/clevertap-flutter.

Install:

```bash
npx skills add clevertap/clevertap-flutter@version-detection -y
```

Package: clevertap/clevertap-flutter
Source: https://github.com/CleverTap/clevertap-flutter/tree/master/.claude/skills/version-detection

### onboard-wrapper-sync

Official CleverTap skill from clevertap/clevertap-wrapper-tooling.

Install:

```bash
npx skills add clevertap/clevertap-wrapper-tooling@onboard-wrapper-sync -y
```

Package: clevertap/clevertap-wrapper-tooling
Source: https://github.com/CleverTap/clevertap-wrapper-tooling/tree/main/.claude/skills/onboard-wrapper-sync

## clevertap/clevertap-native-ui-kit package overview

Includes 6 official skills: commit, generate-json, review, ship-jira, statusline, test.

### Top skills in this package

- commit: Official CleverTap skill from clevertap/clevertap-native-ui-kit.
- generate-json: Official CleverTap skill from clevertap/clevertap-native-ui-kit.
- review: Official CleverTap skill from clevertap/clevertap-native-ui-kit.
- ship-jira: Official CleverTap skill from clevertap/clevertap-native-ui-kit.
- statusline: Official CleverTap skill from clevertap/clevertap-native-ui-kit.
- test: Official CleverTap skill from clevertap/clevertap-native-ui-kit.

### Install

Install the full package:

```bash
npx skills add clevertap/clevertap-native-ui-kit -y
```

Install a specific skill:

```bash
npx skills add clevertap/clevertap-native-ui-kit@commit -y
```

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

Source: https://github.com/clevertap/clevertap-native-ui-kit#readme
