discover_skill
Function
This function is defined in the discovery module.Discover a single skill from a directory path.
Signature
Parameters
str
required
Path to a skill directory
Returns
Optional[SkillProperties]
SkillProperties if valid, None otherwise
Uses
resolveexpanduserPathpath.existspath.is_dirfind_skill_mdread_properties
Source
View on GitHub
praisonaiagents/skills/discovery.py at line 166
