---
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:161](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/skills/types.ts#L161)

Result of installing skills.

## Properties

### errors

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

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

Failed installations

***

### installed

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

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:163](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/skills/types.ts#L163)

Successfully installed skills

***

### skipped

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

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

Skipped skills (already exist, no update flag)
