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

# Skills Overview

> Extend Duvo agents with reusable skills for PDFs, documents, presentations, spreadsheets, and more. Attach skills to add specialized capabilities.

Skills are pre-built capabilities that give your agents specialized knowledge. When you attach a skill to an agent, it gains expertise in that specific area—like working with PDFs, creating documents, or building presentations. Think of skills as expert guides that help your agents handle specific types of tasks without needing detailed instructions in your AOP.

## How Skills Work

Skills extend what your agents can do. Each skill contains specialized knowledge about a particular topic or capability. When an agent has access to a skill, it draws on that expertise automatically when relevant tasks arise.

Skills work alongside connections. While connections connect your agents to external systems (like Gmail or Google Sheets), skills provide the knowledge needed to work with specific types of content.

## Skills and Agents

Skills are attached per agent. When building or editing an agent:

<Steps>
  <Step title="Open the agent" icon="square-mouse-pointer">
    Open the agent you want to configure.
  </Step>

  <Step title="Find the Skills section" icon="list">
    In the agent settings, find the Skills section.
  </Step>

  <Step title="Select skills" icon="check">
    Select the skills you want the agent to use.
  </Step>

  <Step title="Save" icon="save">
    Save your changes.
  </Step>
</Steps>

<Note>
  Your agent will automatically use its attached skills when relevant. You don't need to reference skills in your AOP—the agent uses them naturally based on the task at hand.
</Note>

## Skill Types

Duvo offers 2 skill types:

* **Default Skills**: Pre-built skills for common document and data tasks. These are ready to use immediately—no setup required. Default skills appear with a "Default Skill" badge and are available to all teams.
* **Custom Skills**: Skills you create to capture your team's unique expertise. Perfect for industry-specific knowledge, company processes, or specialized workflows. Custom skills are available only to your team.

<Check>
  Default skills are built in and ready to use immediately—no setup required, and available to all teams.
</Check>

### Available Skills

The Available Skills section displays all the pre-built skills that Duvo provides. Each skill card shows the skill name, icon, and a brief description of its capabilities.

**Document Skills** – PDF, Document, Presentation

**Data Skills** – Google Sheets

### My Skills

Custom skills you create appear in the My Skills section. These capture your team's unique expertise and can be edited or deleted as needed.

## Where to Find Skills

Skills are located in the **Resources** section of the left sidebar:

<Steps>
  <Step title="Open Skills and Files" icon="folder-open">
    Click on **Skills and Files** in the Resources section.
  </Step>
</Steps>

The page opens on the **Skills** tab by default. Here you'll see all available skills — both default skills and any custom skills your team has created.

From this page you can also:

* **Upload a skill**: Add a custom skill zip file to your team library
* **Record a browsing skill**: Click **Record Browsing Skill** to capture a browser workflow and turn it into a reusable skill automatically
* **View or edit a skill**: Click any skill card to open a viewer (default skills) or editor (custom skills). You can also use the three-dot menu on any skill card to download or delete it

## Next Steps

<CardGroup cols={2}>
  <Card title="Available Skills" icon="grid-2x2" href="/user-guide/skills/available-skills">
    Browse all pre-built skills that Duvo provides.
  </Card>

  <Card title="Creating Custom Skills" icon="pen-line" href="/user-guide/skills/creating-custom-skills">
    Package your team's expertise into reusable skills.
  </Card>

  <Card title="Recording Browsing Skills" icon="circle-dot" href="/user-guide/skills/recording-browsing-skills">
    Capture a browser workflow and turn it into a skill automatically.
  </Card>
</CardGroup>
