sd-paper-detail
Installation
SKILL.md
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: