# 1Password AI Agent Skills

1Password publishes official AI agent skills for its tools, services, and developer workflows. 1Password remembers all your passwords for you. It keeps your digital life secure and always available, safe behind the one password that only you know.

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

Official page: https://skillscout.sh/official/1password/
Markdown page: https://skillscout.sh/official/1password/1password_skills_skillscout.md
Vendor website: https://github.com/1password

## Prompt for your agent

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

### 1password/scam

Includes 1 official skill: security-awareness.

Install:

```bash
npx skills add 1password/scam -y
```

Source: https://github.com/1password/scam

### 1password/cursor-plugin

Includes 1 official skill: 1password-environments.

Install:

```bash
npx skills add 1password/cursor-plugin -y
```

Source: https://github.com/1Password/cursor-plugin

## Individual skills

### security-awareness

Official 1Password skill from 1password/scam.

Install:

```bash
npx skills add 1password/scam@security-awareness -y
```

Package: 1password/scam
Source: https://github.com/1password/scam/tree/HEAD/skills/security-awareness

### 1password-environments

Official 1Password skill from 1password/cursor-plugin.

Install:

```bash
npx skills add 1password/cursor-plugin@1password-environments -y
```

Package: 1password/cursor-plugin
Source: https://github.com/1password/cursor-plugin/tree/HEAD/skills/1password-environments

## 1password/cursor-plugin package overview

Includes 1 official skill: 1password-environments.

### Top skills in this package

- 1password-environments: Official 1Password skill from 1password/cursor-plugin.

### Install

Install the full package:

```bash
npx skills add 1password/cursor-plugin -y
```

Install a specific skill:

```bash
npx skills add 1password/cursor-plugin@1password-environments -y
```

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

Source: https://github.com/1password/cursor-plugin#readme
