Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Paginatedskill

Name | Type | Description | Notes

majiayu000 fccf585 2 files · 1.3 KB Updated 567 repo stars

File contents

PaginatedSkill

Properties

Name Type Description Notes
next_page str
previous_page str
results List[Skill] [readonly]
count int [readonly]

Example

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] [Back to API list] [Back to README]

majiayu000/claude-skill-registry-data/tree/main/api/paginatedskill commit fccf585b33

Frequently asked questions

npx skillmds add majiayu000/paginatedskill