`toloka.async_client.client.AsyncTolokaClient.set_user_skill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L0) Assigns a skill to a Toloker.
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-64d5442c)More formats (shields.io, HTML) on the badges page.
# set_user_skill
`toloka.async_client.client.AsyncTolokaClient.set_user_skill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L0)
Assigns a skill to a Toloker.
## Parameters Description
| Parameters | Type | Description |
| :----------| :----| :-----------|
`user_id`|**Optional\[str\]**|<p>The Toloker's ID.</p>
`skill_id`|**Optional\[str\]**|<p>The ID of the skill to set.</p>
`value`|**Optional\[Decimal\]**|<p>The value of the skill. Allowed values: from 0 to 100.</p>
* **Returns:**
Updated skill information.
* **Return type:**
[UserSkill](toloka.client.user_skill.UserSkill.md)
**Examples:**
```python
from decimal import Decimal
toloka_client.set_user_skill(
skill_id='11294', user_id='fac97860c7929add8048ed2ef63b66fd', value=Decimal(100)
)
```
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!