---
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:178](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/skills/agents.ts#L178)

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
