---
title: "Get Skill Templates"
method: GET
path: "/api/org-skills/templates"
tags: ["org-skills"]
---

# Get Skill Templates

`GET /api/org-skills/templates`

Get available skill templates as starting points.

## Response `200`

Successful Response

- SkillTemplate[]
  - `template_id` string, required
  - `name` string, required
  - `when_to_use` string, required
  - `content` string, required
  - `icon` string, nullable
  - `color` string, nullable

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
