Google Scholar Navigate Pages Navigate search result pages. Requires context from a previous gs-search or gs-advanced-search call. Arguments $ARGUMENTS can be: - — go to next page - — go to previous page - — go to page N Prerequisites This skill requires context from a previous search: - : the current Google Scholar search URL - : current page number (1-based) Steps 1. Calculate new URL Google Scholar uses parameter for pagination (0-indexed, increments of 10): - Page 1: (or omitted) - Page 2: - Page 3: Based on $ARGUMENTS: - : newStart = currentStart + 10 - : newStart = max(0, currentStart -…