Skill Duplicate Of
The active skill this one looks like a duplicate of, or null.
Computed lazily, OFF the detail hot path: it needs embeddings (which can cold-start slowly), so the UI fetches it separately after opening a skill — the same non-blocking pattern as the benchmark — keeping skill-open instant. For a SUGGESTION the UI offers "strengthen that one instead"; for an OFF compiled skill (draft/stale) a read-only "you may already have this" hint + merge. Active skills ARE the catalog, so they're never checked against themselves. Best-effort (no embeddings -> null). By-id-direct; cross-space.
Path Parameters
skill_id*Skill Id
Response Body
application/json
application/json
curl -X GET "https://example.com/skills/string/duplicate-of"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}