# Blacksky Algorithms AI Agent Skills

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

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

Official page: https://skillscout.sh/official/blacksky-algorithms/
Markdown page: https://skillscout.sh/official/blacksky-algorithms/blacksky-algorithms_skills_skillscout.md
Vendor website: https://blackskyweb.xyz/

## Prompt for your agent

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

### blacksky-algorithms/atproto

Includes 4 official skills: lex-sdk, playwright, testing, update-chat-lexicons.

Install:

```bash
npx skills add blacksky-algorithms/atproto -y
```

Source: https://github.com/blacksky-algorithms/atproto

## Individual skills

### lex-sdk

Official Blacksky Algorithms skill from blacksky-algorithms/atproto.

Install:

```bash
npx skills add blacksky-algorithms/atproto@lex-sdk -y
```

Package: blacksky-algorithms/atproto
Source: https://github.com/blacksky-algorithms/atproto/tree/main/.agents/skills/lex-sdk

### playwright

Official Blacksky Algorithms skill from blacksky-algorithms/atproto.

Install:

```bash
npx skills add blacksky-algorithms/atproto@playwright -y
```

Package: blacksky-algorithms/atproto
Source: https://github.com/blacksky-algorithms/atproto/tree/HEAD/.agents/skills/playwright

### testing

Official Blacksky Algorithms skill from blacksky-algorithms/atproto.

Install:

```bash
npx skills add blacksky-algorithms/atproto@testing -y
```

Package: blacksky-algorithms/atproto
Source: https://github.com/blacksky-algorithms/atproto/tree/main/.agents/skills/testing

### update-chat-lexicons

Official Blacksky Algorithms skill from blacksky-algorithms/atproto.

Install:

```bash
npx skills add blacksky-algorithms/atproto@update-chat-lexicons -y
```

Package: blacksky-algorithms/atproto
Source: https://github.com/blacksky-algorithms/atproto/tree/HEAD/.agents/skills/update-chat-lexicons

## blacksky-algorithms/atproto package overview

Includes 4 official skills: lex-sdk, playwright, testing, update-chat-lexicons.

### Top skills in this package

- lex-sdk: Official Blacksky Algorithms skill from blacksky-algorithms/atproto.
- playwright: Official Blacksky Algorithms skill from blacksky-algorithms/atproto.
- testing: Official Blacksky Algorithms skill from blacksky-algorithms/atproto.
- update-chat-lexicons: Official Blacksky Algorithms skill from blacksky-algorithms/atproto.

### Install

Install the full package:

```bash
npx skills add blacksky-algorithms/atproto -y
```

Install a specific skill:

```bash
npx skills add blacksky-algorithms/atproto@lex-sdk -y
```

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

Source: https://github.com/blacksky-algorithms/atproto#readme
