@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,134 @@
1
+ ---
2
+ name: semantic-scholar-api
3
+ description: "Search papers and analyze citation graphs via Semantic Scholar"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "🔍"
7
+ category: "literature"
8
+ subcategory: "search"
9
+ keywords: ["academic database search", "semantic search", "AI-powered literature search", "citation analysis", "citation network"]
10
+ source: "https://api.semanticscholar.org/"
11
+ ---
12
+
13
+ # Semantic Scholar API Guide
14
+
15
+ ## Overview
16
+
17
+ Semantic Scholar is a free, AI-powered research tool created by the Allen Institute for AI (AI2) that indexes over 200 million academic papers across all fields of science. Unlike traditional keyword-based search engines, Semantic Scholar uses natural language processing and machine learning to understand paper content, identify influential citations, and surface the most relevant results.
18
+
19
+ The Semantic Scholar Academic Graph API provides structured access to papers, authors, citations, and references. It distinguishes between influential and non-influential citations using a trained classifier, helping researchers quickly identify the most impactful works in any field. The API also provides TLDR summaries generated by AI for many papers.
20
+
21
+ The API can be used without authentication for basic access. Registering for a free API key unlocks higher rate limits and is recommended for production applications. The API returns clean JSON responses and supports field selection to minimize response payload size.
22
+
23
+ ## Authentication
24
+
25
+ No authentication is required for basic usage. For higher rate limits, request a free API key at https://www.semanticscholar.org/product/api and include it as a header:
26
+
27
+ ```
28
+ x-api-key: YOUR_API_KEY
29
+ ```
30
+
31
+ Without an API key, rate limits are 5,000 requests per 5 minutes. With a key, limits are significantly higher (up to 1 request per second sustained).
32
+
33
+ ## Core Endpoints
34
+
35
+ ### Paper Search: Find Papers by Query
36
+
37
+ - **URL**: `GET https://api.semanticscholar.org/graph/v1/paper/search`
38
+ - **Parameters**:
39
+ | Param | Type | Required | Description |
40
+ |-------|------|----------|-------------|
41
+ | query | string | Yes | Search query string |
42
+ | offset | integer | No | Pagination offset (default: 0) |
43
+ | limit | integer | No | Results per page (default: 10, max: 100) |
44
+ | fields | string | No | Comma-separated fields to return (e.g., title,abstract,year,citationCount) |
45
+ | year | string | No | Year range filter (e.g., 2020-2024 or 2024-) |
46
+ | fieldsOfStudy | string | No | Filter by field (e.g., Computer Science, Medicine) |
47
+ - **Example**:
48
+ ```bash
49
+ curl "https://api.semanticscholar.org/graph/v1/paper/search?query=attention+is+all+you+need&limit=5&fields=title,year,citationCount,authors,tldr"
50
+ ```
51
+ - **Response**: JSON with `total`, `offset`, and `data` array containing paper objects with requested fields.
52
+
53
+ ### Paper Details: Retrieve Full Paper Metadata
54
+
55
+ - **URL**: `GET https://api.semanticscholar.org/graph/v1/paper/{paper_id}`
56
+ - **Parameters**:
57
+ | Param | Type | Required | Description |
58
+ |-------|------|----------|-------------|
59
+ | paper_id | string | Yes | Semantic Scholar ID, DOI, ArXiv ID, or other identifier (e.g., DOI:10.1234/...) |
60
+ | fields | string | No | Comma-separated fields to return |
61
+ - **Example**:
62
+ ```bash
63
+ curl "https://api.semanticscholar.org/graph/v1/paper/DOI:10.18653/v1/N19-1423?fields=title,abstract,year,citationCount,influentialCitationCount,references,citations"
64
+ ```
65
+ - **Response**: JSON with full paper metadata including `paperId`, `title`, `abstract`, `year`, `citationCount`, `influentialCitationCount`, `references`, and `citations`.
66
+
67
+ ### Author Search: Find Researchers
68
+
69
+ - **URL**: `GET https://api.semanticscholar.org/graph/v1/author/search`
70
+ - **Parameters**:
71
+ | Param | Type | Required | Description |
72
+ |-------|------|----------|-------------|
73
+ | query | string | Yes | Author name query |
74
+ | offset | integer | No | Pagination offset |
75
+ | limit | integer | No | Results per page (max: 1000) |
76
+ | fields | string | No | Fields to return (e.g., name,paperCount,citationCount,hIndex) |
77
+ - **Example**:
78
+ ```bash
79
+ curl "https://api.semanticscholar.org/graph/v1/author/search?query=Yoshua+Bengio&fields=name,paperCount,citationCount,hIndex"
80
+ ```
81
+ - **Response**: JSON with author profiles including publication and citation metrics.
82
+
83
+ ### Dataset Releases: Bulk Data Access
84
+
85
+ - **URL**: `GET https://api.semanticscholar.org/datasets/v1/release`
86
+ - **Parameters**:
87
+ | Param | Type | Required | Description |
88
+ |-------|------|----------|-------------|
89
+ | (none) | - | - | Returns list of available dataset releases |
90
+ - **Example**:
91
+ ```bash
92
+ curl "https://api.semanticscholar.org/datasets/v1/release"
93
+ ```
94
+ - **Response**: JSON array of release identifiers (dates) for bulk dataset downloads.
95
+
96
+ ## Rate Limits
97
+
98
+ Without API key: 5,000 requests per 5 minutes (approximately 16.7 requests per second in bursts). With API key: higher sustained throughput, varies by key tier. The API returns HTTP 429 when limits are exceeded. Use the `Retry-After` header value to determine wait time before retrying. Batch endpoints are available for retrieving multiple papers or authors in a single request, which is more efficient than individual lookups.
99
+
100
+ ## Common Patterns
101
+
102
+ ### Build a Citation Network
103
+
104
+ Retrieve a paper and its citation tree to map influence:
105
+
106
+ ```bash
107
+ # Get paper with its references and citations
108
+ curl "https://api.semanticscholar.org/graph/v1/paper/CorpusID:49313245?fields=title,citations.title,citations.citationCount,references.title,references.citationCount"
109
+ ```
110
+
111
+ ### Find Influential Papers on a Topic
112
+
113
+ Search for highly cited and influential works:
114
+
115
+ ```bash
116
+ curl "https://api.semanticscholar.org/graph/v1/paper/search?query=graph+neural+networks&fields=title,year,citationCount,influentialCitationCount&limit=20"
117
+ ```
118
+
119
+ ### Batch Paper Lookup
120
+
121
+ Retrieve metadata for multiple papers in a single request using the batch endpoint:
122
+
123
+ ```bash
124
+ curl -X POST "https://api.semanticscholar.org/graph/v1/paper/batch" \
125
+ -H "Content-Type: application/json" \
126
+ -d '{"ids": ["DOI:10.1038/s41586-021-03819-2", "CorpusID:49313245"]}' \
127
+ --url-query "fields=title,year,citationCount"
128
+ ```
129
+
130
+ ## References
131
+
132
+ - Official documentation: https://api.semanticscholar.org/
133
+ - API tutorial: https://www.semanticscholar.org/product/api/tutorial
134
+ - Semantic Scholar paper: https://arxiv.org/abs/2301.10140
@@ -0,0 +1,214 @@
1
+ ---
2
+ name: systematic-search-strategy
3
+ description: "Construct rigorous systematic search strategies for literature reviews"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "dart"
7
+ category: "literature"
8
+ subcategory: "search"
9
+ keywords: ["search strategy", "Boolean search", "search string construction", "advanced search", "systematic review"]
10
+ source: "wentor"
11
+ ---
12
+
13
+ # Systematic Search Strategy
14
+
15
+ A skill for designing and executing comprehensive, reproducible literature search strategies for systematic reviews, scoping reviews, and meta-analyses. Follows PRISMA 2020 guidelines and Cochrane Handbook best practices.
16
+
17
+ ## PICO Framework for Search Design
18
+
19
+ Structure your research question using PICO (or variants):
20
+
21
+ ```
22
+ P - Population / Problem: Who or what is being studied?
23
+ I - Intervention / Exposure: What is the treatment or exposure?
24
+ C - Comparison: What is the alternative?
25
+ O - Outcome: What is being measured?
26
+
27
+ Variants:
28
+ PICOS: adds Study design
29
+ SPIDER: Sample, Phenomenon of Interest, Design, Evaluation, Research type
30
+ PCC: Population, Concept, Context (for scoping reviews)
31
+ ```
32
+
33
+ ### From PICO to Search Strategy
34
+
35
+ ```python
36
+ def pico_to_search_blocks(pico: dict) -> dict:
37
+ """
38
+ Convert a PICO question into search concept blocks.
39
+
40
+ Args:
41
+ pico: Dict with keys 'population', 'intervention', 'comparison', 'outcome'
42
+ Each value is a list of synonyms/related terms
43
+ Returns:
44
+ Search blocks ready for Boolean combination
45
+ """
46
+ blocks = {}
47
+ for component, terms in pico.items():
48
+ # Expand each term with common variants
49
+ expanded = []
50
+ for term in terms:
51
+ expanded.append(f'"{term}"')
52
+ # Add truncation variants
53
+ if len(term) > 5:
54
+ expanded.append(f'{term.rstrip("s")}*') # basic stemming
55
+ blocks[component] = expanded
56
+
57
+ # Build final query: AND between blocks, OR within blocks
58
+ query_parts = []
59
+ for component, terms in blocks.items():
60
+ block = ' OR '.join(terms)
61
+ query_parts.append(f'({block})')
62
+
63
+ final_query = ' AND '.join(query_parts)
64
+ return {
65
+ 'blocks': blocks,
66
+ 'combined_query': final_query,
67
+ 'n_concepts': len(blocks)
68
+ }
69
+
70
+ # Example: RQ: "Does mindfulness meditation reduce anxiety in college students?"
71
+ pico = {
72
+ 'population': ['college students', 'university students', 'undergraduate students',
73
+ 'higher education students'],
74
+ 'intervention': ['mindfulness', 'mindfulness meditation', 'mindfulness-based stress reduction',
75
+ 'MBSR', 'mindfulness-based cognitive therapy', 'MBCT'],
76
+ 'outcome': ['anxiety', 'anxiety disorder', 'generalized anxiety', 'test anxiety',
77
+ 'anxiety symptoms', 'state anxiety', 'trait anxiety']
78
+ }
79
+ result = pico_to_search_blocks(pico)
80
+ print(result['combined_query'])
81
+ ```
82
+
83
+ ## Database-Specific Search Syntax
84
+
85
+ ### Adapting Searches Across Databases
86
+
87
+ ```python
88
+ def adapt_search_for_database(base_query: str, database: str) -> str:
89
+ """
90
+ Adapt a base search string for different database syntaxes.
91
+ """
92
+ adaptations = {
93
+ 'pubmed': {
94
+ 'truncation': '*',
95
+ 'phrase': '"..."',
96
+ 'proximity': None, # PubMed doesn't support proximity
97
+ 'field_tags': {'title': '[ti]', 'abstract': '[tiab]', 'mesh': '[MeSH]'},
98
+ 'notes': 'Add MeSH terms for each concept block'
99
+ },
100
+ 'web_of_science': {
101
+ 'truncation': '*',
102
+ 'phrase': '"..."',
103
+ 'proximity': 'NEAR/N',
104
+ 'field_tags': {'title': 'TI=', 'topic': 'TS=', 'author': 'AU='},
105
+ 'notes': 'Use TS= for topic search (title+abstract+keywords)'
106
+ },
107
+ 'scopus': {
108
+ 'truncation': '*',
109
+ 'phrase': '"..."',
110
+ 'proximity': 'W/N',
111
+ 'field_tags': {'title': 'TITLE()', 'title_abs': 'TITLE-ABS-KEY()', 'author': 'AUTH()'},
112
+ 'notes': 'Use TITLE-ABS-KEY() for comprehensive searching'
113
+ },
114
+ 'psycinfo': {
115
+ 'truncation': '*',
116
+ 'phrase': '"..."',
117
+ 'proximity': 'Nn',
118
+ 'field_tags': {'title': 'TI', 'abstract': 'AB', 'thesaurus': 'DE'},
119
+ 'notes': 'Use DE field for PsycINFO thesaurus terms'
120
+ }
121
+ }
122
+
123
+ db = adaptations.get(database.lower(), {})
124
+ adapted = base_query # Start with base query
125
+
126
+ return {
127
+ 'database': database,
128
+ 'query': adapted,
129
+ 'syntax_notes': db.get('notes', ''),
130
+ 'truncation': db.get('truncation', '*'),
131
+ 'field_tags': db.get('field_tags', {})
132
+ }
133
+ ```
134
+
135
+ ## Search Documentation
136
+
137
+ ### PRISMA-S Reporting Checklist
138
+
139
+ Document every search completely:
140
+
141
+ ```yaml
142
+ search_documentation:
143
+ date_searched: "2026-03-09"
144
+ databases:
145
+ - name: "PubMed/MEDLINE"
146
+ interface: "PubMed.gov"
147
+ date_coverage: "1966-present"
148
+ search_string: |
149
+ (("college students"[tiab] OR "university students"[tiab])
150
+ AND ("mindfulness"[tiab] OR "MBSR"[tiab])
151
+ AND ("anxiety"[tiab] OR "anxiety disorders"[MeSH]))
152
+ results_count: 342
153
+ filters_applied: "English language; 2010-2026"
154
+
155
+ - name: "Web of Science"
156
+ interface: "Clarivate"
157
+ date_coverage: "1900-present"
158
+ search_string: |
159
+ TS=("college student*" OR "university student*")
160
+ AND TS=(mindfulness OR MBSR OR MBCT)
161
+ AND TS=(anxiety)
162
+ results_count: 287
163
+ filters_applied: "Article or Review; English; 2010-2026"
164
+
165
+ grey_literature:
166
+ - "ProQuest Dissertations (N=45)"
167
+ - "Google Scholar first 200 results"
168
+ - "OpenGrey (N=12)"
169
+ - "Hand-searched reference lists of included studies"
170
+
171
+ total_before_dedup: 686
172
+ total_after_dedup: 493
173
+ deduplication_tool: "Covidence"
174
+ ```
175
+
176
+ ## Screening Workflow
177
+
178
+ ### PRISMA Flow Diagram Data
179
+
180
+ ```python
181
+ def prisma_flow(records: dict) -> str:
182
+ """Generate PRISMA 2020 flow diagram data."""
183
+ flow = f"""
184
+ IDENTIFICATION
185
+ Records from databases: {records['from_databases']}
186
+ Records from other sources: {records['from_other']}
187
+ Duplicates removed: {records['duplicates']}
188
+ Records after dedup: {records['from_databases'] + records['from_other'] - records['duplicates']}
189
+
190
+ SCREENING
191
+ Title/abstract screened: {records['screened']}
192
+ Excluded at title/abstract: {records['excluded_screening']}
193
+ Full-text assessed: {records['fulltext_assessed']}
194
+ Excluded at full-text: {records['excluded_fulltext']}
195
+ Reasons: {records.get('exclusion_reasons', 'See table')}
196
+
197
+ INCLUDED
198
+ Studies in qualitative synthesis: {records['included_qualitative']}
199
+ Studies in meta-analysis: {records.get('included_meta', 'N/A')}
200
+ """
201
+ return flow
202
+ ```
203
+
204
+ ## Iterating and Refining
205
+
206
+ After initial search execution:
207
+
208
+ 1. Check sensitivity: Are known relevant papers (seed papers) captured?
209
+ 2. Check precision: What proportion of results are relevant? (Target >5% for systematic reviews)
210
+ 3. If too many results: Add specificity with additional concept blocks or filters
211
+ 4. If too few results: Broaden terms, add synonyms, remove restrictive blocks
212
+ 5. Consult a research librarian for complex searches -- they are expert search strategists
213
+
214
+ Document every modification to the search strategy with rationale to maintain transparency and reproducibility.
@@ -0,0 +1,228 @@
1
+ ---
2
+ name: ai-scientist-guide
3
+ description: "End-to-end automated scientific discovery with AI Scientist v2"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "🤖"
7
+ category: "research"
8
+ subcategory: "automation"
9
+ keywords: ["ai-scientist", "research automation", "scientific workflow", "AI experiment design"]
10
+ source: "https://github.com/SakanaAI/AI-Scientist-v2"
11
+ ---
12
+
13
+ # AI Scientist Guide
14
+
15
+ ## Overview
16
+
17
+ The AI Scientist v2 is a fully autonomous scientific research system developed by Sakana AI that can generate hypotheses, run experiments, analyze data, and write complete scientific manuscripts. It represents the cutting edge of AI-driven research automation, having produced the first workshop paper written entirely by AI and accepted through peer review at ICLR 2025.
18
+
19
+ Unlike its predecessor (v1), the AI Scientist v2 removes reliance on human-authored templates, generalizes across Machine Learning domains, and employs a progressive agentic tree search guided by an experiment manager agent. This guide explains how to set up, configure, and use the system effectively, as well as how to integrate its principles into your own research workflows.
20
+
21
+ This skill is relevant for researchers interested in accelerating their experimental cycles, exploring automated hypothesis generation, or understanding how agentic AI systems approach scientific discovery. Even if you do not use AI Scientist v2 directly, the concepts behind its design -- structured ideation, tree-based experiment exploration, automated writing -- can inform how you organize your own research.
22
+
23
+ ## System Architecture
24
+
25
+ The AI Scientist v2 operates through a multi-stage pipeline:
26
+
27
+ ```
28
+ Topic Description (.md)
29
+ |
30
+ v
31
+ [Ideation Stage] --> Research Ideas (.json)
32
+ |
33
+ v
34
+ [Experiment Stage] --> Best-First Tree Search (BFTS)
35
+ | - Multiple parallel workers
36
+ | - Automatic debugging
37
+ | - Experiment manager agent
38
+ v
39
+ [Analysis Stage] --> Results + Figures
40
+ |
41
+ v
42
+ [Writing Stage] --> Complete Paper (.pdf)
43
+ |
44
+ v
45
+ [Review Stage] --> Automated Peer Review
46
+ ```
47
+
48
+ ### Key Components
49
+
50
+ | Component | Role | Model Used |
51
+ |-----------|------|------------|
52
+ | Ideation Agent | Generates research hypotheses | Configurable (GPT-4o, Claude) |
53
+ | Experiment Manager | Guides tree search exploration | Claude 3.5 Sonnet (default) |
54
+ | Analysis Agent | Interprets results, creates figures | Same as experiment |
55
+ | Writing Agent | Drafts full paper with LaTeX | o1-preview (default) |
56
+ | Citation Agent | Finds and integrates references | GPT-4o (default) |
57
+ | Review Agent | Simulates peer review | GPT-4o (default) |
58
+
59
+ ## Installation and Setup
60
+
61
+ ### Prerequisites
62
+
63
+ - Linux with NVIDIA GPU (CUDA support required)
64
+ - Python 3.11+
65
+ - conda or mamba package manager
66
+
67
+ ### Step-by-Step Installation
68
+
69
+ ```bash
70
+ # 1. Create and activate environment
71
+ conda create -n ai_scientist python=3.11
72
+ conda activate ai_scientist
73
+
74
+ # 2. Install PyTorch with CUDA
75
+ conda install pytorch torchvision torchaudio pytorch-cuda=12.4 \
76
+ -c pytorch -c nvidia
77
+
78
+ # 3. Install PDF and LaTeX tools
79
+ conda install anaconda::poppler conda-forge::chktex
80
+
81
+ # 4. Clone and install
82
+ git clone https://github.com/SakanaAI/AI-Scientist-v2.git
83
+ cd AI-Scientist-v2
84
+ pip install -r requirements.txt
85
+
86
+ # 5. Set API keys
87
+ export OPENAI_API_KEY=<key>
88
+ export S2_API_KEY=<key> # Optional but recommended
89
+ ```
90
+
91
+ ## Running the Pipeline
92
+
93
+ ### Stage 1: Ideation
94
+
95
+ Create a topic description file following this structure:
96
+
97
+ ```markdown
98
+ # Title
99
+ Exploring Efficient Fine-Tuning Methods for Large Language Models
100
+
101
+ # Keywords
102
+ LoRA, parameter-efficient fine-tuning, LLM adaptation, low-rank
103
+
104
+ # TL;DR
105
+ Investigate novel parameter-efficient methods for adapting LLMs to
106
+ domain-specific tasks with minimal compute.
107
+
108
+ # Abstract
109
+ Large language models require substantial resources for full fine-tuning.
110
+ Parameter-efficient methods like LoRA reduce this cost but may sacrifice
111
+ performance. We seek to explore new approaches that balance efficiency
112
+ and effectiveness across diverse downstream tasks.
113
+ ```
114
+
115
+ Run ideation:
116
+
117
+ ```bash
118
+ python ai_scientist/perform_ideation_temp_free.py \
119
+ --workshop-file "ai_scientist/ideas/my_topic.md" \
120
+ --model gpt-4o-2024-05-13 \
121
+ --max-num-generations 20 \
122
+ --num-reflections 5
123
+ ```
124
+
125
+ This produces a JSON file with structured research ideas including hypotheses, proposed experiments, and related work.
126
+
127
+ ### Stage 2: Experiment and Paper Generation
128
+
129
+ ```bash
130
+ python launch_scientist_bfts.py \
131
+ --load_ideas "ai_scientist/ideas/my_topic.json" \
132
+ --load_code \
133
+ --add_dataset_ref \
134
+ --model_writeup o1-preview-2024-09-12 \
135
+ --model_citation gpt-4o-2024-11-20 \
136
+ --model_review gpt-4o-2024-11-20 \
137
+ --model_agg_plots o3-mini-2025-01-31 \
138
+ --num_cite_rounds 20
139
+ ```
140
+
141
+ ### Configuration: bfts_config.yaml
142
+
143
+ Key parameters to tune:
144
+
145
+ ```yaml
146
+ agent:
147
+ num_workers: 3 # Parallel exploration paths
148
+ steps: 21 # Maximum nodes to explore
149
+ num_seeds: 3 # Initial root nodes
150
+
151
+ search:
152
+ max_debug_depth: 3 # Max debug attempts per failing node
153
+ debug_prob: 0.5 # Probability of debugging vs. abandoning
154
+ num_drafts: 3 # Number of independent search trees
155
+ ```
156
+
157
+ ## Cost and Performance Estimates
158
+
159
+ | Phase | Typical Cost | Duration |
160
+ |-------|-------------|----------|
161
+ | Ideation (20 ideas) | $2-5 | 15-30 min |
162
+ | Experimentation (BFTS) | $15-20 | 2-6 hours |
163
+ | Writing + Citation | $5 | 20-30 min |
164
+ | Review | $1-2 | 5-10 min |
165
+ | **Total per run** | **$23-32** | **3-7 hours** |
166
+
167
+ ## Integrating AI Scientist Principles Into Your Research
168
+
169
+ Even without running the full system, you can adopt its methodological ideas:
170
+
171
+ ### Structured Ideation
172
+
173
+ Use LLMs to brainstorm research directions systematically:
174
+
175
+ ```python
176
+ prompt = """
177
+ Given the research area of [TOPIC], generate 5 research ideas.
178
+ For each idea, provide:
179
+ 1. Hypothesis (one sentence)
180
+ 2. Key experiment to test it
181
+ 3. Expected outcome if hypothesis is true
182
+ 4. Expected outcome if hypothesis is false
183
+ 5. Why this matters (impact)
184
+ """
185
+ ```
186
+
187
+ ### Tree-Based Experiment Design
188
+
189
+ Instead of running experiments linearly, structure them as a tree:
190
+
191
+ 1. Start with 2-3 seed experiments (broad exploration)
192
+ 2. Evaluate results at each node
193
+ 3. Expand the most promising branches
194
+ 4. Prune branches that show diminishing returns
195
+ 5. Debug failures before abandoning (up to a depth limit)
196
+
197
+ ### Automated Literature Checks
198
+
199
+ Use Semantic Scholar API to check novelty before investing in an idea:
200
+
201
+ ```python
202
+ import requests
203
+
204
+ def check_novelty(query, max_results=10):
205
+ url = "https://api.semanticscholar.org/graph/v1/paper/search"
206
+ params = {"query": query, "limit": max_results,
207
+ "fields": "title,year,citationCount"}
208
+ resp = requests.get(url, params=params)
209
+ papers = resp.json().get('data', [])
210
+ return papers
211
+ ```
212
+
213
+ ## Best Practices
214
+
215
+ - **Always disclose AI involvement.** If AI Scientist generates any part of your paper, disclose this clearly in the methods section.
216
+ - **Validate all generated results.** Automated systems can produce plausible but incorrect code. Review experiments manually.
217
+ - **Use sandboxed environments.** The system executes LLM-generated code. Run it in Docker containers.
218
+ - **Start with well-defined topics.** Narrow, concrete research questions produce better results than broad ones.
219
+ - **Iterate on the topic description.** The quality of the input topic file strongly influences output quality.
220
+ - **Combine with human judgment.** Use AI Scientist for ideation and draft generation, but apply human expertise for final decisions.
221
+
222
+ ## References
223
+
224
+ - [AI-Scientist-v2 Repository](https://github.com/SakanaAI/AI-Scientist-v2) -- Source code (2,229+ stars)
225
+ - [AI Scientist v2 Paper](https://pub.sakana.ai/ai-scientist-v2/paper) -- Workshop-Level Automated Scientific Discovery via Agentic Tree Search
226
+ - [AI Scientist Blog Post](https://sakana.ai/ai-scientist-first-publication/) -- Sakana AI announcement
227
+ - [AIDE: ML Engineering Agent](https://github.com/WecoAI/aideml) -- Foundation for the tree search component
228
+ - [Semantic Scholar API](https://api.semanticscholar.org/) -- Literature search API