> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

## Overview

Skills give agents access to specialized knowledge and guidance that can be brought into an interaction when it is relevant to the task at hand.

Instead of requiring every agent to carry all supporting instructions and domain knowledge at all times, Skills create a reusable library of focused expertise that agents can discover and apply dynamically. This helps agents stay focused while still giving them access to the deeper context needed for specific scenarios.

Skills can be created and managed centrally, reused across multiple agents, versioned and published independently, and optionally configured to load by default for specific agents. This provides teams with a scalable way to continuously improve agent behavior and investigation quality without overloading every interaction with unnecessary context.

***

## Adding New Skills

<Steps>
  <Step title="Navigate to the Skills Page">
    In the Skills tab, in the top-right corner, click "<Icon icon="plus" /> New Skill" button.

    <Frame>
      <img src="https://mintcdn.com/blinkops-2/Fod6JEJBadac1SW0/img/AgentBuilder/AddNewSkill.png?fit=max&auto=format&n=Fod6JEJBadac1SW0&q=85&s=ee827a7c3c5508da7ba83b8b85b73970" width="1725" height="1069" data-path="img/AgentBuilder/AddNewSkill.png" />
    </Frame>
  </Step>

  <Step title="Fill in the following parameters">
    * **Name** – The name of the skill
    * **Description** – A description of the skill’s functionality and purpose.
    * **Content**- Add the instructions, knowledge, guidelines, or other contextual information that should be provided to an agent when the skill is used.
    * **Tags**- Assign tags to the skill

    <Frame>
      <img src="https://mintcdn.com/blinkops-2/L4ZjHHZBvsYbI4YG/img/AgentBuilder/SkillParameters.png?fit=max&auto=format&n=L4ZjHHZBvsYbI4YG&q=85&s=680452a9f4ec6d2ff74c94d9affa4c00" width="3449" height="2163" data-path="img/AgentBuilder/SkillParameters.png" />
    </Frame>
  </Step>

  <Step title="Create the Skill">
    Once created, the skill is added to the Skills library, where you can view and manage it and assign them to [agents](/docs/agent-builder/building-the-agent#skills).

    <Frame>
      <img src="https://mintcdn.com/blinkops-2/BqYKwA-ombPdiLiJ/img/AgentBuilder/RunLogPanel.png?fit=max&auto=format&n=BqYKwA-ombPdiLiJ&q=85&s=e929fc0f545e19e727d23b7343adbcec" width="1728" height="1082" data-path="img/AgentBuilder/RunLogPanel.png" />
    </Frame>
  </Step>
</Steps>
