getSkillData
Extracts this skill’s namespaced data from the raw request data object.
Uses the skill’s namespace key to look up its section within global_data.
Parameters
rawData
The raw request data containing global_data.
Returns
Record<string, unknown> — The skill’s namespaced data from the request.