Skip to main content

SkillMetadata

Defined in the models module.
AI Agent 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

str
No description available.
str
No description available.
str
No description available.

Methods

from_properties()

Create SkillMetadata from SkillProperties.

Source

View on GitHub

praisonaiagents/skills/models.py at line 257

Models Overview

LLM Configuration

Model Router

Model Failover

Skills Concept