# Massive AI Agent Skills

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

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

Official page: https://skillscout.sh/official/joinmassive/
Markdown page: https://skillscout.sh/official/joinmassive/joinmassive_skills_skillscout.md
Vendor website: https://joinmassive.com/

## Prompt for your agent

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

### joinmassive/ai-toolkit

Includes 4 official skills: fetch, research, credits, serp.

Install:

```bash
npx skills add joinmassive/ai-toolkit -y
```

Source: https://github.com/joinmassive/ai-toolkit

## Individual skills

### fetch

Official Massive skill from joinmassive/ai-toolkit.

Install:

```bash
npx skills add joinmassive/ai-toolkit@fetch -y
```

Package: joinmassive/ai-toolkit
Source: https://github.com/joinmassive/ai-toolkit/tree/master/plugins/massive/skills/fetch

### research

Official Massive skill from joinmassive/ai-toolkit.

Install:

```bash
npx skills add joinmassive/ai-toolkit@research -y
```

Package: joinmassive/ai-toolkit
Source: https://github.com/joinmassive/ai-toolkit/tree/master/plugins/massive/skills/research

### credits

Official Massive skill from joinmassive/ai-toolkit.

Install:

```bash
npx skills add joinmassive/ai-toolkit@credits -y
```

Package: joinmassive/ai-toolkit
Source: https://github.com/joinmassive/ai-toolkit/tree/master/plugins/massive/skills/credits

### serp

Official Massive skill from joinmassive/ai-toolkit.

Install:

```bash
npx skills add joinmassive/ai-toolkit@serp -y
```

Package: joinmassive/ai-toolkit
Source: https://github.com/joinmassive/ai-toolkit/tree/master/plugins/massive/skills/serp

## joinmassive/ai-toolkit package overview

Includes 4 official skills: fetch, research, credits, serp.

### Top skills in this package

- fetch: Official Massive skill from joinmassive/ai-toolkit.
- research: Official Massive skill from joinmassive/ai-toolkit.
- credits: Official Massive skill from joinmassive/ai-toolkit.
- serp: Official Massive skill from joinmassive/ai-toolkit.

### Install

Install the full package:

```bash
npx skills add joinmassive/ai-toolkit -y
```

Install a specific skill:

```bash
npx skills add joinmassive/ai-toolkit@fetch -y
```

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

Source: https://github.com/joinmassive/ai-toolkit#readme
