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

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

# Function: getSkillInstallPath()

> **getSkillInstallPath**(`ide`, `skillName`, `options`): `string`

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

Get the installation path for a skill.

## Parameters

### ide

[`IdeType`](../type-aliases/IdeType.md)

Target IDE

### skillName

`string`

Name of the skill

### options

Installation options

#### directory?

`string`

#### global

`boolean`

#### projectRoot?

`string`

## Returns

`string`

Absolute path where the skill would be installed
