---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [skills](../index.md) / InstallSkillsResult

# Interface: InstallSkillsResult

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:165](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L165)

Result of installing skills.

## Properties

### errors

> **errors**: [`SkillError`](SkillError.md)[]

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:171](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L171)

Failed installations

***

### installed

> **installed**: [`SkillInstallation`](SkillInstallation.md)[]

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:167](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L167)

Successfully installed skills

***

### skipped

> **skipped**: [`SkillSkipped`](SkillSkipped.md)[]

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:169](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L169)

Skipped skills (already exist, no update flag)
