@wentorai/research-plugins 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +204 -0
  3. package/curated/analysis/README.md +64 -0
  4. package/curated/domains/README.md +104 -0
  5. package/curated/literature/README.md +53 -0
  6. package/curated/research/README.md +62 -0
  7. package/curated/tools/README.md +87 -0
  8. package/curated/writing/README.md +61 -0
  9. package/index.ts +39 -0
  10. package/mcp-configs/academic-db/ChatSpatial.json +17 -0
  11. package/mcp-configs/academic-db/academia-mcp.json +17 -0
  12. package/mcp-configs/academic-db/academic-paper-explorer.json +17 -0
  13. package/mcp-configs/academic-db/academic-search-mcp-server.json +17 -0
  14. package/mcp-configs/academic-db/agentinterviews-mcp.json +17 -0
  15. package/mcp-configs/academic-db/all-in-mcp.json +17 -0
  16. package/mcp-configs/academic-db/apple-health-mcp.json +17 -0
  17. package/mcp-configs/academic-db/arxiv-latex-mcp.json +17 -0
  18. package/mcp-configs/academic-db/arxiv-mcp-server.json +17 -0
  19. package/mcp-configs/academic-db/bgpt-mcp.json +17 -0
  20. package/mcp-configs/academic-db/biomcp.json +17 -0
  21. package/mcp-configs/academic-db/biothings-mcp.json +17 -0
  22. package/mcp-configs/academic-db/catalysishub-mcp-server.json +17 -0
  23. package/mcp-configs/academic-db/clinicaltrialsgov-mcp-server.json +17 -0
  24. package/mcp-configs/academic-db/deep-research-mcp.json +17 -0
  25. package/mcp-configs/academic-db/dicom-mcp.json +17 -0
  26. package/mcp-configs/academic-db/enrichr-mcp-server.json +17 -0
  27. package/mcp-configs/academic-db/fec-mcp-server.json +17 -0
  28. package/mcp-configs/academic-db/fhir-mcp-server-themomentum.json +17 -0
  29. package/mcp-configs/academic-db/fhir-mcp.json +19 -0
  30. package/mcp-configs/academic-db/gget-mcp.json +17 -0
  31. package/mcp-configs/academic-db/google-researcher-mcp.json +17 -0
  32. package/mcp-configs/academic-db/idea-reality-mcp.json +17 -0
  33. package/mcp-configs/academic-db/legiscan-mcp.json +19 -0
  34. package/mcp-configs/academic-db/lex.json +17 -0
  35. package/mcp-configs/ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json +17 -0
  36. package/mcp-configs/ai-platform/ai-counsel.json +17 -0
  37. package/mcp-configs/ai-platform/atlas-mcp-server.json +17 -0
  38. package/mcp-configs/ai-platform/counsel-mcp.json +17 -0
  39. package/mcp-configs/ai-platform/cross-llm-mcp.json +17 -0
  40. package/mcp-configs/ai-platform/gptr-mcp.json +17 -0
  41. package/mcp-configs/browser/decipher-research-agent.json +17 -0
  42. package/mcp-configs/browser/deep-research.json +17 -0
  43. package/mcp-configs/browser/everything-claude-code.json +17 -0
  44. package/mcp-configs/browser/gpt-researcher.json +17 -0
  45. package/mcp-configs/browser/heurist-agent-framework.json +17 -0
  46. package/mcp-configs/data-platform/4everland-hosting-mcp.json +17 -0
  47. package/mcp-configs/data-platform/context-keeper.json +17 -0
  48. package/mcp-configs/data-platform/context7.json +19 -0
  49. package/mcp-configs/data-platform/contextstream-mcp.json +17 -0
  50. package/mcp-configs/data-platform/email-mcp.json +17 -0
  51. package/mcp-configs/note-knowledge/ApeRAG.json +17 -0
  52. package/mcp-configs/note-knowledge/In-Memoria.json +17 -0
  53. package/mcp-configs/note-knowledge/agent-memory.json +17 -0
  54. package/mcp-configs/note-knowledge/aimemo.json +17 -0
  55. package/mcp-configs/note-knowledge/biel-mcp.json +19 -0
  56. package/mcp-configs/note-knowledge/cognee.json +17 -0
  57. package/mcp-configs/note-knowledge/context-awesome.json +17 -0
  58. package/mcp-configs/note-knowledge/context-mcp.json +17 -0
  59. package/mcp-configs/note-knowledge/conversation-handoff-mcp.json +17 -0
  60. package/mcp-configs/note-knowledge/cortex.json +17 -0
  61. package/mcp-configs/note-knowledge/devrag.json +17 -0
  62. package/mcp-configs/note-knowledge/easy-obsidian-mcp.json +17 -0
  63. package/mcp-configs/note-knowledge/engram.json +17 -0
  64. package/mcp-configs/note-knowledge/gnosis-mcp.json +17 -0
  65. package/mcp-configs/note-knowledge/graphlit-mcp-server.json +19 -0
  66. package/mcp-configs/reference-mgr/arxiv-cli.json +17 -0
  67. package/mcp-configs/reference-mgr/arxiv-search-mcp.json +17 -0
  68. package/mcp-configs/reference-mgr/chiken.json +17 -0
  69. package/mcp-configs/reference-mgr/claude-scholar.json +17 -0
  70. package/mcp-configs/reference-mgr/devonthink-mcp.json +17 -0
  71. package/mcp-configs/registry.json +447 -0
  72. package/openclaw.plugin.json +21 -0
  73. package/package.json +61 -0
  74. package/skills/analysis/dataviz/color-accessibility-guide/SKILL.md +230 -0
  75. package/skills/analysis/dataviz/geospatial-viz-guide/SKILL.md +218 -0
  76. package/skills/analysis/dataviz/interactive-viz-guide/SKILL.md +287 -0
  77. package/skills/analysis/dataviz/network-visualization-guide/SKILL.md +195 -0
  78. package/skills/analysis/dataviz/publication-figures-guide/SKILL.md +238 -0
  79. package/skills/analysis/dataviz/python-dataviz-guide/SKILL.md +195 -0
  80. package/skills/analysis/econometrics/causal-inference-guide/SKILL.md +197 -0
  81. package/skills/analysis/econometrics/iv-regression-guide/SKILL.md +198 -0
  82. package/skills/analysis/econometrics/panel-data-guide/SKILL.md +274 -0
  83. package/skills/analysis/econometrics/robustness-checks/SKILL.md +250 -0
  84. package/skills/analysis/econometrics/stata-regression/SKILL.md +117 -0
  85. package/skills/analysis/econometrics/time-series-guide/SKILL.md +235 -0
  86. package/skills/analysis/statistics/bayesian-statistics-guide/SKILL.md +221 -0
  87. package/skills/analysis/statistics/hypothesis-testing-guide/SKILL.md +210 -0
  88. package/skills/analysis/statistics/meta-analysis-guide/SKILL.md +206 -0
  89. package/skills/analysis/statistics/nonparametric-tests-guide/SKILL.md +221 -0
  90. package/skills/analysis/statistics/power-analysis-guide/SKILL.md +240 -0
  91. package/skills/analysis/statistics/sem-guide/SKILL.md +231 -0
  92. package/skills/analysis/statistics/survival-analysis-guide/SKILL.md +195 -0
  93. package/skills/analysis/wrangling/missing-data-handling/SKILL.md +224 -0
  94. package/skills/analysis/wrangling/pandas-data-wrangling/SKILL.md +242 -0
  95. package/skills/analysis/wrangling/questionnaire-design-guide/SKILL.md +234 -0
  96. package/skills/analysis/wrangling/text-mining-guide/SKILL.md +225 -0
  97. package/skills/domains/ai-ml/computer-vision-guide/SKILL.md +213 -0
  98. package/skills/domains/ai-ml/deep-learning-papers-guide/SKILL.md +200 -0
  99. package/skills/domains/ai-ml/llm-evaluation-guide/SKILL.md +194 -0
  100. package/skills/domains/ai-ml/prompt-engineering-research/SKILL.md +233 -0
  101. package/skills/domains/ai-ml/reinforcement-learning-guide/SKILL.md +254 -0
  102. package/skills/domains/ai-ml/transformer-architecture-guide/SKILL.md +233 -0
  103. package/skills/domains/biomedical/clinical-research-guide/SKILL.md +232 -0
  104. package/skills/domains/biomedical/clinicaltrials-api/SKILL.md +177 -0
  105. package/skills/domains/biomedical/epidemiology-guide/SKILL.md +200 -0
  106. package/skills/domains/biomedical/genomics-analysis-guide/SKILL.md +270 -0
  107. package/skills/domains/business/market-analysis-guide/SKILL.md +112 -0
  108. package/skills/domains/business/strategic-management-guide/SKILL.md +154 -0
  109. package/skills/domains/chemistry/computational-chemistry-guide/SKILL.md +266 -0
  110. package/skills/domains/chemistry/retrosynthesis-guide/SKILL.md +215 -0
  111. package/skills/domains/cs/algorithms-complexity-guide/SKILL.md +194 -0
  112. package/skills/domains/cs/dblp-api/SKILL.md +129 -0
  113. package/skills/domains/cs/software-engineering-research/SKILL.md +218 -0
  114. package/skills/domains/ecology/biodiversity-data-guide/SKILL.md +296 -0
  115. package/skills/domains/ecology/conservation-biology-guide/SKILL.md +198 -0
  116. package/skills/domains/ecology/gbif-api/SKILL.md +158 -0
  117. package/skills/domains/ecology/inaturalist-api/SKILL.md +173 -0
  118. package/skills/domains/economics/behavioral-economics-guide/SKILL.md +239 -0
  119. package/skills/domains/economics/development-economics-guide/SKILL.md +181 -0
  120. package/skills/domains/economics/fred-api/SKILL.md +189 -0
  121. package/skills/domains/education/curriculum-design-guide/SKILL.md +144 -0
  122. package/skills/domains/education/learning-science-guide/SKILL.md +150 -0
  123. package/skills/domains/finance/financial-data-analysis/SKILL.md +152 -0
  124. package/skills/domains/finance/quantitative-finance-guide/SKILL.md +151 -0
  125. package/skills/domains/geoscience/climate-science-guide/SKILL.md +158 -0
  126. package/skills/domains/geoscience/gis-remote-sensing-guide/SKILL.md +129 -0
  127. package/skills/domains/humanities/digital-humanities-guide/SKILL.md +181 -0
  128. package/skills/domains/humanities/philosophy-research-guide/SKILL.md +148 -0
  129. package/skills/domains/law/courtlistener-api/SKILL.md +213 -0
  130. package/skills/domains/law/legal-research-guide/SKILL.md +250 -0
  131. package/skills/domains/math/linear-algebra-applications/SKILL.md +227 -0
  132. package/skills/domains/math/numerical-methods-guide/SKILL.md +236 -0
  133. package/skills/domains/math/oeis-api/SKILL.md +158 -0
  134. package/skills/domains/pharma/clinical-pharmacology-guide/SKILL.md +165 -0
  135. package/skills/domains/pharma/drug-development-guide/SKILL.md +177 -0
  136. package/skills/domains/physics/computational-physics-guide/SKILL.md +300 -0
  137. package/skills/domains/physics/nasa-ads-api/SKILL.md +150 -0
  138. package/skills/domains/physics/quantum-computing-guide/SKILL.md +234 -0
  139. package/skills/domains/social-science/social-research-methods/SKILL.md +194 -0
  140. package/skills/domains/social-science/survey-research-guide/SKILL.md +182 -0
  141. package/skills/literature/discovery/citation-alert-guide/SKILL.md +154 -0
  142. package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +142 -0
  143. package/skills/literature/discovery/literature-mapping-guide/SKILL.md +175 -0
  144. package/skills/literature/discovery/paper-tracking-guide/SKILL.md +211 -0
  145. package/skills/literature/discovery/rss-paper-feeds/SKILL.md +214 -0
  146. package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +164 -0
  147. package/skills/literature/fulltext/doaj-api/SKILL.md +120 -0
  148. package/skills/literature/fulltext/interlibrary-loan-guide/SKILL.md +163 -0
  149. package/skills/literature/fulltext/open-access-guide/SKILL.md +183 -0
  150. package/skills/literature/fulltext/pmc-oai-api/SKILL.md +184 -0
  151. package/skills/literature/fulltext/preprint-servers-guide/SKILL.md +128 -0
  152. package/skills/literature/fulltext/repository-harvesting-guide/SKILL.md +207 -0
  153. package/skills/literature/fulltext/unpaywall-api/SKILL.md +113 -0
  154. package/skills/literature/metadata/altmetrics-guide/SKILL.md +132 -0
  155. package/skills/literature/metadata/citation-network-guide/SKILL.md +236 -0
  156. package/skills/literature/metadata/crossref-api/SKILL.md +133 -0
  157. package/skills/literature/metadata/datacite-api/SKILL.md +126 -0
  158. package/skills/literature/metadata/doi-resolution-guide/SKILL.md +168 -0
  159. package/skills/literature/metadata/h-index-guide/SKILL.md +183 -0
  160. package/skills/literature/metadata/journal-metrics-guide/SKILL.md +188 -0
  161. package/skills/literature/metadata/opencitations-api/SKILL.md +128 -0
  162. package/skills/literature/metadata/orcid-api/SKILL.md +136 -0
  163. package/skills/literature/metadata/orcid-integration-guide/SKILL.md +178 -0
  164. package/skills/literature/search/arxiv-api/SKILL.md +95 -0
  165. package/skills/literature/search/biorxiv-api/SKILL.md +123 -0
  166. package/skills/literature/search/boolean-search-guide/SKILL.md +199 -0
  167. package/skills/literature/search/citation-chaining-guide/SKILL.md +148 -0
  168. package/skills/literature/search/database-comparison-guide/SKILL.md +100 -0
  169. package/skills/literature/search/europe-pmc-api/SKILL.md +120 -0
  170. package/skills/literature/search/google-scholar-guide/SKILL.md +182 -0
  171. package/skills/literature/search/mesh-terms-guide/SKILL.md +164 -0
  172. package/skills/literature/search/openalex-api/SKILL.md +134 -0
  173. package/skills/literature/search/pubmed-api/SKILL.md +130 -0
  174. package/skills/literature/search/scientify-literature-survey/SKILL.md +203 -0
  175. package/skills/literature/search/semantic-scholar-api/SKILL.md +134 -0
  176. package/skills/literature/search/systematic-search-strategy/SKILL.md +214 -0
  177. package/skills/research/automation/ai-scientist-guide/SKILL.md +228 -0
  178. package/skills/research/automation/data-collection-automation/SKILL.md +248 -0
  179. package/skills/research/automation/research-workflow-automation/SKILL.md +266 -0
  180. package/skills/research/deep-research/meta-synthesis-guide/SKILL.md +174 -0
  181. package/skills/research/deep-research/research-cog/SKILL.md +153 -0
  182. package/skills/research/deep-research/scoping-review-guide/SKILL.md +217 -0
  183. package/skills/research/deep-research/systematic-review-guide/SKILL.md +250 -0
  184. package/skills/research/funding/figshare-api/SKILL.md +163 -0
  185. package/skills/research/funding/grant-writing-guide/SKILL.md +233 -0
  186. package/skills/research/funding/nsf-grant-guide/SKILL.md +206 -0
  187. package/skills/research/funding/open-science-guide/SKILL.md +255 -0
  188. package/skills/research/funding/zenodo-api/SKILL.md +174 -0
  189. package/skills/research/methodology/action-research-guide/SKILL.md +201 -0
  190. package/skills/research/methodology/experimental-design-guide/SKILL.md +236 -0
  191. package/skills/research/methodology/grad-school-guide/SKILL.md +182 -0
  192. package/skills/research/methodology/grounded-theory-guide/SKILL.md +171 -0
  193. package/skills/research/methodology/mixed-methods-guide/SKILL.md +208 -0
  194. package/skills/research/methodology/qualitative-research-guide/SKILL.md +234 -0
  195. package/skills/research/methodology/scientify-idea-generation/SKILL.md +222 -0
  196. package/skills/research/paper-review/paper-reading-assistant/SKILL.md +266 -0
  197. package/skills/research/paper-review/peer-review-guide/SKILL.md +227 -0
  198. package/skills/research/paper-review/rebuttal-writing-guide/SKILL.md +185 -0
  199. package/skills/research/paper-review/scientify-write-review-paper/SKILL.md +209 -0
  200. package/skills/tools/code-exec/jupyter-notebook-guide/SKILL.md +178 -0
  201. package/skills/tools/code-exec/python-reproducibility-guide/SKILL.md +341 -0
  202. package/skills/tools/code-exec/r-reproducibility-guide/SKILL.md +236 -0
  203. package/skills/tools/code-exec/sandbox-execution-guide/SKILL.md +221 -0
  204. package/skills/tools/diagram/mermaid-diagram-guide/SKILL.md +269 -0
  205. package/skills/tools/diagram/plantuml-guide/SKILL.md +397 -0
  206. package/skills/tools/diagram/scientific-illustration-guide/SKILL.md +225 -0
  207. package/skills/tools/document/anystyle-api/SKILL.md +199 -0
  208. package/skills/tools/document/grobid-pdf-parsing/SKILL.md +294 -0
  209. package/skills/tools/document/markdown-academic-guide/SKILL.md +217 -0
  210. package/skills/tools/document/pdf-extraction-guide/SKILL.md +321 -0
  211. package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +306 -0
  212. package/skills/tools/knowledge-graph/ontology-design-guide/SKILL.md +214 -0
  213. package/skills/tools/knowledge-graph/rag-methodology-guide/SKILL.md +325 -0
  214. package/skills/tools/ocr-translate/formula-recognition-guide/SKILL.md +367 -0
  215. package/skills/tools/ocr-translate/handwriting-recognition-guide/SKILL.md +211 -0
  216. package/skills/tools/ocr-translate/latex-ocr-guide/SKILL.md +204 -0
  217. package/skills/tools/ocr-translate/multilingual-research-guide/SKILL.md +234 -0
  218. package/skills/tools/scraping/academic-web-scraping/SKILL.md +326 -0
  219. package/skills/tools/scraping/api-data-collection-guide/SKILL.md +301 -0
  220. package/skills/tools/scraping/web-scraping-ethics-guide/SKILL.md +250 -0
  221. package/skills/writing/citation/bibtex-management-guide/SKILL.md +246 -0
  222. package/skills/writing/citation/citation-style-guide/SKILL.md +248 -0
  223. package/skills/writing/citation/reference-manager-comparison/SKILL.md +208 -0
  224. package/skills/writing/citation/zotero-api/SKILL.md +188 -0
  225. package/skills/writing/composition/abstract-writing-guide/SKILL.md +188 -0
  226. package/skills/writing/composition/discussion-writing-guide/SKILL.md +194 -0
  227. package/skills/writing/composition/introduction-writing-guide/SKILL.md +194 -0
  228. package/skills/writing/composition/literature-review-writing/SKILL.md +196 -0
  229. package/skills/writing/composition/methods-section-guide/SKILL.md +185 -0
  230. package/skills/writing/composition/response-to-reviewers/SKILL.md +215 -0
  231. package/skills/writing/composition/scientific-writing-guide/SKILL.md +152 -0
  232. package/skills/writing/latex/bibliography-management-guide/SKILL.md +206 -0
  233. package/skills/writing/latex/latex-drawing-guide/SKILL.md +234 -0
  234. package/skills/writing/latex/latex-ecosystem-guide/SKILL.md +240 -0
  235. package/skills/writing/latex/math-typesetting-guide/SKILL.md +231 -0
  236. package/skills/writing/latex/overleaf-collaboration-guide/SKILL.md +211 -0
  237. package/skills/writing/latex/tikz-diagrams-guide/SKILL.md +211 -0
  238. package/skills/writing/polish/academic-translation-guide/SKILL.md +175 -0
  239. package/skills/writing/polish/academic-writing-refiner/SKILL.md +143 -0
  240. package/skills/writing/polish/ai-writing-humanizer/SKILL.md +178 -0
  241. package/skills/writing/polish/grammar-checker-guide/SKILL.md +184 -0
  242. package/skills/writing/polish/plagiarism-detection-guide/SKILL.md +167 -0
  243. package/skills/writing/templates/beamer-presentation-guide/SKILL.md +263 -0
  244. package/skills/writing/templates/conference-paper-template/SKILL.md +219 -0
  245. package/skills/writing/templates/thesis-template-guide/SKILL.md +200 -0
  246. package/skills/writing/templates/thesis-writing-guide/SKILL.md +220 -0
  247. package/src/tools/arxiv.ts +131 -0
  248. package/src/tools/crossref.ts +112 -0
  249. package/src/tools/openalex.ts +174 -0
  250. package/src/tools/pubmed.ts +166 -0
  251. package/src/tools/semantic-scholar.ts +108 -0
  252. package/src/tools/unpaywall.ts +58 -0
@@ -0,0 +1,248 @@
1
+ ---
2
+ name: citation-style-guide
3
+ description: "APA, MLA, Chicago citation format guide with CSL configuration"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "book"
7
+ category: "writing"
8
+ subcategory: "citation"
9
+ keywords: ["citation formatting", "CSL", "citation style", "reference management"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Citation Style Guide
14
+
15
+ Master the major citation styles (APA, MLA, Chicago, IEEE, Vancouver) with examples, reference manager configuration, and CSL customization.
16
+
17
+ ## Citation Style Overview
18
+
19
+ | Style | Primary Discipline | In-Text Format | Reference List Name |
20
+ |-------|-------------------|----------------|-------------------|
21
+ | APA 7th | Psychology, social sciences, education | (Author, Year) | References |
22
+ | MLA 9th | Humanities, literature, languages | (Author Page) | Works Cited |
23
+ | Chicago (Author-Date) | Social sciences, natural sciences | (Author Year) | References |
24
+ | Chicago (Notes-Bib) | History, arts, humanities | Footnotes/endnotes | Bibliography |
25
+ | IEEE | Engineering, computer science | [1] numbered | References |
26
+ | Vancouver | Medicine, biomedical sciences | (1) numbered | References |
27
+ | Harvard | General, UK/Australia universities | (Author Year) | Reference List |
28
+ | Nature | Multidisciplinary sciences | Superscript numbered | References |
29
+
30
+ ## APA 7th Edition
31
+
32
+ ### In-Text Citations
33
+
34
+ ```
35
+ One author: (Smith, 2023) or Smith (2023) found that...
36
+ Two authors: (Smith & Jones, 2023)
37
+ 3+ authors: (Smith et al., 2023)
38
+ Direct quote: (Smith, 2023, p. 45)
39
+ Multiple works: (Jones, 2021; Smith, 2023)
40
+ Same author, same year: (Smith, 2023a, 2023b)
41
+ Organization: (World Health Organization [WHO], 2023)
42
+ then subsequent: (WHO, 2023)
43
+ ```
44
+
45
+ ### Reference List Examples
46
+
47
+ ```
48
+ # Journal article
49
+ Smith, J. A., & Jones, B. C. (2023). Title of the article in sentence
50
+ case. Journal Name in Title Case, 45(2), 123-145.
51
+ https://doi.org/10.1234/example
52
+
53
+ # Book
54
+ Williams, R. T. (2022). Title of the book in sentence case (3rd ed.).
55
+ Publisher Name. https://doi.org/10.1234/example
56
+
57
+ # Chapter in edited book
58
+ Chen, L. (2023). Chapter title. In A. Editor & B. Editor (Eds.),
59
+ Book title (pp. 50-75). Publisher. https://doi.org/10.1234/example
60
+
61
+ # Conference paper
62
+ Lee, S., & Park, J. (2023). Paper title. In Proceedings of the 2023
63
+ Conference Name (pp. 100-110). Publisher.
64
+ https://doi.org/10.1234/example
65
+
66
+ # Webpage
67
+ National Institutes of Health. (2023, March 15). Page title.
68
+ https://www.nih.gov/example
69
+
70
+ # Preprint
71
+ Garcia, M. (2023). Title of preprint. arXiv.
72
+ https://doi.org/10.48550/arXiv.2301.12345
73
+
74
+ # Dataset
75
+ Johnson, K. (2023). Dataset title (Version 2.0) [Data set]. Repository.
76
+ https://doi.org/10.1234/example
77
+ ```
78
+
79
+ ## MLA 9th Edition
80
+
81
+ ### In-Text Citations
82
+
83
+ ```
84
+ One author: (Smith 45) or Smith argues that "..." (45).
85
+ Two authors: (Smith and Jones 45)
86
+ 3+ authors: (Smith et al. 45)
87
+ No page number: (Smith)
88
+ Multiple works: (Smith 45; Jones 67)
89
+ ```
90
+
91
+ ### Works Cited Examples
92
+
93
+ ```
94
+ # Journal article
95
+ Smith, John A., and Beth C. Jones. "Article Title in Title Case."
96
+ Journal Name, vol. 45, no. 2, 2023, pp. 123-45.
97
+ https://doi.org/10.1234/example.
98
+
99
+ # Book
100
+ Williams, Rose T. Title of Book in Italics. 3rd ed., Publisher, 2022.
101
+
102
+ # Chapter in edited book
103
+ Chen, Li. "Chapter Title." Book Title, edited by Amy Editor and
104
+ Bob Editor, Publisher, 2023, pp. 50-75.
105
+
106
+ # Website
107
+ "Page Title." Site Name, Organization, 15 Mar. 2023,
108
+ www.example.com/page.
109
+ ```
110
+
111
+ ## IEEE Style
112
+
113
+ ### In-Text Citations
114
+
115
+ IEEE uses numbered references in square brackets, in order of first appearance:
116
+
117
+ ```
118
+ As shown in [1], deep learning has achieved...
119
+ Several studies [2]-[5] have demonstrated...
120
+ Smith et al. [6] proposed...
121
+ ```
122
+
123
+ ### Reference List Examples
124
+
125
+ ```
126
+ # Journal article
127
+ [1] J. A. Smith and B. C. Jones, "Article title in sentence case,"
128
+ J. Name Abbreviated, vol. 45, no. 2, pp. 123-145, Feb. 2023,
129
+ doi: 10.1234/example.
130
+
131
+ # Conference paper
132
+ [2] S. Lee and J. Park, "Paper title," in Proc. Conf. Name,
133
+ City, Country, 2023, pp. 100-110.
134
+
135
+ # Book
136
+ [3] R. T. Williams, Book Title in Italics, 3rd ed. City, Country:
137
+ Publisher, 2022.
138
+
139
+ # Online source
140
+ [4] Author, "Page title," Website, date. [Online]. Available:
141
+ https://www.example.com
142
+ ```
143
+
144
+ ## Using CSL (Citation Style Language)
145
+
146
+ CSL is the standard format used by Zotero, Mendeley, and other reference managers to define citation styles. Over 10,000 CSL styles are available at github.com/citation-style-language/styles.
147
+
148
+ ### Installing a CSL Style in Zotero
149
+
150
+ 1. Visit the Zotero Style Repository: zotero.org/styles
151
+ 2. Search for your target journal or style (e.g., "Nature", "APA 7th")
152
+ 3. Click to install directly into Zotero
153
+ 4. In Zotero, go to Settings > Cite > Styles to manage installed styles
154
+
155
+ ### CSL Style Structure
156
+
157
+ ```xml
158
+ <?xml version="1.0" encoding="utf-8"?>
159
+ <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0">
160
+ <info>
161
+ <title>Custom Style</title>
162
+ <id>http://www.example.com/custom-style</id>
163
+ </info>
164
+
165
+ <!-- How in-text citations appear -->
166
+ <citation>
167
+ <sort>
168
+ <key variable="author"/>
169
+ <key variable="issued"/>
170
+ </sort>
171
+ <layout prefix="(" suffix=")" delimiter="; ">
172
+ <group delimiter=", ">
173
+ <names variable="author">
174
+ <name form="short" and="symbol"/>
175
+ </names>
176
+ <date variable="issued" form="text" date-parts="year"/>
177
+ </group>
178
+ </layout>
179
+ </citation>
180
+
181
+ <!-- How the bibliography/reference list appears -->
182
+ <bibliography>
183
+ <sort>
184
+ <key variable="author"/>
185
+ <key variable="issued"/>
186
+ </sort>
187
+ <layout>
188
+ <!-- Define reference formatting here -->
189
+ </layout>
190
+ </bibliography>
191
+ </style>
192
+ ```
193
+
194
+ ## BibTeX Entry Types
195
+
196
+ For LaTeX users, correct entry types ensure proper formatting:
197
+
198
+ ```bibtex
199
+ @article{smith2023,
200
+ author = {Smith, John A. and Jones, Beth C.},
201
+ title = {Article Title},
202
+ journal = {Journal Name},
203
+ year = {2023},
204
+ volume = {45},
205
+ number = {2},
206
+ pages = {123--145},
207
+ doi = {10.1234/example}
208
+ }
209
+
210
+ @inproceedings{lee2023,
211
+ author = {Lee, Sam and Park, Jin},
212
+ title = {Paper Title},
213
+ booktitle = {Proceedings of the 2023 Conference},
214
+ year = {2023},
215
+ pages = {100--110},
216
+ doi = {10.1234/example}
217
+ }
218
+
219
+ @book{williams2022,
220
+ author = {Williams, Rose T.},
221
+ title = {Book Title},
222
+ edition = {3rd},
223
+ publisher = {Publisher Name},
224
+ year = {2022}
225
+ }
226
+
227
+ @misc{garcia2023preprint,
228
+ author = {Garcia, Maria},
229
+ title = {Title of Preprint},
230
+ year = {2023},
231
+ eprint = {2301.12345},
232
+ archiveprefix = {arXiv},
233
+ primaryclass = {cs.CL}
234
+ }
235
+ ```
236
+
237
+ ## Quick Decision Guide
238
+
239
+ | If your field is... | Use this style | LaTeX bibliography style |
240
+ |--------------------|---------------|------------------------|
241
+ | Psychology, education | APA 7th | `apacite` or `biblatex-apa` |
242
+ | Literature, languages | MLA 9th | `biblatex-mla` |
243
+ | History, arts | Chicago Notes | `chicago-authordate` |
244
+ | Engineering, CS (IEEE venues) | IEEE | `IEEEtran` |
245
+ | Medicine, clinical | Vancouver | `vancouver` |
246
+ | Natural sciences (Nature group) | Nature | `naturemag` |
247
+ | Economics | Chicago Author-Date | `chicago-authordate` |
248
+ | Check specific journal | Journal's author guidelines | See journal website |
@@ -0,0 +1,208 @@
1
+ ---
2
+ name: reference-manager-comparison
3
+ description: "Compare Zotero, Mendeley, EndNote, and Paperpile for research use"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "card_index_dividers"
7
+ category: "writing"
8
+ subcategory: "citation"
9
+ keywords: ["reference manager", "Zotero", "Mendeley", "EndNote", "Paperpile", "citation management"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Reference Manager Comparison
14
+
15
+ A skill for selecting and configuring the right reference management tool for your research workflow. Provides an in-depth comparison of Zotero, Mendeley, EndNote, and Paperpile across features, pricing, integration, collaboration, and discipline-specific needs.
16
+
17
+ ## Feature Comparison
18
+
19
+ ### Overview Matrix
20
+
21
+ | Feature | Zotero | Mendeley | EndNote | Paperpile |
22
+ |---------|--------|----------|---------|-----------|
23
+ | Cost | Free (300MB cloud) | Free (2GB cloud) | ~$275 or institutional | $36/year (academic) |
24
+ | Platform | Win/Mac/Linux | Win/Mac/Linux | Win/Mac | Web + Chrome |
25
+ | Word plugin | Yes | Yes | Yes | Yes (Google Docs too) |
26
+ | LaTeX export | BibTeX, BibLaTeX | BibTeX | BibTeX | BibTeX |
27
+ | PDF annotation | Basic (built-in reader) | Yes | Yes | Yes |
28
+ | Group libraries | Yes (unlimited, 300MB free) | Yes (limited free) | Via EndNote Online | Yes |
29
+ | Browser extension | Excellent (Zotero Connector) | Web Importer | Capture (limited) | Excellent |
30
+ | Open source | Yes (GPLv3) | No | No | No |
31
+ | Offline access | Full | Full | Full | Limited |
32
+ | Storage upgrade | $20/year (2GB) | $55/year (5GB) | Unlimited (desktop) | Unlimited |
33
+
34
+ ## Zotero
35
+
36
+ ### Strengths
37
+
38
+ ```
39
+ - Free and open source with strong community
40
+ - Best browser extension for capturing metadata
41
+ - Excellent plugin ecosystem:
42
+ * Better BibTeX (superior LaTeX integration)
43
+ * ZotFile (PDF management and renaming)
44
+ * Zotero OCR (extract text from scanned PDFs)
45
+ * Scite (citation context analysis)
46
+ - Works on all platforms including Linux
47
+ - Syncs across devices; self-hosting is possible
48
+ - Transparent data format (SQLite, exportable)
49
+ ```
50
+
51
+ ### Zotero Setup for Researchers
52
+
53
+ ```python
54
+ def recommended_zotero_plugins() -> list[dict]:
55
+ """
56
+ Essential Zotero plugins for academic researchers.
57
+ """
58
+ return [
59
+ {
60
+ "name": "Better BibTeX",
61
+ "purpose": "Automatic .bib file export, stable citation keys",
62
+ "install": "github.com/retorquere/zotero-better-bibtex",
63
+ "priority": "Essential for LaTeX users"
64
+ },
65
+ {
66
+ "name": "ZotFile",
67
+ "purpose": "Rename and organize attached PDFs",
68
+ "install": "zotfile.com",
69
+ "priority": "Highly recommended"
70
+ },
71
+ {
72
+ "name": "Zotero Storage Scanner",
73
+ "purpose": "Find broken attachments and duplicates",
74
+ "install": "Available via Zotero plugin manager",
75
+ "priority": "Useful for library maintenance"
76
+ },
77
+ {
78
+ "name": "DOI Manager",
79
+ "purpose": "Fetch missing DOIs for your references",
80
+ "install": "Available via Zotero plugin manager",
81
+ "priority": "Recommended for bibliography accuracy"
82
+ }
83
+ ]
84
+ ```
85
+
86
+ ## Mendeley
87
+
88
+ ### Strengths
89
+
90
+ ```
91
+ - Free with generous 2GB cloud storage
92
+ - Built-in PDF reader with annotation tools
93
+ - Mendeley Suggest recommends related papers
94
+ - Strong institutional adoption
95
+ - Social features (researcher profiles, groups)
96
+ ```
97
+
98
+ ### Limitations
99
+
100
+ ```
101
+ - Owned by Elsevier (data privacy concerns for some users)
102
+ - Desktop app development has slowed (focus shifted to web)
103
+ - Limited plugin ecosystem compared to Zotero
104
+ - BibTeX export can have formatting inconsistencies
105
+ - Group library size limitations on free tier
106
+ ```
107
+
108
+ ## EndNote
109
+
110
+ ### Strengths
111
+
112
+ ```
113
+ - Deep integration with Web of Science
114
+ - Mature product with decades of development
115
+ - Excellent Word plugin (Cite While You Write)
116
+ - Strong institutional support and training resources
117
+ - Handles very large libraries (10,000+ references) well
118
+ ```
119
+
120
+ ### Limitations
121
+
122
+ ```
123
+ - Expensive for individual purchase
124
+ - No Linux support
125
+ - Closed format (vendor lock-in risk)
126
+ - Steeper learning curve
127
+ - Limited free collaboration features
128
+ ```
129
+
130
+ ## Paperpile
131
+
132
+ ### Strengths
133
+
134
+ ```
135
+ - Excellent Google Docs and Google Scholar integration
136
+ - Clean, modern interface
137
+ - Very fast browser-based workflow
138
+ - Built-in PDF viewer with annotation
139
+ - Automatic metadata extraction from PDFs
140
+ ```
141
+
142
+ ### Limitations
143
+
144
+ ```
145
+ - No desktop app (requires internet for full functionality)
146
+ - Chrome-only browser extension
147
+ - No Linux-native app (web-based works on all platforms)
148
+ - Smaller user community than Zotero or Mendeley
149
+ ```
150
+
151
+ ## Decision Guide
152
+
153
+ ### Choosing by Use Case
154
+
155
+ ```
156
+ If you use LaTeX primarily:
157
+ -> Zotero + Better BibTeX (best .bib integration)
158
+
159
+ If you use Google Docs primarily:
160
+ -> Paperpile (native Docs integration)
161
+
162
+ If your institution provides it:
163
+ -> EndNote (maximize institutional support)
164
+
165
+ If you want free + open source:
166
+ -> Zotero (no contest)
167
+
168
+ If you need built-in recommendations:
169
+ -> Mendeley or Paperpile (suggest related papers)
170
+
171
+ If you collaborate heavily:
172
+ -> Zotero groups or Paperpile shared folders
173
+
174
+ If you have a very large library (50,000+ items):
175
+ -> EndNote or Zotero (both handle large libraries well)
176
+ ```
177
+
178
+ ## Migration Between Tools
179
+
180
+ ### Exporting and Importing
181
+
182
+ All major reference managers support BibTeX and RIS export formats, making migration possible:
183
+
184
+ ```
185
+ Export from source tool:
186
+ - Zotero: File > Export Library > BibTeX/RIS
187
+ - Mendeley: Tools > Export (BibTeX)
188
+ - EndNote: File > Export > RIS/BibTeX
189
+ - Paperpile: Settings > Export > BibTeX
190
+
191
+ Import to target tool:
192
+ - Drag and drop the exported file into the new tool
193
+ - Review imported entries for metadata accuracy
194
+ - Re-attach PDFs if they did not transfer automatically
195
+ ```
196
+
197
+ ### What Transfers and What Does Not
198
+
199
+ | Data | Transfers? | Notes |
200
+ |------|-----------|-------|
201
+ | Metadata (title, author, year) | Yes | Via BibTeX/RIS |
202
+ | PDFs | Sometimes | Depends on export settings |
203
+ | Annotations/highlights | Rarely | Usually tool-specific format |
204
+ | Folder/collection structure | Sometimes | Zotero RDF preserves collections |
205
+ | Tags | Usually | Via RIS or Zotero RDF |
206
+ | Notes | Sometimes | Check export format |
207
+
208
+ Choose your reference manager early in your research career and invest time in organizing your library -- the cost of switching grows with library size.
@@ -0,0 +1,188 @@
1
+ ---
2
+ name: zotero-api
3
+ description: "Reference management library and collections API"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "🔍"
7
+ category: "writing"
8
+ subcategory: "citation"
9
+ keywords: ["reference management", "citation management", "bibliography organization", "literature import"]
10
+ source: "https://www.zotero.org/support/dev/web_api/v3/basics"
11
+ ---
12
+
13
+ # Zotero API Guide
14
+
15
+ ## Overview
16
+
17
+ Zotero is a free, open-source reference management software designed to help researchers collect, organize, cite, and share bibliographic references. The Zotero Web API provides programmatic access to user and group libraries stored on Zotero servers, enabling integration with research workflows, automated bibliography management, and custom tool development.
18
+
19
+ The API supports reading and writing items (books, journal articles, conference papers, web pages, and dozens of other item types), organizing items into collections, managing tags, retrieving attachment metadata, and accessing shared group libraries. It follows RESTful conventions and supports JSON and Atom response formats, making it straightforward to integrate with existing research infrastructure.
20
+
21
+ Researchers, librarians, research software developers, and digital humanities scholars use the Zotero API to build literature review tools, automate citation workflows, synchronize reference libraries across platforms, generate bibliographies programmatically, and create custom research management dashboards. The API is particularly popular in digital humanities projects where large bibliographic datasets need programmatic manipulation.
22
+
23
+ ## Authentication
24
+
25
+ Authentication is optional for reading public libraries but required for accessing private libraries and all write operations. Zotero uses API keys for authentication.
26
+
27
+ 1. Log in to your Zotero account at https://www.zotero.org/
28
+ 2. Navigate to https://www.zotero.org/settings/keys
29
+ 3. Create a new API key with appropriate permissions (read/write access to personal or group libraries)
30
+ 4. Include the key in the `Zotero-API-Key` header
31
+
32
+ ```bash
33
+ # Authenticated request
34
+ curl -H "Zotero-API-Key: YOUR_API_KEY" "https://api.zotero.org/users/USER_ID/items"
35
+
36
+ # Public group library (no auth needed)
37
+ curl "https://api.zotero.org/groups/GROUP_ID/items"
38
+ ```
39
+
40
+ Your user ID can be found at https://www.zotero.org/settings/keys alongside your API key settings.
41
+
42
+ ## Core Endpoints
43
+
44
+ ### users/{id}/items: User Library Items
45
+
46
+ Retrieve, search, and manage items in a user's personal Zotero library.
47
+
48
+ - **URL**: `GET https://api.zotero.org/users/{userID}/items`
49
+ - **Parameters**:
50
+
51
+ | Parameter | Type | Required | Description |
52
+ |------------|--------|----------|----------------------------------------------------------|
53
+ | userID | int | Yes | Zotero user ID (in URL path) |
54
+ | q | string | No | Quick search query (searches title, creator, year) |
55
+ | qmode | string | No | Search mode: `titleCreatorYear` or `everything` |
56
+ | itemType | string | No | Filter by type: `journalArticle`, `book`, `conferencePaper`, etc. |
57
+ | tag | string | No | Filter by tag (can be repeated for multiple tags) |
58
+ | sort | string | No | Sort field: `dateAdded`, `dateModified`, `title`, `creator` |
59
+ | direction | string | No | Sort direction: `asc` or `desc` |
60
+ | limit | int | No | Results per request (default 25, max 100) |
61
+ | start | int | No | Pagination offset |
62
+ | format | string | No | Response format: `json` (default), `atom`, `bib`, `keys` |
63
+
64
+ - **Example**:
65
+
66
+ ```bash
67
+ # Get all journal articles tagged "machine learning"
68
+ curl -H "Zotero-API-Key: YOUR_KEY" \
69
+ "https://api.zotero.org/users/12345/items?itemType=journalArticle&tag=machine+learning&format=json"
70
+
71
+ # Search for items by keyword
72
+ curl -H "Zotero-API-Key: YOUR_KEY" \
73
+ "https://api.zotero.org/users/12345/items?q=neural+networks&format=json"
74
+ ```
75
+
76
+ - **Response**: Returns array of item objects, each containing `key`, `version`, `data` (with `itemType`, `title`, `creators`, `abstractNote`, `date`, `DOI`, `url`, `tags`, `collections`, `relations`), and `links`.
77
+
78
+ ### groups/{id}/items: Group Library Items
79
+
80
+ Access items in shared group libraries, which are commonly used for collaborative research projects and reading groups.
81
+
82
+ - **URL**: `GET https://api.zotero.org/groups/{groupID}/items`
83
+ - **Parameters**:
84
+
85
+ | Parameter | Type | Required | Description |
86
+ |-----------|--------|----------|-----------------------------------------------------|
87
+ | groupID | int | Yes | Zotero group ID (in URL path) |
88
+ | q | string | No | Quick search query |
89
+ | itemType | string | No | Filter by item type |
90
+ | tag | string | No | Filter by tag |
91
+ | sort | string | No | Sort field |
92
+ | limit | int | No | Results per request (max 100) |
93
+ | start | int | No | Pagination offset |
94
+ | format | string | No | Response format: `json`, `atom`, `bib`, `keys` |
95
+
96
+ - **Example**:
97
+
98
+ ```bash
99
+ # List items in a public group library
100
+ curl "https://api.zotero.org/groups/67890/items?format=json&limit=50"
101
+
102
+ # Get formatted bibliography from a group
103
+ curl "https://api.zotero.org/groups/67890/items?format=bib&style=apa"
104
+ ```
105
+
106
+ - **Response**: Same structure as user library items. Group items may include additional access control metadata depending on the group's privacy settings.
107
+
108
+ ## Rate Limits
109
+
110
+ No strict rate limits are enforced, but Zotero asks users to limit requests to a reasonable rate. The API uses conditional requests via `If-Modified-Since-Version` headers for efficient synchronization. Responses include a `Last-Modified-Version` header that should be stored and used in subsequent requests to only retrieve changed items. Batch operations are supported for creating/updating multiple items in a single request (up to 50 items per write request).
111
+
112
+ ## Common Patterns
113
+
114
+ ### Export a Bibliography in a Specific Citation Style
115
+
116
+ Generate a formatted bibliography from a Zotero collection:
117
+
118
+ ```python
119
+ import requests
120
+
121
+ headers = {"Zotero-API-Key": "YOUR_KEY"}
122
+
123
+ # Get items formatted as APA bibliography
124
+ resp = requests.get(
125
+ "https://api.zotero.org/users/12345/collections/ABCDEF/items",
126
+ headers=headers,
127
+ params={"format": "bib", "style": "apa", "limit": 100}
128
+ )
129
+ print(resp.text)
130
+ ```
131
+
132
+ ### Sync Library Items to a Custom Database
133
+
134
+ Efficiently synchronize Zotero items using version tracking:
135
+
136
+ ```python
137
+ import requests
138
+
139
+ headers = {"Zotero-API-Key": "YOUR_KEY"}
140
+ last_version = 0 # Store this between syncs
141
+
142
+ resp = requests.get(
143
+ "https://api.zotero.org/users/12345/items",
144
+ headers={**headers, "If-Modified-Since-Version": str(last_version)},
145
+ params={"format": "json", "limit": 100}
146
+ )
147
+
148
+ if resp.status_code == 200:
149
+ items = resp.json()
150
+ last_version = resp.headers["Last-Modified-Version"]
151
+ for item in items:
152
+ print(f"Updated: {item['data'].get('title', 'No title')} (v{item['version']})")
153
+ elif resp.status_code == 304:
154
+ print("No changes since last sync")
155
+ ```
156
+
157
+ ### Analyze Research Library by Tag Distribution
158
+
159
+ Explore the thematic distribution of a research library:
160
+
161
+ ```python
162
+ import requests
163
+ from collections import Counter
164
+
165
+ headers = {"Zotero-API-Key": "YOUR_KEY"}
166
+
167
+ resp = requests.get(
168
+ "https://api.zotero.org/users/12345/items",
169
+ headers=headers,
170
+ params={"format": "json", "limit": 100, "itemType": "journalArticle"}
171
+ )
172
+
173
+ tag_counts = Counter()
174
+ for item in resp.json():
175
+ for tag in item["data"].get("tags", []):
176
+ tag_counts[tag["tag"]] += 1
177
+
178
+ for tag, count in tag_counts.most_common(20):
179
+ print(f" {tag}: {count}")
180
+ ```
181
+
182
+ ## References
183
+
184
+ - Official Web API documentation: https://www.zotero.org/support/dev/web_api/v3/basics
185
+ - API key management: https://www.zotero.org/settings/keys
186
+ - Item types and fields: https://api.zotero.org/itemTypes
187
+ - Zotero homepage: https://www.zotero.org/
188
+ - Citation styles: https://www.zotero.org/styles