Custom Skills
You can create custom skills and register them from external directories or via pip packages.
External Directory
Or set the SIGNALWIRE_SKILL_PATHS environment variable (colon-separated paths):
Entry Points
Install skills as pip packages by defining entry points:
Entry-point skills cannot override built-in skills. If an entry-point skill uses the
same SKILL_NAME as a built-in skill, it is skipped with an error log.
Listing Available Skills
For creating custom skills, see SkillBase.