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

# Skill registry

The SCP registry is a community index of shareable skills. Find skills others have built, or share your own.

## Finding skills

```bash theme={null}
skills search weather
```

```
NAME          VERSION  DESCRIPTION
weather       1.2.0    Current weather for any location
forecast      0.9.0    7-day weather forecast
air-quality   1.0.0    Air quality index by city
```

## Installing from the registry

```bash theme={null}
skills install weather
```

This downloads the skill to your local skills directory, making it available to any SCP-compatible agent.

## Browsing

Visit the registry at [skillcliprotocol.io](https://skillcliprotocol.io) to browse skills by category, popularity, and recency.

## Verified skills

Skills marked with ✓ have been reviewed for:

* **Safety** — no malicious behavior, no data exfiltration
* **Quality** — clear `SKILL.md`, working scripts, good error handling
* **Usefulness** — solves a real problem

Unverified skills are community-contributed and used at your own discretion.
