`toloka.client.user_skill.UserSkill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/user_skill.py#L28) ```python UserSkill( self, *, id: Optional[str] = None, skill_id: Optional[str] = None, user_id: Optional[str] = None, value: Optional[int] = None, exact_value: Optional[Decimal] = None, created: Optional[datetime] = None, modified: Optional[datetime] = None ) ``` A Toloker's skill value.
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-f52bc26b)More formats (shields.io, HTML) on the badges page.
# UserSkill
`toloka.client.user_skill.UserSkill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/user_skill.py#L28)
```python
UserSkill(
self,
*,
id: Optional[str] = None,
skill_id: Optional[str] = None,
user_id: Optional[str] = None,
value: Optional[int] = None,
exact_value: Optional[Decimal] = None,
created: Optional[datetime] = None,
modified: Optional[datetime] = None
)
```
A Toloker's skill value.
## Parameters Description
| Parameters | Type | Description |
| :----------| :----| :-----------|
`id`|**Optional\[str\]**|<p>The ID of the Toloker's skill value.</p>
`user_id`|**Optional\[str\]**|<p>The ID of the Toloker.</p>
`skill_id`|**Optional\[str\]**|<p>The ID of the skill.</p>
`exact_value`|**Optional\[Decimal\]**|<p>The fractional value of the skill. Allowed values: from 0 to 100.</p>
`value`|**Optional\[int\]**|<p>The value of the skill rounded to the nearest integer.</p>
`created`|**Optional\[datetime\]**|<p>The date and time when the skill was assigned the first time.</p>
`modified`|**Optional\[datetime\]**|<p>The date and time when the skill value was updated.</p>
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!