Access Scite.ai Smart Citations to classify how a paper is cited (supporting, contrasting, mentioning) and assess scientific claims; use it when you need to evaluate a paper’s reliability or its acceptance in the literature.
59
69%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Evidence Insight/scite-database/SKILL.mdThis skill provides access to Scite.ai Smart Citations data. Given a paper DOI, it summarizes how the paper is cited by others—specifically whether citations are supporting, contrasting, or mentioning—to help you evaluate the strength and reception of scientific claims.
scripts/scite_client.py is the most direct path to complete the request.scite-database package behavior rather than a generic answer.scripts/scite_client.py plus 3 additional script(s).Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Evidence Insight/scite-database"
python -m py_compile scripts/scite_client.py
python scripts/scite_client.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/scite_client.py with the validated inputs.scripts/scite_client.py with additional helper scripts under scripts/.Use this skill when you need to:
python scripts/scite_client.py "10.1038/nature12345"Example output:
--- Scite Analysis for 10.1038/nature12345 ---
Total Citations: 45
Supporting: 12
Contrasting: 1
Mentioning: 32python scripts/scite_client.py "10.1038/nature12345" --format jsonExample JSON (shape may vary by endpoint response):
{
"doi": "10.1038/nature12345",
"total_citations": 45,
"supporting": 12,
"contrasting": 1,
"mentioning": 32
}scripts/scite_client.py10.1038/nature12345)supportingcontrastingmentioningtotal_citations as the sum of the above (or uses the API-provided total when available).--format json: emits a JSON object suitable for pipelines and automated checks.63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.