Skip to main content

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

  • resolve
  • expanduser
  • Path
  • path.exists
  • path.is_dir
  • find_skill_md
  • read_properties

Source

View on GitHub

praisonaiagents/skills/discovery.py at line 166

Skills Concept

Skills Feature