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

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

# Function: findSkillsByName()

> **findSkillsByName**(`skills`, `names`): `object`

Defined in: [packages/b2c-tooling-sdk/src/skills/parser.ts:130](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/skills/parser.ts#L130)

Find skills that match the given names, returning any that weren't found.

## Parameters

### skills

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

Available skills

### names

`string`[]

Requested skill names

## Returns

`object`

Object with matched skills and names not found

### found

> **found**: [`SkillMetadata`](../interfaces/SkillMetadata.md)[]

### notFound

> **notFound**: `string`[]
