# Telert

> Use this skill when the user wants to get notifications when long-running commands complete using telert.

- Skill: `javimosch/telert` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/telert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/telert/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/telert

---


# telert Plugin

Alert on command completion — get notified when terminal commands finish execution.

## Commands

- `telert alert run <args>` -- Alert on command completion

## Usage Examples

Run command with notification:
```
telert alert run "make build"
```

Run with custom message:
```
telert alert run --message "Build complete!" "make build"
```

Run with sound notification:
```
telert alert run --sound "make build"
```

Run with desktop notification:
```
telert alert run --desktop "make build"
```

## Installation

```
pip install telert
```

## Key Features

- Desktop notifications
- Sound alerts
- Custom notification messages
- Works with any terminal command
- Supports multiple notification methods

