Skip to main content

get_skill

Method
This is a method of the SkillManager class in the manager module.
Get a skill by name.

Signature

Parameters

str
required
Skill name

Returns

Optional[LoadedSkill]
LoadedSkill or None if not found

Used By

Source

View on GitHub

praisonaiagents/skills/manager.py at line 403

Skills Concept

Skills Feature