get_skill_data
get_skill_data
Read this skill instance’s namespaced state from raw_data["global_data"].
Each skill instance gets an isolated namespace to prevent collisions between
multiple skills.
Parameters
raw_data
The raw_data dict passed to SWAIG function handlers.
Returns
dict[str, Any] — The skill’s state, or empty dict if not found.