setup
Initialize the skill: validate environment variables, initialize API clients, and prepare resources. Called once when the skill is loaded.
This is a concrete method with a default no-op implementation. Override it in your SkillBase subclass if you need initialization logic.
Takes no parameters.
Returns
Promise<void>