# Smithery AI Agent Skills

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

Browse 6 official AI agent skills across 3 Smithery repositories, with install commands and source links.

Official page: https://skillscout.sh/official/smithery-ai/
Markdown page: https://skillscout.sh/official/smithery-ai/smithery-ai_skills_skillscout.md
Vendor website: https://smithery.ai/

## Prompt for your agent

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

### smithery-ai/cli

Includes 2 official skills: smithery-ai-cli, smithery-homepage.

Install:

```bash
npx skills add smithery-ai/cli -y
```

Source: https://github.com/smithery-ai/cli

### smithery-ai/skills

Includes 2 official skills: mcp-oauth, unicorn-or-bust.

Install:

```bash
npx skills add smithery-ai/skills -y
```

Source: https://github.com/smithery-ai/skills

### smithery-ai/agentjsx

Includes 2 official skills: agentjsx, effect-doctor.

Install:

```bash
npx skills add smithery-ai/agentjsx -y
```

Source: https://github.com/smithery-ai/agentjsx

## Individual skills

### smithery-ai-cli

Official Smithery skill from smithery-ai/cli.

Install:

```bash
npx skills add smithery-ai/cli@smithery-ai-cli -y
```

Package: smithery-ai/cli
Source: https://github.com/smithery-ai/cli/tree/main/skills/smithery-ai-cli

### smithery-homepage

Official Smithery skill from smithery-ai/cli.

Install:

```bash
npx skills add smithery-ai/cli@smithery-homepage -y
```

Package: smithery-ai/cli
Source: https://github.com/smithery-ai/cli/tree/main/skills/smithery-homepage

### mcp-oauth

Official Smithery skill from smithery-ai/skills.

Install:

```bash
npx skills add smithery-ai/skills@mcp-oauth -y
```

Package: smithery-ai/skills
Source: https://github.com/smithery-ai/skills/tree/main/mcp-oauth

### unicorn-or-bust

Official Smithery skill from smithery-ai/skills.

Install:

```bash
npx skills add smithery-ai/skills@unicorn-or-bust -y
```

Package: smithery-ai/skills
Source: https://github.com/smithery-ai/skills/tree/main/unicorn-or-bust

### agentjsx

Official Smithery skill from smithery-ai/agentjsx.

Install:

```bash
npx skills add smithery-ai/agentjsx@agentjsx -y
```

Package: smithery-ai/agentjsx
Source: https://github.com/smithery-ai/agentjsx/tree/main/skills/agentjsx

### effect-doctor

Official Smithery skill from smithery-ai/agentjsx.

Install:

```bash
npx skills add smithery-ai/agentjsx@effect-doctor -y
```

Package: smithery-ai/agentjsx
Source: https://github.com/smithery-ai/agentjsx/tree/main/examples/repl/skills/effect-doctor

## smithery-ai/skills package overview

Includes 2 official skills: mcp-oauth, unicorn-or-bust.

### Top skills in this package

- mcp-oauth: Official Smithery skill from smithery-ai/skills.
- unicorn-or-bust: Official Smithery skill from smithery-ai/skills.

### Install

Install the full package:

```bash
npx skills add smithery-ai/skills -y
```

Install a specific skill:

```bash
npx skills add smithery-ai/skills@mcp-oauth -y
```

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

Source: https://github.com/smithery-ai/skills#readme
