# GET /skills/:skill_id

**Resource:** [Skills](./skills.md)  
**MCP tool:** `get_skill`  
**Scopes:** `agent-ops:read`  
**Write operation:** no

Fetch a single skill by id (must be public or owned by your workspace).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `skill_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/skills/:skill_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`