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

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

# Function: getSkillSource()

> **getSkillSource**(`skillSet`): [`SkillSourceConfig`](../interfaces/SkillSourceConfig.md)

Defined in: [packages/b2c-tooling-sdk/src/skills/sources.ts:79](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/skills/sources.ts#L79)

Get the source configuration for a specific skill set.

## Parameters

### skillSet

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

A registered skill set identifier

## Returns

[`SkillSourceConfig`](../interfaces/SkillSourceConfig.md)

The source configuration for the skill set

## Throws

Error if the skill set is not recognized
