azure-role-selector
When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.
适合你,如果你需要为云资源分配最小权限角色。
npx oh-my-skill add boshi-xixixi/traeskill/azure-role-selectorcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- boshi-xixixi/traeskill/azure-role-selectornpx oh-my-skill verify boshi-xixixi/traeskill/azure-role-selector怎么用
商店整理自技能原文 · 版本 9cf38e6 · 表述以原文为准安装后,当用户询问为Azure身份分配角色时,Claude会查找满足所需权限的最小权限角色(内置或自定义),并生成CLI命令和Bicep代码来分配该角色。
当用户询问应该给某个身份分配什么角色,或者要求按最小权限原则选择角色时触发。
技能原文 SKILL.md
Use 'Azure MCP/documentation' tool to find the minimal role definition that matches the desired permissions the user wants to assign to an identity (If no built-in role matches the desired permissions, use 'Azure MCP/extension_cli_generate' tool to create a custom role definition with the desired permissions). Use 'Azure MCP/extension_cli_generate' tool to generate the CLI commands needed to assign that role to the identity and use the 'Azure MCP/bicepschema' and the 'Azure MCP/get_bestpractices' tool to provide a Bicep code snippet for adding the role assignment.