***

title: getManifest
slug: /reference/typescript/agents/skill-registry/get-manifest
description: Get the manifest for a registered skill.
---------------------

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

Get the manifest for a registered skill, if available.

## **Parameters**

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

## **Returns**

`SkillManifest | undefined`