hasAllEnvVars
Convenience wrapper around
validateEnvVars() that returns a boolean. Mirrors the
Python SDK’s validate_env_vars() -> bool return shape. Checks each entry in
the skill class’s REQUIRED_ENV_VARS static array against process.env.
Returns
boolean — true if every required env var is present, false otherwise.