content-access

Work through a legal access hierarchy to retrieve paywalled or restricted sources before downgrading confidence.

43|8|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/buriedsignals/spotlight --skill content-access-buriedsignals
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: content-access
Source: https://github.com/buriedsignals/spotlight/tree/main/skills/content-access
Command: npx skills add https://github.com/buriedsignals/spotlight --skill content-access-buriedsignals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Paywalled or restricted sources often get prematurely marked inaccessible, forcing investigators to downgrade confidence or drop evidence. This Skill enforces a structured, legal access hierarchy so every retrieval avenue is attempted before a source is written off. ## Core Features & Use Cases - Ordered Access Decision Tree: Steps through free-version search, Unpaywall, CORE, Semantic Scholar, OpenAlex, web archives, Google Scholar, reader mode, and author contact until full text is found. - Access Method Taxonomy: Records an access_method value (e.g., open_access, archive_copy, abstract_only) in findings.json and fact-check.json with a confidence-cap table tying each method to a maximum confidence level. - Safety and Data Minimization: Validates DOIs, URLs, and timestamps via spotlight_safe.py before shell calls, and restricts what data external services like Unpaywall or CORE may receive. - Use Case: A fact-checker hits a hard paywall on a key academic paper; the Skill walks them through Unpaywall, CORE, and Wayback Machine snapshots, retrieves a pre-paywall archived copy, and logs access_method: archive_copy with the snapshot date. ## Quick Start Use the content-access skill to retrieve the full text of this paywalled paper and record how it was accessed in findings.json.

Frequently Asked Questions about content-access

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access a paywalled article legally for research?▼

Work through a legal access hierarchy: search for free PDF copies, check Unpaywall and CORE for open-access versions, look for pre-paywall Wayback Machine snapshots, try Google Scholar PDF links, and finally email the author. Avoid Sci-Hub, paywall bypass extensions, and redirector services.

How to find open access versions of academic papers with Unpaywall?▼

Query the Unpaywall API with the paper's DOI and a registered email, then parse the response for best_oa_location.url or oa_locations mirrors. If Unpaywall returns nothing, fall back to CORE, Semantic Scholar, or OpenAlex for open-access PDF links.

Can I use archive.org snapshots to read paywalled news articles?▼

Yes, early Wayback Machine snapshots often predate paywall implementation. Query the CDX API for snapshots of the URL, then fetch a pre-paywall capture. Note the snapshot date since archived copies may differ from the current version.

What confidence level should a source get if only the abstract is accessible?▼

An abstract-only source caps confidence at medium, since abstracts may omit key findings. Sources marked inaccessible or pending author response cap at low, and any finding resting on an inaccessible source must state that explicitly in its confidence rationale.

Why avoid Sci-Hub or paywall bypass tools for source access?▼

Sci-Hub, LibGen, bypass extensions, and redirector services carry legal and reputational exposure and violate publisher terms of service. The legal hierarchy of open-access APIs, archives, and author contact achieves retrieval without that risk.