# Intercom AI Agent Skills

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

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

Official page: https://skillscout.sh/official/intercom/
Markdown page: https://skillscout.sh/official/intercom/intercom_skills_skillscout.md
Vendor website: https://www.intercom.com/

## Prompt for your agent

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

### intercom/2x-skills

Includes 9 official skills: secure-github-actions, skill-review, attach-github-assets, thermo-nuclear-code-review, create-pr, cc-cost-analysis.

Install:

```bash
npx skills add intercom/2x-skills -y
```

Source: https://github.com/intercom/2x-skills

### intercom/claude-plugin-external

Includes 4 official skills: customer-360, install-cli, install-messenger, intercom-analysis.

Install:

```bash
npx skills add intercom/claude-plugin-external -y
```

Source: https://github.com/intercom/claude-plugin-external

## Individual skills

### secure-github-actions

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@secure-github-actions -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/security-tools/skills/secure-github-actions

### skill-review

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@skill-review -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/HEAD/plugins/skill-tools/skills/skill-review

### attach-github-assets

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@attach-github-assets -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/pr-tools/skills/attach-github-assets

### thermo-nuclear-code-review

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@thermo-nuclear-code-review -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/code-review-tools/skills/thermo-nuclear-code-review

### create-pr

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@create-pr -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/pr-tools/skills/create-pr

### cc-cost-analysis

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@cc-cost-analysis -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/claude-code-tools/skills/cc-cost-analysis

### fix-flaky-tests

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@fix-flaky-tests -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/test-tools/skills/fix-flaky-tests

### permissions-analyzer

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@permissions-analyzer -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/claude-code-tools/skills/permissions-analyzer

### tool-misses

Official Intercom skill from intercom/2x-skills.

Install:

```bash
npx skills add intercom/2x-skills@tool-misses -y
```

Package: intercom/2x-skills
Source: https://github.com/intercom/2x-skills/tree/main/plugins/claude-code-tools/skills/tool-misses

### customer-360

Official Intercom skill from intercom/claude-plugin-external.

Install:

```bash
npx skills add intercom/claude-plugin-external@customer-360 -y
```

Package: intercom/claude-plugin-external
Source: https://github.com/intercom/claude-plugin-external/tree/main/skills/customer-360

### install-cli

Official Intercom skill from intercom/claude-plugin-external.

Install:

```bash
npx skills add intercom/claude-plugin-external@install-cli -y
```

Package: intercom/claude-plugin-external
Source: https://github.com/intercom/claude-plugin-external/tree/main/skills/install-cli

### install-messenger

Official Intercom skill from intercom/claude-plugin-external.

Install:

```bash
npx skills add intercom/claude-plugin-external@install-messenger -y
```

Package: intercom/claude-plugin-external
Source: https://github.com/intercom/claude-plugin-external/tree/main/skills/install-messenger

### intercom-analysis

Official Intercom skill from intercom/claude-plugin-external.

Install:

```bash
npx skills add intercom/claude-plugin-external@intercom-analysis -y
```

Package: intercom/claude-plugin-external
Source: https://github.com/intercom/claude-plugin-external/tree/main/skills/intercom-analysis

## intercom/2x-skills package overview

Includes 9 official skills: secure-github-actions, skill-review, attach-github-assets, thermo-nuclear-code-review, create-pr, cc-cost-analysis.

### Top skills in this package

- secure-github-actions: Official Intercom skill from intercom/2x-skills.
- skill-review: Official Intercom skill from intercom/2x-skills.
- attach-github-assets: Official Intercom skill from intercom/2x-skills.
- thermo-nuclear-code-review: Official Intercom skill from intercom/2x-skills.
- create-pr: Official Intercom skill from intercom/2x-skills.
- cc-cost-analysis: Official Intercom skill from intercom/2x-skills.
- fix-flaky-tests: Official Intercom skill from intercom/2x-skills.
- permissions-analyzer: Official Intercom skill from intercom/2x-skills.

### Install

Install the full package:

```bash
npx skills add intercom/2x-skills -y
```

Install a specific skill:

```bash
npx skills add intercom/2x-skills@secure-github-actions -y
```

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

Source: https://github.com/intercom/2x-skills#readme
