Skip to main content
GET
/
v1
/
environment-skills
/
search
Search Skill Catalog
curl --request GET \
  --url https://api.tryreplicas.com/v1/environment-skills/search \
  --header 'Authorization: Bearer <token>'
{
  "skills": [
    {
      "name": "<string>",
      "slug": "<string>",
      "source": "<string>",
      "installs": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Query Parameters

q
string

Free-text query (matched against skill name and description). Empty query returns popular skills.

Response

Successful response

skills
object[]
required