AI Skill Kit roles
Certain roles are required to use AI Skill Kit functionality.
How roles work in AI Skill Kit
Three separate role concepts apply when you build and deploy a custom skill. Understanding the difference helps you plan access before you start and troubleshoot permission errors after you deploy.
- Roles required to use the AI Skill Kit
- There are some roles that users need to perform an activities in AI Skill Kit, such as installing the plugin, building a skill, or activating a published skill. These roles are assigned to the people on your team who build and manage skills. For a list of the roles required for each activity, see the Roles required for common tasks table.
- Roles required to trigger skills
- These are roles a user must have to trigger a published skill on your instance. These roles are configured within the skill configuration as part of its access control list (ACL). The ACLs are separate from the roles required to build the skill. To learn more, see Configure security controls for a skill.
- Roles that a skill runs under
- The roles that a skill operates with while it runs, which control what data and actions the skill can access on behalf of the triggering user. These are configured on the skill as role restrictions. Role restrictions are also separate from the roles required to build the skill. To learn more, see Configure security controls for a skill.
Two roles ship with AI Skill Kit:
- sn_skill_builder.admin for building, editing, and publishing skills.
- sn_skill_builder.model_admin for managing the LLMs available to skills.
The platform admin role is also required at two points: to install AI Skill Kit and to activate a published skill in AI Admin Hub. In many deployments, one person holds all three roles.
Roles required for common tasks in AI Skill Kit
Most work in AI Skill Kit requires the sn_skill_builder.admin role, including creating, cloning, editing, configuring, testing, evaluating, and publishing skills, and calling skills from scripts.
Two activities require the platform admin role instead: installing AI Skill Kit and activating a published skill in AI Admin Hub.
Triggering an activated skill from the UI requires whatever roles are configured in the skill's ACL. To learn more, see Configure security controls for a skill.
Skill kit admin (sn_skill_builder.admin)
This user can create, update, and publish skills in AI Skill Kit. This role is mandatory to use AI Skill Kit.
Contains Roles
List of roles contained within the role.
None.
Groups
List of groups this role is assigned to by default.
None.
Special considerations
None.
Skill Kit model admin (sn_skill_builder.sb_model_admin)
This user can create and update custom large language models.
Contains Roles
List of roles contained within the role.
None.
Groups
List of groups this role is assigned to by default.
None.
Special considerations
None.