addSkill
Add a skill to the manager. Validates env vars, calls setup(), and marks
the skill as initialized. Throws Error if a duplicate non-multi-instance
skill is added.
Parameters
skill
The skill instance to add.
Returns
Promise<void>
Add a skill to the manager. Validates env vars, calls setup(), and marks
the skill as initialized. Throws Error if a duplicate non-multi-instance
skill is added.
The skill instance to add.
Promise<void>