---
title: "Search skill marketplace"
method: GET
path: "/public/v1/skills/search"
tags: ["Skills"]
---

# Search skill marketplace

`GET /public/v1/skills/search`

Searches the skill marketplace. Optionally marks results already attached to a clone.

## Query parameters

- `q` string, required
- `cloneId` string

## Response `200`

Search results

- object
  - `data` SkillSearchResult[], required
    - `skillId` string, required
    - `name` string, required
    - `description` string
    - `score` number, double
    - `isAlreadyAttached` boolean, required

## Other responses

- `400` — Bad request
- `401` — Missing or invalid API key
- `403` — API key lacks required scope

---

[API](https://skmtc.net/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.net/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/revisions/0841f04b6bd8/schema)
