> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Load Metadata • Rust AI Agent SDK

> load_metadata: Load skill metadata (Level 1 - lightweight).

# load\_metadata

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SkillLoader**](../classes/SkillLoader) class in the [**skills**](../modules/skills) module.

Load skill metadata (Level 1 - lightweight).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def load_metadata(&mut self, path: &Path) -> Result<SkillMetadata, ParseError>
```

## Parameters

<ParamField query="path" type="&Path" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Result<SkillMetadata, ParseError>">
  The result of the operation.
</ResponseField>
