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

# Skill Metadata • AI Agent SDK

> SkillMetadata: Lightweight skill metadata for system prompt injection.

# SkillMetadata

> Defined in the [**models**](../modules/models) module.

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

Lightweight skill metadata for system prompt injection.

This is the minimal information needed to include a skill in the
system prompt's \<available\_skills> block (\~50-100 tokens per skill).

Attributes:
name: Skill name
description: What the skill does and when to use it
location: Absolute path to the SKILL.md file

## Properties

<ResponseField name="name" type="str">
  No description available.
</ResponseField>

<ResponseField name="description" type="str">
  No description available.
</ResponseField>

<ResponseField name="location" type="str">
  No description available.
</ResponseField>

## Methods

<CardGroup cols={2}>
  <Card title="from_properties()" icon="function" href="../functions/SkillMetadata-from_properties">
    Create SkillMetadata from SkillProperties.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/models.py#L257">
  `praisonaiagents/skills/models.py` at line 257
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Models Overview" icon="microchip" href="/docs/docs/models" />

  <Card title="LLM Configuration" icon="gear" href="/docs/docs/configuration/llm-config" />

  <Card title="Model Router" icon="route" href="/docs/docs/features/model-router" />

  <Card title="Model Failover" icon="shield" href="/docs/docs/features/model-failover" />

  <Card title="Skills Concept" icon="wand-magic-sparkles" href="/docs/docs/concepts/skills" />
</CardGroup>
