***

title: hasSkill
slug: /reference/typescript/agents/skill-manager/has-skill
description: Check if a skill is currently loaded.
---------------------

For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

Check if any skill instance with the given name is currently loaded.

## **Parameters**

<ParamField path="skillName" type="string" required={true} toc={true}>
  The skill name to check for.
</ParamField>

## **Returns**

`boolean`