Agent skill
concepts
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/concepts
SKILL.md
Получить свойства навыка
{% include announce %}
Получает свойства навыка.
Идентификатор навыка можно узнать из списка навыков.
Запрос {#request}
{% list tabs %}
-
Боевая версия
bashGET https://toloka.dev/api/v1/skills/<id> Authorization: ApiKey PlaceYourRealApiKey_Here -
Песочница
bashGET https://sandbox.toloka.dev/api/v1/skills/<id> Authorization: ApiKey PlaceYourRealApiKey_Here
{% endlist %}
Path-параметры {#path-params}
{% include edit-skill-skill-id-table %}
Заголовки {#headers}
{% include reusables-auth %}
Ответ {#response}
Сведения о навыке.
json
{
"id": "9238",
"name": "Determining the color of an elephant",
"private_comment": "Skill for my pool",
"hidden": true,
"skill_ttl_hours": 240,
"deprecated": false,
"owner": {
"id": "c3a50f44cd3e1b8202465569ced289eb",
"myself": true
},
"training": true,
"created": "2021-12-01T08:37:03.387",
"global": false
}
{% include create-skill-params-table-response %}
Didn't find tool you were looking for?