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

# Create and Bind Skills

> Set up reusable skills and attach them to agents with role and plan checks.

## Audience

* Advanced operators and admins extending agent capabilities

## Prerequisites

* Access to Skill Hub in your workspace
* Existing agent(s) ready for skill binding
* Role permissions for skill create/update/bind actions

## Plan and role requirements

* Skill operations may be gated by plan and workspace role.
* If actions are disabled, verify plan entitlement and admin permission first.

## Steps

### 1) Create skill

1. Open **Skill Hub**.
2. Select **Create Skill** and define configuration.
3. Save and validate skill schema/inputs.

### 2) Bind skill to an agent

1. Open the target agent.
2. Navigate to skill bindings.
3. Attach the skill and save changes.

### 3) Validate runtime behavior

1. Run a controlled test call/flow.
2. Confirm skill invocation behavior matches expectation.
3. Iterate on skill configuration as needed.

## Expected result

Skills are reusable across agents, and each binding can be tested and governed without editing every prompt manually.

## Troubleshooting

### Skill cannot be created or saved

* Validate required fields and schema structure.
* Confirm role permissions in current workspace.

### Skill bound but not used at runtime

* Confirm binding is on the correct agent.
* Validate the scenario actually invokes the skill.
* Re-test with clearer trigger conditions.

If unresolved, contact [support@voqo.ai](mailto:support@voqo.ai) with workspace ID, agent ID, skill ID, and test timestamp.

## Related docs

* [Refine and Test Prompts](../tools/refine-and-test-prompts)
* [Manage Agent Lifecycle](../agent-settings/agent-settings)
* [Plan and Permission Matrix](../admin/plan-and-permission-matrix)
