What problem does it solve? When browsing CNKI (China National Knowledge Infrastructure) search results through a browser automation agent, moving between pages or changing the sort order normally requires multiple snapshot and click steps. This Skill performs pagination and sorting in a single evaluate_script call, with built-in captcha detection and page-change waiting. ## Core Features & Use Cases - Pagination: Jump to the next page, previous page, or a specific page number on CNKI search results. - Sorting: Reorder results by relevance, publication date, citations, downloads, or comprehensive score using verified DOM selectors. - Captcha Detection: Detects the Tencent captcha overlay (#tcaptcha_transform_dy) before and after navigation and returns a structured error instead of failing silently. - Use Case: While reviewing literature on CNKI, ask the agent to sort the current results by citations and then move to page 3, receiving the new page marker, total result count, and URL in one response. ## Quick Start Use the cnki-navigate-pages skill to sort the current CNKI results by citations and go to the next page.