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

# Skills

This page describes the implemented skills feature set.

## Scope Model

Skills can be:

* `global`
* `agent`-scoped

## Implemented Operations

* list/get/update
* install/import (zip or package/source path depending on OpenClaw support)
* validate
* export
* duplicate across scopes
* uninstall

Protected mutations are typed-confirm gated.

## Validation Model

Validation returns status buckets such as:

* `valid`
* `warnings`
* `invalid`
* `unchecked`

UI surfaces include validation summaries and timestamps.

## Import/Export

* import endpoint supports uploaded skill archive flow
* export endpoint returns skill package output

## Last updated

2026-02-13

## Related pages

* [Agents, Teams, and Templates](/features/agents-hierarchy-templates)
* [Plugins, Skills, and Models (API)](/api/plugins-skills-models)
* [Approval and Typed Confirm Model](/security/approvals-typed-confirm)
