validate
Function
This function is defined in the validator module.Validate a skill directory.
Signature
Parameters
Path
required
Path to the skill directory
bool
default:"False"
If True, unknown frontmatter fields produce errors.
Returns
List[str]
List of validation error messages. Empty list means valid.
Uses
Pathskill_dir.existsskill_dir.is_dirfind_skill_mdskill_md.read_textparse_frontmattervalidate_metadata
Used By
Source
View on GitHub
praisonaiagents/skills/validator.py at line 171
