***

title: has
slug: /reference/typescript/agents/skill-registry/has
description: Check if a skill name is registered.
---------------------

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

Check if a skill name is registered.

## **Parameters**

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

## **Returns**

`boolean`