Blame

1005aa Thai Pangsakulyanont 2026-01-29 07:01:25 1
# Home
2
841235 Thai Pangsakulyanont 2026-01-30 07:52:06 3
To see available skills and install them, use the [skills](https://github.com/vercel-labs/skills) CLI:
4
5
```sh
6
npx skills add dtinth/agent-skills
7
```
8
9
The above command:
10
11
- Shows the list of available skills
12
- Lets you choose which skill(s) to install
13
- Lets you choose which agent to use it with
14
- Lets you choose whether to install globally or in the project
80a4dd Thai Pangsakulyanont 2026-01-31 10:20:55 15
16
## Other Skills
17
b642ae Thai Pangsakulyanont 2026-01-31 10:22:02 18
I use these third-party skills…
19
20
### [Playwright CLI](https://github.com/microsoft/playwright-cli)
80a4dd Thai Pangsakulyanont 2026-01-31 10:20:55 21
22
```
b642ae Thai Pangsakulyanont 2026-01-31 10:22:02 23
npm install -g @playwright/cli@latest --force
80a4dd Thai Pangsakulyanont 2026-01-31 10:20:55 24
npx skills add microsoft/playwright-cli
25
```