# Telepat AI Agent Skills

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

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

Official page: https://skillscout.sh/official/telepat-io/
Markdown page: https://skillscout.sh/official/telepat-io/telepat-io_skills_skillscout.md
Vendor website: http://telepat.io/

## Prompt for your agent

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

### telepat-io/ideon

Includes 3 official skills: ideon-mcp, ideon, ideon-cli.

Install:

```bash
npx skills add telepat-io/ideon -y
```

Source: https://github.com/telepat-io/ideon

### telepat-io/otto

Includes 2 official skills: otto-command, otto-cli.

Install:

```bash
npx skills add telepat-io/otto -y
```

Source: https://github.com/telepat-io/otto

### telepat-io/snoopy

Includes 1 official skill: snoopy-cli.

Install:

```bash
npx skills add telepat-io/snoopy -y
```

Source: https://github.com/telepat-io/snoopy

## Individual skills

### ideon-mcp

Official Telepat skill from telepat-io/ideon.

Install:

```bash
npx skills add telepat-io/ideon@ideon-mcp -y
```

Package: telepat-io/ideon
Source: https://github.com/telepat-io/ideon/tree/main/skill/ideon-mcp

### ideon

Official Telepat skill from telepat-io/ideon.

Install:

```bash
npx skills add telepat-io/ideon@ideon -y
```

Package: telepat-io/ideon
Source: https://github.com/telepat-io/ideon/tree/main/skill/ideon

### ideon-cli

Official Telepat skill from telepat-io/ideon.

Install:

```bash
npx skills add telepat-io/ideon@ideon-cli -y
```

Package: telepat-io/ideon
Source: https://github.com/telepat-io/ideon/tree/main/skill/ideon-cli

### otto-command

Official Telepat skill from telepat-io/otto.

Install:

```bash
npx skills add telepat-io/otto@otto-command -y
```

Package: telepat-io/otto
Source: https://github.com/telepat-io/otto/tree/main/skill/otto-command

### otto-cli

Official Telepat skill from telepat-io/otto.

Install:

```bash
npx skills add telepat-io/otto@otto-cli -y
```

Package: telepat-io/otto
Source: https://github.com/telepat-io/otto/tree/main/skill/otto-cli

### snoopy-cli

Official Telepat skill from telepat-io/snoopy.

Install:

```bash
npx skills add telepat-io/snoopy@snoopy-cli -y
```

Package: telepat-io/snoopy
Source: https://github.com/telepat-io/snoopy/tree/main/skill/snoopy-cli

## telepat-io/ideon package overview

Includes 3 official skills: ideon-mcp, ideon, ideon-cli.

### Top skills in this package

- ideon-mcp: Official Telepat skill from telepat-io/ideon.
- ideon: Official Telepat skill from telepat-io/ideon.
- ideon-cli: Official Telepat skill from telepat-io/ideon.

### Install

Install the full package:

```bash
npx skills add telepat-io/ideon -y
```

Install a specific skill:

```bash
npx skills add telepat-io/ideon@ideon-mcp -y
```

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

Source: https://github.com/telepat-io/ideon#readme
