sd-paper-detail
ScienceDirect Paper Detail Extraction
Extract complete metadata from a ScienceDirect article page.
Steps
Step 1: Navigate to article
Determine the article URL from $ARGUMENTS:
- If a PII is given (e.g.
S0957417426005245): URL is{BASE_URL}/science/article/pii/{PII} - If a full URL is given: use that URL directly
- If a DOI is given: URL is
https://doi.org/{DOI}(will redirect to ScienceDirect)
Use navigate_page with initScript to prevent bot detection:
More from cookjohn/sd-skills
sd-download
Download PDF from ScienceDirect articles. Requires institutional or subscriber access.
13sd-search
Search for academic papers on ScienceDirect. Use when the user wants to find papers by keyword on ScienceDirect/Elsevier.
13sd-journal-browse
Browse a journal on ScienceDirect — view info, impact factor, latest articles, and specific issues. Use when the user asks about a journal or wants to browse its contents.
9sd-export
Export citations from ScienceDirect in RIS, BibTeX, or plain text format. Supports pushing to Zotero.
8sd-advanced-search
Advanced search on ScienceDirect with filters like author, journal, year, title, keywords. Use when the user wants filtered academic paper search.
8sd-navigate-pages
Navigate pages, change sort order, or adjust results per page on ScienceDirect search results.
8