# AgentCat AI Agent Skills

AgentCat publishes official AI agent skills for its tools, services, and developer workflows. An AI-first user analytics and observability platform.

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

Official page: https://skillscout.sh/official/agentcathq/
Markdown page: https://skillscout.sh/official/agentcathq/agentcathq_skills_skillscout.md
Vendor website: https://agentcat.com/

## Prompt for your agent

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

### agentcathq/webmcp-react

Includes 2 official skills: webmcp-add-tool, webmcp-setup.

Install:

```bash
npx skills add agentcathq/webmcp-react -y
```

Source: https://github.com/agentcathq/webmcp-react

### agentcathq/skills

Includes 2 official skills: install-mcpcat-python, install-mcpcat-typescript.

Install:

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

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

## Individual skills

### webmcp-add-tool

Official AgentCat skill from agentcathq/webmcp-react.

Install:

```bash
npx skills add agentcathq/webmcp-react@webmcp-add-tool -y
```

Package: agentcathq/webmcp-react
Source: https://github.com/agentcathq/webmcp-react/tree/main/skills/webmcp-add-tool

### webmcp-setup

Official AgentCat skill from agentcathq/webmcp-react.

Install:

```bash
npx skills add agentcathq/webmcp-react@webmcp-setup -y
```

Package: agentcathq/webmcp-react
Source: https://github.com/agentcathq/webmcp-react/tree/main/skills/webmcp-setup

### install-mcpcat-python

Official AgentCat skill from agentcathq/skills.

Install:

```bash
npx skills add agentcathq/skills@install-mcpcat-python -y
```

Package: agentcathq/skills
Source: https://github.com/agentcathq/skills/tree/main/skills/install-mcpcat-python

### install-mcpcat-typescript

Official AgentCat skill from agentcathq/skills.

Install:

```bash
npx skills add agentcathq/skills@install-mcpcat-typescript -y
```

Package: agentcathq/skills
Source: https://github.com/agentcathq/skills/tree/main/skills/install-mcpcat-typescript

## agentcathq/skills package overview

Includes 2 official skills: install-mcpcat-python, install-mcpcat-typescript.

### Top skills in this package

- install-mcpcat-python: Official AgentCat skill from agentcathq/skills.
- install-mcpcat-typescript: Official AgentCat skill from agentcathq/skills.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add agentcathq/skills@install-mcpcat-python -y
```

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

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