Name | Type | Description | Notes
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill paginatedskill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Paginatedskill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-paginatedskill)More formats (shields.io, HTML) on the badges page.
---
name: paginatedskill
description: Name | Type | Description | Notes
---
# PaginatedSkill
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next_page** | **str** | |
**previous_page** | **str** | |
**results** | [**List[Skill]**](Skill.md) | | [readonly]
**count** | **int** | | [readonly]
## Example
```python
from iblai.models.paginated_skill import PaginatedSkill
# TODO update the JSON string below
json = "{}"
# create an instance of PaginatedSkill from a JSON string
paginated_skill_instance = PaginatedSkill.from_json(json)
# print the JSON string representation of the object
print(PaginatedSkill.to_json())
# convert the object into a dict
paginated_skill_dict = paginated_skill_instance.to_dict()
# create an instance of PaginatedSkill from a dict
paginated_skill_from_dict = PaginatedSkill.from_dict(paginated_skill_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
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!