sd-navigate-pages
Installation
SKILL.md
ScienceDirect Pagination & Sorting
Navigate between result pages, change sorting, or adjust results per page.
How pagination works
ScienceDirect uses URL parameters for pagination:
offset— starting result index (0-based). Default is 0 (page 1).show— results per page. Options:25,50,100.sortBy— sort order.datefor newest first; omit for relevance.
Page calculation: page N → offset = (N - 1) * show
Steps
Step 1: Determine current state
Use evaluate_script to read the current URL and pagination info: