`toloka.client.TolokaClient.get_skill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L2256) ```python get_skill(self, skill_id: str) ``` Gets skill information from Toloka.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add Toloka/docs --skill reference --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reference?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/toloka-reference-edf5ce54)More formats (shields.io, HTML) on the badges page.
# get_skill
`toloka.client.TolokaClient.get_skill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L2256)
```python
get_skill(self, skill_id: str)
```
Gets skill information from Toloka.
## Parameters Description
| Parameters | Type | Description |
| :----------| :----| :-----------|
`skill_id`|**str**|<p>The ID of the skill.</p>
* **Returns:**
The skill.
* **Return type:**
[Skill](toloka.client.skill.Skill.md)
**Examples:**
```python
skill = toloka_client.get_skill(skill_id='14486')
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!