wos-navigate-pages
Installation
SKILL.md
WoS Navigate Pages
Load a specific page of results from the current WoS search.
Two Approaches
Approach A: URL-based (when browser is on a results page)
The results URL follows the pattern:
/wos/woscc/summary/{session-uuid}/{sort}/{page-number}
Modify the page number in the URL and navigate. Then extract via evaluate_script with DOM selectors. Uses 2 tool calls.
Approach B: API-based (preferred, 1 tool call)
Re-run the search API with retrieve.first offset:
Related skills
More from cookjohn/wos-skills
wos-search
Search Web of Science by topic, author, title, DOI, or advanced query. Supports edition/database filtering and sort.
76wos-download
Download PDF full text for a WoS paper via publisher links.
52wos-paper-detail
Get detailed information for a paper by WoS ID (e.g., WOS:000779183600001).
30wos-export
Export WoS records to Zotero, RIS, BibTeX, or Excel.
25wos-parse-results
Parse search results from the current WoS results page or API response. Internal skill used by other skills.
23