Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: nature-citation
description: Strict Nature/CNS-family citation retrieval, verification, and export. Given a topic, claim, or list of papers, finds real citations, verifies DOIs, checks retraction status, and exports in BibTeX, RIS, ENW, or Zotero RDF format. Trigger when user needs citations, wants to verify references, or needs to export a reference list.
Find, verify, and export citations for Nature-series manuscripts.
Strict accuracy: every reference must be real, accessible, and support the cited claim.
web_fetch("https://ybliterature.com/api/search?q=<URL-encoded-query>")web_fetch("https://api.crossref.org/works?query=<query>&filter=has-full-text:true&rows=5&sort=relevance")web_search("<claim> site:nature.com OR site:science.org OR site:cell.com")web_search("arxiv <topic> <year>")web_fetch("https://api.crossref.org/works/<DOI>")→ confirms: real DOI, correct metadata, citation count
web_search("site:retractionwatch.com \"<title keywords>\"")web_search("<title> retraction OR retracted OR correction")For each reference the user provides:
web_fetch("https://api.crossref.org/works/<DOI>")web_search('"<author>" "<year>" "<journal>" "<title keywords>"')web_search("site:retractionwatch.com \"<first author> <year>\"")Convert verified references to the requested format (see below).
[number]. LastName, A. B., LastName, C. D. & LastName, E. F. Title of article.
Journal Abbrev. Vol, first–last page (Year).
1. Liu, Z., Zhang, X. & Wang, Y. High-performance electrocatalysts for
oxygen evolution. Nat. Catal. 5, 234–243 (2022).
2. Chen, H. et al. Atomically dispersed metal catalysts. Science 375,
eabh1885 (2022).
@article{Liu2022,
author = {Liu, Zhen and Zhang, Xiao and Wang, Yong},
title = {High-performance electrocatalysts for oxygen evolution},
journal = {Nature Catalysis},
year = {2022},
volume = {5},
pages = {234--243},
doi = {10.1038/s41929-022-00000-0}
}
TY - JOUR
AU - Liu, Zhen
AU - Zhang, Xiao
AU - Wang, Yong
TI - High-performance electrocatalysts for oxygen evolution
JO - Nature Catalysis
PY - 2022
VL - 5
SP - 234
EP - 243
DO - 10.1038/s41929-022-00000-0
ER -
%0 Journal Article
%A Liu, Zhen
%A Zhang, Xiao
%A Wang, Yong
%T High-performance electrocatalysts for oxygen evolution
%J Nature Catalysis
%D 2022
%V 5
%P 234-243
%R 10.1038/s41929-022-00000-0
Generate standard Zotero RDF XML format with rdf:type bib:Article entries.
| Full name | Abbreviation |
|-----------|-------------|
| Nature | Nature |
| Nature Materials | Nat. Mater. |
| Nature Chemistry | Nat. Chem. |
| Nature Energy | Nat. Energy |
| Nature Catalysis | Nat. Catal. |
| Nature Communications | Nat. Commun. |
| Nature Methods | Nat. Methods |
| Nature Sustainability | Nat. Sustain. |
| Nature Computational Science | Nat. Comput. Sci. |
| Journal of the American Chemical Society | J. Am. Chem. Soc. |
| Angewandte Chemie International Edition | Angew. Chem. Int. Ed. |
| Advanced Materials | Adv. Mater. |
| ACS Nano | ACS Nano |
| Science | Science |
| Cell | Cell |
For each reference, confirm: