> ## 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.

# parser • AI Agent SDK

> YAML frontmatter parsing for SKILL.md files.

# parser

<Badge color="blue">AI Agent</Badge>

YAML frontmatter parsing for SKILL.md files.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.skills import parser
```

## Functions

<CardGroup cols={2}>
  <Card title="find_skill_md()" icon="function" href="../functions/find_skill_md">
    Find the SKILL.md file in a skill directory.
  </Card>

  <Card title="parse_frontmatter()" icon="function" href="../functions/parse_frontmatter">
    Parse YAML frontmatter from SKILL.md content.
  </Card>

  <Card title="read_properties()" icon="function" href="../functions/read_properties">
    Read skill properties from SKILL.md frontmatter.
  </Card>
</CardGroup>
