# IOTA AI Agent Skills

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

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

Official page: https://skillscout.sh/official/iotaledger/
Markdown page: https://skillscout.sh/official/iotaledger/iotaledger_skills_skillscout.md
Vendor website: https://iota.org/

## Prompt for your agent

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

### iotaledger/notarization

Includes 4 official skills: init-api-mapping, naming-conventions, sync-product-docs, update-api-mapping.

Install:

```bash
npx skills add iotaledger/notarization -y
```

Source: https://github.com/iotaledger/notarization

## Individual skills

### init-api-mapping

Official IOTA skill from iotaledger/notarization.

Install:

```bash
npx skills add iotaledger/notarization@init-api-mapping -y
```

Package: iotaledger/notarization
Source: https://github.com/iotaledger/notarization/tree/main/.claude/skills/init-api-mapping

### naming-conventions

Official IOTA skill from iotaledger/notarization.

Install:

```bash
npx skills add iotaledger/notarization@naming-conventions -y
```

Package: iotaledger/notarization
Source: https://github.com/iotaledger/notarization/tree/main/.claude/skills/naming-conventions

### sync-product-docs

Official IOTA skill from iotaledger/notarization.

Install:

```bash
npx skills add iotaledger/notarization@sync-product-docs -y
```

Package: iotaledger/notarization
Source: https://github.com/iotaledger/notarization/tree/main/.claude/skills/sync-product-docs

### update-api-mapping

Official IOTA skill from iotaledger/notarization.

Install:

```bash
npx skills add iotaledger/notarization@update-api-mapping -y
```

Package: iotaledger/notarization
Source: https://github.com/iotaledger/notarization/tree/main/.claude/skills/update-api-mapping

## iotaledger/notarization package overview

Includes 4 official skills: init-api-mapping, naming-conventions, sync-product-docs, update-api-mapping.

### Top skills in this package

- init-api-mapping: Official IOTA skill from iotaledger/notarization.
- naming-conventions: Official IOTA skill from iotaledger/notarization.
- sync-product-docs: Official IOTA skill from iotaledger/notarization.
- update-api-mapping: Official IOTA skill from iotaledger/notarization.

### Install

Install the full package:

```bash
npx skills add iotaledger/notarization -y
```

Install a specific skill:

```bash
npx skills add iotaledger/notarization@init-api-mapping -y
```

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

Source: https://github.com/iotaledger/notarization#readme
