AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Science Citation

skill-shikaijieskj-science-skills-science-citation · by shikaijieskj

Find, rank, verify, and export Science-family support citations for manuscript claims. Use when the user asks for Science, Science Advances, Science Robotics, Science Translational Medicine, AAAS, Science-family support references, claim-to-reference mapping, DOI verification, RIS, EndNote, BibTeX-style export, or Chinese academic citation support.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-shikaijieskj-science-skills-science-citation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-shikaijieskj-science-skills-science-citation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Science Citation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Science Citation

Use this skill to turn manuscript claims into defensible citation candidates. It is a search and verification workflow, not a license to invent support.

Chinese request patterns such as "find citations", "add supporting references", and "Science-series references" should be treated as citation-support tasks.

Default scope

Default journals:

  • Science
  • Science Advances
  • Science Immunology
  • Science Robotics
  • Science Signaling
  • Science Translational Medicine

Keep the default retrieval scope focused on Science-family journals. If the user explicitly asks for a wider literature search, use general academic-search tools and label the broader scope separately from this Science-family citation workflow.

Open extra files

| File | Open when | |---|---| | [references/journal-scope.md](references/journal-scope.md) | Need exact journal-family boundaries or scope labels | | [references/search-strategy.md](references/search-strategy.md) | Need to convert claims into search queries and support grades | | [references/ris-endnote.md](references/ris-endnote.md) | Need RIS/EndNote export rules | | [scripts/sciencecitation.py](scripts/sciencecitation.py) | Need a quick candidate search/export using OpenAlex and Crossref |

Workflow

  1. Split the user's text into citable claims.
  2. For each claim, identify:

topic, mechanism, system, evidence type, date window, and journal scope.

  1. Search authoritative sources in this order:
  • publisher page or DOI metadata for known references
  • Crossref / OpenAlex for broad DOI discovery
  • PubMed for biomedical claims
  • Semantic Scholar or Google Scholar only as secondary discovery
  1. Filter by journal scope, year, article type, title relevance, and DOI reliability.
  2. Assign support grade:
  • direct: the paper directly supports the claim
  • partial: same topic but narrower, broader, or different system
  • background: useful context but not enough for the claim
  • reject: not suitable
  1. Return a claim-reference map with DOI links and uncertainty notes.
  2. Export RIS/EndNote if requested.

Script quick start

When internet access is available:

python scripts/science_citation.py --claim "perovskite solar cells ligand charge extraction stability" --rows 8 --out science_refs.ris

The script queries OpenAlex for natural-language recall and Crossref for DOI metadata fallback. It is a candidate finder. Always read titles/abstracts or source pages before declaring that a reference directly supports a manuscript claim.

Output format

Claim-reference map
| Claim | Candidate reference | Journal | Year | DOI | Support grade | Note |

Export
- [path if created, otherwise "Not requested"]

Search caveats
- [rate limits, inaccessible pages, weak support, or "None"]

For Chinese users, write the final map in Chinese unless the citation strings or manuscript text need English.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.