# 3Tea AI Agent Skills

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

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

Official page: https://skillscout.sh/official/3tea/
Markdown page: https://skillscout.sh/official/3tea/3tea_skills_skillscout.md
Vendor website: https://3tea.xyz/

## Prompt for your agent

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

### 3tea/discord-bot

Includes 4 official skills: post-feature, new-command, new-landing-page, spec.

Install:

```bash
npx skills add 3tea/discord-bot -y
```

Source: https://github.com/3Tea/discord-bot

## Individual skills

### post-feature

Official 3Tea skill from 3tea/discord-bot.

Install:

```bash
npx skills add 3tea/discord-bot@post-feature -y
```

Package: 3tea/discord-bot
Source: https://github.com/3Tea/discord-bot/tree/main/.claude/skills/post-feature

### new-command

Official 3Tea skill from 3tea/discord-bot.

Install:

```bash
npx skills add 3tea/discord-bot@new-command -y
```

Package: 3tea/discord-bot
Source: https://github.com/3Tea/discord-bot/tree/main/.claude/skills/new-command

### new-landing-page

Official 3Tea skill from 3tea/discord-bot.

Install:

```bash
npx skills add 3tea/discord-bot@new-landing-page -y
```

Package: 3tea/discord-bot
Source: https://github.com/3Tea/discord-bot/tree/main/.claude/skills/new-landing-page

### spec

Official 3Tea skill from 3tea/discord-bot.

Install:

```bash
npx skills add 3tea/discord-bot@spec -y
```

Package: 3tea/discord-bot
Source: https://github.com/3Tea/discord-bot/tree/main/.claude/skills/spec

## 3tea/discord-bot package overview

Includes 4 official skills: post-feature, new-command, new-landing-page, spec.

### Top skills in this package

- post-feature: Official 3Tea skill from 3tea/discord-bot.
- new-command: Official 3Tea skill from 3tea/discord-bot.
- new-landing-page: Official 3Tea skill from 3tea/discord-bot.
- spec: Official 3Tea skill from 3tea/discord-bot.

### Install

Install the full package:

```bash
npx skills add 3tea/discord-bot -y
```

Install a specific skill:

```bash
npx skills add 3tea/discord-bot@post-feature -y
```

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

Source: https://github.com/3tea/discord-bot#readme
