# TON The Open Network AI Agent Skills

TON The Open Network publishes official AI agent skills for its tools, services, and developer workflows.

Browse 6 official AI agent skills across 2 TON The Open Network repositories, with install commands and source links.

Official page: https://skillscout.sh/official/ton-blockchain/
Markdown page: https://skillscout.sh/official/ton-blockchain/ton-blockchain_skills_skillscout.md
Vendor website: https://ton.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/ton-blockchain/ton-blockchain_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant TON The Open Network 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

### ton-blockchain/skills

Includes 4 official skills: ton-blockchain, tolk, acton, func2tolk.

Install:

```bash
npx skills add ton-blockchain/skills -y
```

Source: https://github.com/ton-blockchain/skills

### ton-blockchain/ton-triage-skill

Includes 2 official skills: ton-bug-triage, tvm-fift-hypothesis-proving.

Install:

```bash
npx skills add ton-blockchain/ton-triage-skill -y
```

Source: https://github.com/ton-blockchain/ton-triage-skill

## Individual skills

### ton-blockchain

Official TON The Open Network skill from ton-blockchain/skills.

Install:

```bash
npx skills add ton-blockchain/skills@ton-blockchain -y
```

Package: ton-blockchain/skills
Source: https://github.com/ton-blockchain/skills/tree/main/ton-blockchain

### tolk

Official TON The Open Network skill from ton-blockchain/skills.

Install:

```bash
npx skills add ton-blockchain/skills@tolk -y
```

Package: ton-blockchain/skills
Source: https://github.com/ton-blockchain/skills/tree/main/tolk

### acton

Official TON The Open Network skill from ton-blockchain/skills.

Install:

```bash
npx skills add ton-blockchain/skills@acton -y
```

Package: ton-blockchain/skills
Source: https://github.com/ton-blockchain/skills/tree/main/acton

### func2tolk

Official TON The Open Network skill from ton-blockchain/skills.

Install:

```bash
npx skills add ton-blockchain/skills@func2tolk -y
```

Package: ton-blockchain/skills
Source: https://github.com/ton-blockchain/skills/tree/main/func2tolk

### ton-bug-triage

Official TON The Open Network skill from ton-blockchain/ton-triage-skill.

Install:

```bash
npx skills add ton-blockchain/ton-triage-skill@ton-bug-triage -y
```

Package: ton-blockchain/ton-triage-skill
Source: https://github.com/ton-blockchain/ton-triage-skill/tree/main/ton-bug-triage

### tvm-fift-hypothesis-proving

Official TON The Open Network skill from ton-blockchain/ton-triage-skill.

Install:

```bash
npx skills add ton-blockchain/ton-triage-skill@tvm-fift-hypothesis-proving -y
```

Package: ton-blockchain/ton-triage-skill
Source: https://github.com/ton-blockchain/ton-triage-skill/tree/main/tvm-fift-hypothesis-proving

## ton-blockchain/skills package overview

Includes 4 official skills: ton-blockchain, tolk, acton, func2tolk.

### Top skills in this package

- ton-blockchain: Official TON The Open Network skill from ton-blockchain/skills.
- tolk: Official TON The Open Network skill from ton-blockchain/skills.
- acton: Official TON The Open Network skill from ton-blockchain/skills.
- func2tolk: Official TON The Open Network skill from ton-blockchain/skills.

### Install

Install the full package:

```bash
npx skills add ton-blockchain/skills -y
```

Install a specific skill:

```bash
npx skills add ton-blockchain/skills@ton-blockchain -y
```

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

Source: https://github.com/ton-blockchain/skills#readme
