pub fn is_skill_tool(name: &str) -> bool
Returns true for skill-management tools that are routed through the gateway (i.e. handled by execute_skill_tool) because they need access to the process-global SkillManager.
true
execute_skill_tool
SkillManager