# TruEra AI Agent Skills

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

Browse 8 official AI agent skills across 1 TruEra repository, with install commands and source links.

Official page: https://skillscout.sh/official/truera/
Markdown page: https://skillscout.sh/official/truera/truera_skills_skillscout.md
Vendor website: https://truera.com/

## Prompt for your agent

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

### truera/trulens

Includes 8 official skills: trulens-dataset-curation, trulens-diagnosis, trulens-evaluation-setup, trulens-evaluation-workflow, trulens-guardrails, trulens-instrumentation.

Install:

```bash
npx skills add truera/trulens -y
```

Source: https://github.com/truera/trulens

## Individual skills

### trulens-dataset-curation

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-dataset-curation -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-dataset-curation

### trulens-diagnosis

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-diagnosis -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-diagnosis

### trulens-evaluation-setup

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-evaluation-setup -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-evaluation-setup

### trulens-evaluation-workflow

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-evaluation-workflow -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-evaluation-workflow

### trulens-guardrails

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-guardrails -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-guardrails

### trulens-instrumentation

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-instrumentation -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-instrumentation

### trulens-notebook-execution

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-notebook-execution -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-notebook-execution

### trulens-running-evaluations

Official TruEra skill from truera/trulens.

Install:

```bash
npx skills add truera/trulens@trulens-running-evaluations -y
```

Package: truera/trulens
Source: https://github.com/truera/trulens/tree/main/src/core/trulens/.agents/skills/trulens-running-evaluations

## truera/trulens package overview

Includes 8 official skills: trulens-dataset-curation, trulens-diagnosis, trulens-evaluation-setup, trulens-evaluation-workflow, trulens-guardrails, trulens-instrumentation.

### Top skills in this package

- trulens-dataset-curation: Official TruEra skill from truera/trulens.
- trulens-diagnosis: Official TruEra skill from truera/trulens.
- trulens-evaluation-setup: Official TruEra skill from truera/trulens.
- trulens-evaluation-workflow: Official TruEra skill from truera/trulens.
- trulens-guardrails: Official TruEra skill from truera/trulens.
- trulens-instrumentation: Official TruEra skill from truera/trulens.
- trulens-notebook-execution: Official TruEra skill from truera/trulens.
- trulens-running-evaluations: Official TruEra skill from truera/trulens.

### Install

Install the full package:

```bash
npx skills add truera/trulens -y
```

Install a specific skill:

```bash
npx skills add truera/trulens@trulens-dataset-curation -y
```

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

Source: https://github.com/truera/trulens#readme
