# Logto AI Agent Skills

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

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

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

## Prompt for your agent

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

### logto-io/logto

Includes 2 official skills: logto-dev-environment, logto-local-storage.

Install:

```bash
npx skills add logto-io/logto -y
```

Source: https://github.com/logto-io/logto

## Individual skills

### logto-dev-environment

Official Logto skill from logto-io/logto.

Install:

```bash
npx skills add logto-io/logto@logto-dev-environment -y
```

Package: logto-io/logto
Source: https://github.com/logto-io/logto/tree/master/.agents/skills/logto-dev-environment

### logto-local-storage

Official Logto skill from logto-io/logto.

Install:

```bash
npx skills add logto-io/logto@logto-local-storage -y
```

Package: logto-io/logto
Source: https://github.com/logto-io/logto/tree/master/.agents/skills/logto-local-storage

## logto-io/logto package overview

Includes 2 official skills: logto-dev-environment, logto-local-storage.

### Top skills in this package

- logto-dev-environment: Official Logto skill from logto-io/logto.
- logto-local-storage: Official Logto skill from logto-io/logto.

### Install

Install the full package:

```bash
npx skills add logto-io/logto -y
```

Install a specific skill:

```bash
npx skills add logto-io/logto@logto-dev-environment -y
```

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

Source: https://github.com/logto-io/logto#readme
