Manage skills

Skills are the reusable resources such as context, workflows, and tools, that Agents and the Supervisor Agent can load at runtime to extend their capabilities. Public skills are available to the Supervisor Agent. Private skills are available to sub-agents only. The Agent dynamically evaluates when to load a skill.

Viewing skills

  1. Select Infor OS > GenAI > Factory > Skills.
  2. Review the list of skills.

    The skills list displays these fields:

    • Name
    • Description
    • Skill Type: Public or Private
    • Created on
    • Status: Enabled or Disabled
    From the list, you can:
    • Search skills by name
    • Select rows for bulk actions: delete, enable, disable, or export
    • Import a skill from a .json file
    • Add a new skill
    Note: Platform-level (Level 1) skills are managed by the GenAI team and are not displayed on the list.

Creating a skill

  1. Select Infor OS > GenAI > Factory > Skills > Add.
  2. In the skills editor, specify values in required fields. Fields that include an asterisk (*) are required:
    Name*
    Specify a unique name for the skill.
    Logical ID*
    Specify a logical ID value that associates with the skill.
    Skill Type
    Select Private or Public.
    Status
    Enable or disable the skill.
    Description*
    Specify the purpose of the skill.
    Instructions*
    Specify instructions that guide agent behavior when the skill is applied.
    Tools*
    Assign Tools that are associated to this Agent.
    Permissions
    Select Everyone or Selected security roles.
  3. Click Save.

    When the system loads the skill at runtime, the system also makes associated tools available to the caller.

    Note: Tool association for a skill follows the same pattern as tool association for an agent.

Associating skills to an agent

Sub-agents list the skills that they can access.

The Supervisor Agent loads all public skills at runtime.

  1. Select Infor OS > GenAI > Factory > Agents.
  2. In the agent editor, scroll to the Skills section.
  3. Click +Add Skills.
  4. Select the skills that you want to add in the skill browser.
  5. Click Save.
    Note: The Skills section is only displayed for sub-agents.
    Note: Public Skills are available to Supervisor.