Agent skill

paginatedskill

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/paginatedskill

SKILL.md

PaginatedSkill

Properties

Name Type Description Notes
next_page str
previous_page str
results List[Skill] [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] [Back to API list] [Back to README]

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results