# OpenCTI Platform AI Agent Skills

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

Browse 6 official AI agent skills across 1 OpenCTI Platform repository, with install commands and source links.

Official page: https://skillscout.sh/official/opencti-platform/
Markdown page: https://skillscout.sh/official/opencti-platform/opencti-platform_skills_skillscout.md
Vendor website: https://opencti.io/

## Prompt for your agent

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

### opencti-platform/opencti

Includes 6 official skills: create-react-component, create-creation-form, create-migration, create-module, create-playbook-component, create-workflow.

Install:

```bash
npx skills add opencti-platform/opencti -y
```

Source: https://github.com/OpenCTI-Platform/opencti

## Individual skills

### create-react-component

Official OpenCTI Platform skill from opencti-platform/opencti.

Install:

```bash
npx skills add opencti-platform/opencti@create-react-component -y
```

Package: opencti-platform/opencti
Source: https://github.com/OpenCTI-Platform/opencti/tree/master/.github/skills/create-react-component

### create-creation-form

Official OpenCTI Platform skill from opencti-platform/opencti.

Install:

```bash
npx skills add opencti-platform/opencti@create-creation-form -y
```

Package: opencti-platform/opencti
Source: https://github.com/OpenCTI-Platform/opencti/tree/master/.github/skills/create-creation-form

### create-migration

Official OpenCTI Platform skill from opencti-platform/opencti.

Install:

```bash
npx skills add opencti-platform/opencti@create-migration -y
```

Package: opencti-platform/opencti
Source: https://github.com/OpenCTI-Platform/opencti/tree/master/.github/skills/create-migration

### create-module

Official OpenCTI Platform skill from opencti-platform/opencti.

Install:

```bash
npx skills add opencti-platform/opencti@create-module -y
```

Package: opencti-platform/opencti
Source: https://github.com/OpenCTI-Platform/opencti/tree/master/.github/skills/create-module

### create-playbook-component

Official OpenCTI Platform skill from opencti-platform/opencti.

Install:

```bash
npx skills add opencti-platform/opencti@create-playbook-component -y
```

Package: opencti-platform/opencti
Source: https://github.com/OpenCTI-Platform/opencti/tree/master/.github/skills/create-playbook-component

### create-workflow

Official OpenCTI Platform skill from opencti-platform/opencti.

Install:

```bash
npx skills add opencti-platform/opencti@create-workflow -y
```

Package: opencti-platform/opencti
Source: https://github.com/OpenCTI-Platform/opencti/tree/master/.github/skills/create-workflow

## opencti-platform/opencti package overview

Includes 6 official skills: create-react-component, create-creation-form, create-migration, create-module, create-playbook-component, create-workflow.

### Top skills in this package

- create-react-component: Official OpenCTI Platform skill from opencti-platform/opencti.
- create-creation-form: Official OpenCTI Platform skill from opencti-platform/opencti.
- create-migration: Official OpenCTI Platform skill from opencti-platform/opencti.
- create-module: Official OpenCTI Platform skill from opencti-platform/opencti.
- create-playbook-component: Official OpenCTI Platform skill from opencti-platform/opencti.
- create-workflow: Official OpenCTI Platform skill from opencti-platform/opencti.

### Install

Install the full package:

```bash
npx skills add opencti-platform/opencti -y
```

Install a specific skill:

```bash
npx skills add opencti-platform/opencti@create-react-component -y
```

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

Source: https://github.com/opencti-platform/opencti#readme
