# Amity AI Agent Skills

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

Browse 5 official AI agent skills across 2 Amity repositories, with install commands and source links.

Official page: https://skillscout.sh/official/amityco/
Markdown page: https://skillscout.sh/official/amityco/amityco_skills_skillscout.md
Vendor website: https://social.plus/

## Prompt for your agent

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

### amityco/social-plus-docs

Includes 3 official skills: playwright-cli, release-notes, social.

Install:

```bash
npx skills add amityco/social-plus-docs -y
```

Source: https://github.com/AmityCo/social-plus-docs

### amityco/amity-social-cloud-uikit-web-opensource

Includes 2 official skills: release-uikit-web, release-uikit-web-opensource.

Install:

```bash
npx skills add amityco/amity-social-cloud-uikit-web-opensource -y
```

Source: https://github.com/AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource

## Individual skills

### playwright-cli

Official Amity skill from amityco/social-plus-docs.

Install:

```bash
npx skills add amityco/social-plus-docs@playwright-cli -y
```

Package: amityco/social-plus-docs
Source: https://github.com/amityco/social-plus-docs/tree/HEAD/.claude/skills/playwright-cli

### release-notes

Official Amity skill from amityco/social-plus-docs.

Install:

```bash
npx skills add amityco/social-plus-docs@release-notes -y
```

Package: amityco/social-plus-docs
Source: https://github.com/AmityCo/social-plus-docs/tree/main/.agents/skills/release-notes

### social

Official Amity skill from amityco/social-plus-docs.

Install:

```bash
npx skills add amityco/social-plus-docs@social -y
```

Package: amityco/social-plus-docs
Source: https://github.com/AmityCo/social-plus-docs/tree/main/.agents/skills/social

### release-uikit-web

Official Amity skill from amityco/amity-social-cloud-uikit-web-opensource.

Install:

```bash
npx skills add amityco/amity-social-cloud-uikit-web-opensource@release-uikit-web -y
```

Package: amityco/amity-social-cloud-uikit-web-opensource
Source: https://github.com/AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource/tree/develop/.claude/skills/release-uikit-web

### release-uikit-web-opensource

Official Amity skill from amityco/amity-social-cloud-uikit-web-opensource.

Install:

```bash
npx skills add amityco/amity-social-cloud-uikit-web-opensource@release-uikit-web-opensource -y
```

Package: amityco/amity-social-cloud-uikit-web-opensource
Source: https://github.com/AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource/tree/develop/.claude/skills/release-uikit-web-opensource

## amityco/social-plus-docs package overview

Includes 3 official skills: playwright-cli, release-notes, social.

### Top skills in this package

- playwright-cli: Official Amity skill from amityco/social-plus-docs.
- release-notes: Official Amity skill from amityco/social-plus-docs.
- social: Official Amity skill from amityco/social-plus-docs.

### Install

Install the full package:

```bash
npx skills add amityco/social-plus-docs -y
```

Install a specific skill:

```bash
npx skills add amityco/social-plus-docs@playwright-cli -y
```

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

Source: https://github.com/amityco/social-plus-docs#readme
