# Build Internet AI Agent Skills

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

Browse 9 official AI agent skills across 4 Build Internet repositories, with install commands and source links.

Official page: https://skillscout.sh/official/buildinternet/
Markdown page: https://skillscout.sh/official/buildinternet/buildinternet_skills_skillscout.md
Vendor website: https://buildinternet.com/

## Prompt for your agent

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

### buildinternet/uploads

Includes 4 official skills: uploads-cli, github-screenshots, annotate-screenshots, docs-page-style.

Install:

```bash
npx skills add buildinternet/uploads -y
```

Source: https://github.com/buildinternet/uploads

### buildinternet/releases

Includes 1 official skill: creating-releases-json.

Install:

```bash
npx skills add buildinternet/releases -y
```

Source: https://github.com/buildinternet/releases

### buildinternet/releases-cli

Includes 3 official skills: analyzing-releases, releases-cli, releases-mcp.

Install:

```bash
npx skills add buildinternet/releases-cli -y
```

Source: https://github.com/buildinternet/releases-cli

### buildinternet/skills

Includes 1 official skill: github-screenshots.

Install:

```bash
npx skills add buildinternet/skills -y
```

Source: https://github.com/buildinternet/skills

## Individual skills

### uploads-cli

Official Build Internet skill from buildinternet/uploads.

Install:

```bash
npx skills add buildinternet/uploads@uploads-cli -y
```

Package: buildinternet/uploads
Source: https://github.com/buildinternet/uploads/tree/HEAD/skills/uploads-cli

### github-screenshots

Official Build Internet skill from buildinternet/uploads.

Install:

```bash
npx skills add buildinternet/uploads@github-screenshots -y
```

Package: buildinternet/uploads
Source: https://github.com/buildinternet/uploads/tree/HEAD/skills/github-screenshots

### annotate-screenshots

Official Build Internet skill from buildinternet/uploads.

Install:

```bash
npx skills add buildinternet/uploads@annotate-screenshots -y
```

Package: buildinternet/uploads
Source: https://github.com/buildinternet/uploads/tree/HEAD/skills/annotate-screenshots

### docs-page-style

Official Build Internet skill from buildinternet/uploads.

Install:

```bash
npx skills add buildinternet/uploads@docs-page-style -y
```

Package: buildinternet/uploads
Source: https://github.com/buildinternet/uploads/tree/HEAD/skills/docs-page-style

### creating-releases-json

Official Build Internet skill from buildinternet/releases.

Install:

```bash
npx skills add buildinternet/releases@creating-releases-json -y
```

Package: buildinternet/releases
Source: https://github.com/buildinternet/releases/tree/HEAD/skills/creating-releases-json

### analyzing-releases

Official Build Internet skill from buildinternet/releases-cli.

Install:

```bash
npx skills add buildinternet/releases-cli@analyzing-releases -y
```

Package: buildinternet/releases-cli
Source: https://github.com/buildinternet/releases-cli/tree/HEAD/skills/analyzing-releases

### releases-cli

Official Build Internet skill from buildinternet/releases-cli.

Install:

```bash
npx skills add buildinternet/releases-cli@releases-cli -y
```

Package: buildinternet/releases-cli
Source: https://github.com/buildinternet/releases-cli/tree/HEAD/skills/releases-cli

### releases-mcp

Official Build Internet skill from buildinternet/releases-cli.

Install:

```bash
npx skills add buildinternet/releases-cli@releases-mcp -y
```

Package: buildinternet/releases-cli
Source: https://github.com/buildinternet/releases-cli/tree/HEAD/skills/releases-mcp

### github-screenshots

Official Build Internet skill from buildinternet/skills.

Install:

```bash
npx skills add buildinternet/skills@github-screenshots -y
```

Package: buildinternet/skills
Source: https://github.com/buildinternet/skills/tree/main/skills/github-screenshots

## buildinternet/skills package overview

Includes 1 official skill: github-screenshots.

### Top skills in this package

- github-screenshots: Official Build Internet skill from buildinternet/skills.

### Install

Install the full package:

```bash
npx skills add buildinternet/skills -y
```

Install a specific skill:

```bash
npx skills add buildinternet/skills@github-screenshots -y
```

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

Source: https://github.com/buildinternet/skills#readme
