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. date for newest first; omit for relevance.

Page calculation: page Noffset = (N - 1) * show

Steps

Step 1: Determine current state

Use evaluate_script to read the current URL and pagination info:

Related skills
Installs
8
GitHub Stars
35
First Seen
Mar 5, 2026