get_instance_key
get_instance_key
Get the unique key used to track this skill instance.
Returns
str — For single-instance skills, returns SKILL_NAME. For multi-instance
skills (SUPPORTS_MULTIPLE_INSTANCES = True), returns
"<SKILL_NAME>_<tool_name>" where tool_name comes from params.
Example
Instance key behavior: