@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,163 @@
1
+ ---
2
+ name: figshare-api
3
+ description: "Research data sharing and repository"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "🔍"
7
+ category: "research"
8
+ subcategory: "funding"
9
+ keywords: ["open data", "data sharing", "data archiving", "FAIR data principles", "open source code"]
10
+ source: "https://docs.figshare.com/"
11
+ requires:
12
+ env: ["FIGSHARE_API_TOKEN"]
13
+ ---
14
+
15
+ # Figshare API Guide
16
+
17
+ ## Overview
18
+
19
+ Figshare is a cloud-based research data management platform that allows researchers to store, share, and discover research outputs including datasets, figures, media, papers, posters, and fileset collections. Every item uploaded to Figshare receives a citable DOI and is stored in a FAIR-compliant manner, making research outputs findable, accessible, interoperable, and reusable.
20
+
21
+ The Figshare API provides comprehensive programmatic access to the repository, enabling researchers and institutions to automate data publishing, integrate with research workflows, and build custom discovery interfaces. The platform supports versioning, embargo periods, and flexible access controls for both public and private research data.
22
+
23
+ Researchers, data managers, institutional repository administrators, and research infrastructure developers use the Figshare API to automate deposit workflows, harvest metadata for institutional dashboards, build data discovery tools, and integrate research data management into existing laboratory information management systems. Figshare serves over 150 institutions worldwide and hosts millions of research outputs.
24
+
25
+ ## Authentication
26
+
27
+ Authentication via personal access token is required for write operations and accessing private content. Read access to public content is available without authentication but has lower rate limits.
28
+
29
+ 1. Log in to Figshare at https://figshare.com/
30
+ 2. Navigate to **Applications** in your account settings
31
+ 3. Create a **Personal Token** with desired permissions
32
+ 4. Include the token in the `Authorization` header
33
+
34
+ ```bash
35
+ curl -H "Authorization: token YOUR_FIGSHARE_TOKEN" "https://api.figshare.com/v2/account/articles"
36
+ ```
37
+
38
+ Public endpoints can be accessed without a token for browsing published content.
39
+
40
+ ## Core Endpoints
41
+
42
+ ### articles: Search and Retrieve Articles
43
+
44
+ Search the public Figshare repository for published articles (datasets, figures, papers, media, and other item types).
45
+
46
+ - **URL**: `GET https://api.figshare.com/v2/articles`
47
+ - **Parameters**:
48
+
49
+ | Parameter | Type | Required | Description |
50
+ |----------------|--------|----------|--------------------------------------------------------|
51
+ | search_for | string | No | Free-text search query |
52
+ | item_type | int | No | Item type filter (1=figure, 2=media, 3=dataset, etc.) |
53
+ | published_since| string | No | Filter by date (YYYY-MM-DD format) |
54
+ | order | string | No | Sort: `published_date`, `modified_date`, `views` |
55
+ | order_direction| string | No | `asc` or `desc` |
56
+ | page | int | No | Page number (default 1) |
57
+ | page_size | int | No | Results per page (default 10, max 1000) |
58
+
59
+ - **Example**:
60
+
61
+ ```bash
62
+ curl -X POST "https://api.figshare.com/v2/articles/search" \
63
+ -H "Content-Type: application/json" \
64
+ -d '{"search_for": "genomics CRISPR", "item_type": 3, "page_size": 5}'
65
+ ```
66
+
67
+ - **Response**: Returns array of article objects with `id`, `title`, `doi`, `url`, `published_date`, `description`, `defined_type_name`, `categories`, `tags`, `authors`, `files` (with download URLs), and `citation`.
68
+
69
+ ### datasets: Manage Research Datasets
70
+
71
+ Retrieve and manage dataset-specific content in Figshare. Datasets are a specialized article type with additional support for large file collections.
72
+
73
+ - **URL**: `GET https://api.figshare.com/v2/articles/{article_id}`
74
+ - **Parameters**:
75
+
76
+ | Parameter | Type | Required | Description |
77
+ |------------|------|----------|------------------------------------|
78
+ | article_id | int | Yes | The Figshare article/dataset ID |
79
+
80
+ - **Example**:
81
+
82
+ ```bash
83
+ # Get a specific dataset by ID
84
+ curl "https://api.figshare.com/v2/articles/12345678"
85
+
86
+ # List files in a dataset
87
+ curl "https://api.figshare.com/v2/articles/12345678/files"
88
+ ```
89
+
90
+ - **Response**: Returns complete article object with `id`, `title`, `doi`, `description`, `authors`, `categories`, `tags`, `files` (array with `name`, `size`, `download_url`, `computed_md5`), `license`, `version`, `is_embargoed`, and `custom_fields`.
91
+
92
+ ## Rate Limits
93
+
94
+ Rate limits vary based on authentication status and endpoint. Authenticated requests generally allow up to 100 requests per minute. Unauthenticated requests are limited to approximately 10 requests per minute. The API returns HTTP 429 with a `Retry-After` header when limits are exceeded. For bulk data harvesting, Figshare provides OAI-PMH endpoints at `https://api.figshare.com/v2/oai` which are more suitable for large-scale metadata collection.
95
+
96
+ ## Common Patterns
97
+
98
+ ### Search for Datasets in a Research Area
99
+
100
+ Find publicly available datasets matching specific research topics:
101
+
102
+ ```python
103
+ import requests
104
+
105
+ payload = {
106
+ "search_for": "single cell RNA-seq",
107
+ "item_type": 3, # datasets only
108
+ "page_size": 20,
109
+ "order": "published_date",
110
+ "order_direction": "desc"
111
+ }
112
+
113
+ resp = requests.post("https://api.figshare.com/v2/articles/search", json=payload)
114
+ results = resp.json()
115
+
116
+ for item in results:
117
+ print(f"{item['title']}")
118
+ print(f" DOI: {item['doi']}")
119
+ print(f" Published: {item['published_date']}")
120
+ print()
121
+ ```
122
+
123
+ ### Upload a Dataset Programmatically
124
+
125
+ Automate data deposit for reproducible research workflows:
126
+
127
+ ```python
128
+ import requests
129
+
130
+ TOKEN = os.environ["FIGSHARE_API_TOKEN"]
131
+ headers = {"Authorization": f"token {TOKEN}", "Content-Type": "application/json"}
132
+
133
+ # Step 1: Create a new article
134
+ article_data = {
135
+ "title": "Supplementary Data for Analysis of Gene Expression",
136
+ "defined_type": "dataset",
137
+ "description": "RNA-seq counts and metadata for the analysis.",
138
+ "tags": ["RNA-seq", "gene expression"],
139
+ "categories": [69] # Genetics category
140
+ }
141
+ resp = requests.post("https://api.figshare.com/v2/account/articles",
142
+ headers=headers, json=article_data)
143
+ article_url = resp.json()["location"]
144
+
145
+ # Step 2: Upload file
146
+ article = requests.get(article_url, headers=headers).json()
147
+ print(f"Created article ID: {article['id']}, DOI will be assigned on publish")
148
+ ```
149
+
150
+ ### Harvest Institutional Outputs via OAI-PMH
151
+
152
+ Collect metadata from all Figshare items in an institution's repository:
153
+
154
+ ```bash
155
+ curl "https://api.figshare.com/v2/oai?verb=ListRecords&metadataPrefix=oai_dc&set=institution_123"
156
+ ```
157
+
158
+ ## References
159
+
160
+ - Official API documentation: https://docs.figshare.com/
161
+ - Figshare homepage: https://figshare.com/
162
+ - API endpoint reference: https://docs.figshare.com/#figshare_documentation_api_description
163
+ - OAI-PMH endpoint: https://docs.figshare.com/#oai_pmh
@@ -0,0 +1,233 @@
1
+ ---
2
+ name: grant-writing-guide
3
+ description: "Write competitive research proposals with clear objectives and budgets"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "moneybag"
7
+ category: "research"
8
+ subcategory: "funding"
9
+ keywords: ["research proposal writing", "grant proposal", "grant writing", "budget planning", "funding application"]
10
+ source: "wentor"
11
+ ---
12
+
13
+ # Grant Writing Guide
14
+
15
+ A skill for preparing competitive research grant proposals. Covers proposal structure, writing strategies, budget preparation, and common evaluation criteria used by major funding agencies (NSF, NIH, ERC, NSFC).
16
+
17
+ ## Proposal Structure
18
+
19
+ ### Generic Proposal Template
20
+
21
+ Most funding agencies require these core components:
22
+
23
+ ```
24
+ 1. Cover Page / Project Summary (1 page)
25
+ - Title (concise, descriptive, no jargon)
26
+ - PI name, institution, co-PIs
27
+ - Total budget and duration
28
+ - Abstract (250 words)
29
+ - Keywords (5-8)
30
+
31
+ 2. Project Description / Research Plan (10-15 pages typically)
32
+ a. Introduction and Background
33
+ b. Specific Aims / Research Questions
34
+ c. Research Design and Methods
35
+ d. Timeline and Milestones
36
+ e. Expected Outcomes and Significance
37
+ f. Broader Impacts (NSF) / Societal Relevance
38
+
39
+ 3. Literature Cited / References
40
+
41
+ 4. Budget and Budget Justification
42
+
43
+ 5. Biographical Sketches / CVs
44
+
45
+ 6. Data Management Plan
46
+
47
+ 7. Facilities and Equipment
48
+
49
+ 8. Supplementary Materials (letters of support, etc.)
50
+ ```
51
+
52
+ ## Writing the Specific Aims
53
+
54
+ ### The Critical First Page
55
+
56
+ The specific aims page is the most important page of any NIH-style proposal. Reviewers often form their opinion based on this page alone.
57
+
58
+ ```python
59
+ def specific_aims_template(project_info: dict) -> str:
60
+ """
61
+ Generate a specific aims page structure.
62
+
63
+ Args:
64
+ project_info: Dict with 'problem', 'gap', 'approach', 'aims', 'impact'
65
+ """
66
+ template = f"""
67
+ SPECIFIC AIMS
68
+
69
+ [Opening paragraph: The big picture problem]
70
+ {project_info['problem']}
71
+
72
+ [Gap paragraph: What is unknown/unsolved]
73
+ {project_info['gap']}
74
+
75
+ [Approach paragraph: What will you do and why]
76
+ {project_info['approach']}
77
+
78
+ The long-term goal of this research is [long-term vision].
79
+ The objective of this proposal is [specific objective].
80
+ The central hypothesis is [testable hypothesis],
81
+ based on [preliminary data / rationale].
82
+
83
+ The following specific aims will test this hypothesis:
84
+
85
+ Aim 1: {project_info['aims'][0]['title']}
86
+ {project_info['aims'][0]['description']}
87
+ Hypothesis: {project_info['aims'][0]['hypothesis']}
88
+
89
+ Aim 2: {project_info['aims'][1]['title']}
90
+ {project_info['aims'][1]['description']}
91
+ Hypothesis: {project_info['aims'][1]['hypothesis']}
92
+
93
+ [Impact paragraph]
94
+ {project_info['impact']}
95
+ """
96
+ return template
97
+ ```
98
+
99
+ ## Budget Preparation
100
+
101
+ ### Common Budget Categories
102
+
103
+ ```python
104
+ def create_budget(personnel: list[dict], equipment: list[dict],
105
+ travel: list[dict], other: list[dict],
106
+ indirect_rate: float = 0.55,
107
+ years: int = 3) -> dict:
108
+ """
109
+ Create a research budget with indirect costs.
110
+
111
+ Args:
112
+ personnel: List of {'role', 'salary', 'effort_pct', 'fringe_rate'}
113
+ equipment: List of {'item', 'cost'}
114
+ travel: List of {'purpose', 'cost_per_year'}
115
+ other: List of {'item', 'cost_per_year'}
116
+ indirect_rate: F&A rate (decimal)
117
+ years: Project duration in years
118
+ """
119
+ budget = {'years': {}}
120
+
121
+ for year in range(1, years + 1):
122
+ year_budget = {'categories': {}}
123
+
124
+ # Personnel (with annual salary increases of 3%)
125
+ personnel_total = 0
126
+ for person in personnel:
127
+ salary = person['salary'] * (1.03 ** (year - 1))
128
+ cost = salary * person['effort_pct'] / 100
129
+ fringe = cost * person['fringe_rate']
130
+ personnel_total += cost + fringe
131
+
132
+ year_budget['categories']['personnel'] = round(personnel_total)
133
+
134
+ # Equipment (Year 1 only for major items)
135
+ equip_total = sum(e['cost'] for e in equipment) if year == 1 else 0
136
+ year_budget['categories']['equipment'] = equip_total
137
+
138
+ # Travel
139
+ travel_total = sum(t['cost_per_year'] for t in travel)
140
+ year_budget['categories']['travel'] = travel_total
141
+
142
+ # Other direct costs
143
+ other_total = sum(o['cost_per_year'] for o in other)
144
+ year_budget['categories']['other'] = other_total
145
+
146
+ # Modified total direct costs (MTDC excludes equipment >$5000)
147
+ mtdc = personnel_total + travel_total + other_total
148
+ if equip_total < 5000:
149
+ mtdc += equip_total
150
+
151
+ # Indirect costs
152
+ indirect = mtdc * indirect_rate
153
+ year_budget['categories']['indirect'] = round(indirect)
154
+
155
+ year_budget['direct_total'] = round(
156
+ personnel_total + equip_total + travel_total + other_total
157
+ )
158
+ year_budget['total'] = round(
159
+ year_budget['direct_total'] + indirect
160
+ )
161
+
162
+ budget['years'][year] = year_budget
163
+
164
+ budget['grand_total'] = sum(y['total'] for y in budget['years'].values())
165
+ return budget
166
+
167
+ # Example budget
168
+ budget = create_budget(
169
+ personnel=[
170
+ {'role': 'PI', 'salary': 120000, 'effort_pct': 20, 'fringe_rate': 0.30},
171
+ {'role': 'Postdoc', 'salary': 56000, 'effort_pct': 100, 'fringe_rate': 0.25},
172
+ {'role': 'PhD Student', 'salary': 34000, 'effort_pct': 50, 'fringe_rate': 0.10}
173
+ ],
174
+ equipment=[{'item': 'GPU server', 'cost': 15000}],
175
+ travel=[{'purpose': 'Conference attendance', 'cost_per_year': 3000}],
176
+ other=[
177
+ {'item': 'Publication charges', 'cost_per_year': 2000},
178
+ {'item': 'Cloud computing', 'cost_per_year': 5000}
179
+ ],
180
+ indirect_rate=0.55,
181
+ years=3
182
+ )
183
+ ```
184
+
185
+ ## Evaluation Criteria by Agency
186
+
187
+ ### NSF Review Criteria
188
+
189
+ | Criterion | Weight | Key Questions |
190
+ |-----------|--------|---------------|
191
+ | Intellectual Merit | ~50% | Does it advance knowledge? Is the approach sound? |
192
+ | Broader Impacts | ~50% | Societal benefit? Education? Diversity? Infrastructure? |
193
+
194
+ ### NIH Review Criteria (Scored 1-9)
195
+
196
+ | Criterion | Key Questions |
197
+ |-----------|---------------|
198
+ | Significance | Does it address an important problem? |
199
+ | Investigator(s) | Are PI and team qualified? |
200
+ | Innovation | Novel approaches or concepts? |
201
+ | Approach | Is the strategy well-reasoned and feasible? |
202
+ | Environment | Does the institution support the work? |
203
+
204
+ ## Timeline and Milestones
205
+
206
+ ### Gantt Chart Data Structure
207
+
208
+ ```python
209
+ def create_project_timeline(aims: list[dict], total_months: int = 36) -> list[dict]:
210
+ """Create a project timeline for a grant proposal."""
211
+ timeline = []
212
+ for aim in aims:
213
+ for task in aim['tasks']:
214
+ timeline.append({
215
+ 'aim': aim['name'],
216
+ 'task': task['name'],
217
+ 'start_month': task['start'],
218
+ 'end_month': task['end'],
219
+ 'milestone': task.get('milestone', ''),
220
+ 'deliverable': task.get('deliverable', '')
221
+ })
222
+ return timeline
223
+ ```
224
+
225
+ ## Common Mistakes to Avoid
226
+
227
+ 1. **Overly ambitious scope**: Reviewers can tell when 3 years of funding is covering 10 years of work
228
+ 2. **Weak preliminary data**: Show feasibility with pilot results
229
+ 3. **Vague methods**: Specify exact techniques, sample sizes, and analysis plans
230
+ 4. **Missing contingency plans**: Address "what if" scenarios for risky approaches
231
+ 5. **Budget-narrative mismatch**: Every budget item must connect to the research plan
232
+ 6. **Late submission**: Submit at least 24 hours before the deadline to avoid system crashes
233
+ 7. **Ignoring reviewer feedback**: If resubmitting, address every prior critique explicitly
@@ -0,0 +1,206 @@
1
+ ---
2
+ name: nsf-grant-guide
3
+ description: "Navigate NSF grant applications, program selection, and strategies"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "moneybag"
7
+ category: "research"
8
+ subcategory: "funding"
9
+ keywords: ["NSF grant", "grant writing", "funding", "research proposal", "broader impacts", "NSF program"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # NSF Grant Guide
14
+
15
+ A skill for navigating the National Science Foundation (NSF) grant application process. Covers program selection, proposal structure, the dual review criteria (Intellectual Merit and Broader Impacts), budget preparation, and strategies for improving funding success.
16
+
17
+ ## NSF Proposal Structure
18
+
19
+ ### Required Sections
20
+
21
+ ```
22
+ 1. Cover Sheet (generated by Research.gov/FastLane)
23
+ 2. Project Summary (1 page max)
24
+ - Overview
25
+ - Intellectual Merit statement
26
+ - Broader Impacts statement
27
+ 3. Project Description (15 pages max for most programs)
28
+ - Introduction and background
29
+ - Proposed research plan
30
+ - Broader impacts plan
31
+ - Timeline and milestones
32
+ 4. References Cited (no page limit)
33
+ 5. Budget and Budget Justification
34
+ 6. Biographical Sketches (3 pages per PI/co-PI)
35
+ 7. Current and Pending Support
36
+ 8. Data Management Plan (2 pages max)
37
+ 9. Facilities, Equipment, and Other Resources
38
+ 10. Supplementary Documents (letters of collaboration, etc.)
39
+ ```
40
+
41
+ ### Project Summary Template
42
+
43
+ ```
44
+ Project Summary (1 page, three separate sections):
45
+
46
+ Overview:
47
+ "This project will [what you will do] to address [problem].
48
+ We propose [approach/method] that will [expected outcome].
49
+ The work will be conducted over [duration] at [institution]."
50
+
51
+ Intellectual Merit:
52
+ "The intellectual merit of this project lies in [contribution
53
+ to knowledge]. Specifically, this work will advance understanding
54
+ of [topic] by [how]. The proposed approach is innovative because
55
+ [novelty]. The PI has expertise in [relevant qualifications]."
56
+
57
+ Broader Impacts:
58
+ "The broader impacts include [societal benefits]. Specifically,
59
+ the project will [education component, broadening participation,
60
+ infrastructure, dissemination, or societal benefit]. These
61
+ activities will benefit [who] by [how]."
62
+ ```
63
+
64
+ ## Intellectual Merit and Broader Impacts
65
+
66
+ ### The Two Review Criteria
67
+
68
+ ```python
69
+ def evaluate_merit_criteria() -> dict:
70
+ """
71
+ NSF's two merit review criteria and their elements.
72
+ """
73
+ return {
74
+ "intellectual_merit": {
75
+ "definition": (
76
+ "The potential to advance knowledge within and across "
77
+ "fields of science and engineering."
78
+ ),
79
+ "elements_reviewers_consider": [
80
+ "What is the potential for the proposed activity to advance "
81
+ "knowledge and understanding within its own field or across fields?",
82
+ "To what extent does the proposed activity suggest and explore "
83
+ "creative, original, or potentially transformative concepts?",
84
+ "Is the plan for carrying out the proposed activities well-reasoned, "
85
+ "well-organized, and based on a sound rationale?",
86
+ "How well qualified is the individual, team, or organization to "
87
+ "conduct the proposed activities?",
88
+ "Are there adequate resources available?"
89
+ ]
90
+ },
91
+ "broader_impacts": {
92
+ "definition": (
93
+ "The potential to benefit society and contribute to the "
94
+ "achievement of specific, desired societal outcomes."
95
+ ),
96
+ "examples": [
97
+ "Training and mentoring students (especially underrepresented groups)",
98
+ "Curriculum development and educational outreach",
99
+ "Public engagement with science and technology",
100
+ "Partnerships with industry, government, or community organizations",
101
+ "Infrastructure for research and education",
102
+ "Broadening participation of underrepresented groups in STEM"
103
+ ],
104
+ "common_mistake": (
105
+ "Do not treat broader impacts as an afterthought. "
106
+ "Reviewers and panels weight this criterion equally with "
107
+ "intellectual merit."
108
+ )
109
+ }
110
+ }
111
+ ```
112
+
113
+ ## Finding the Right Program
114
+
115
+ ### Program Selection Strategy
116
+
117
+ ```
118
+ 1. Browse NSF Directorates and Divisions:
119
+ - BIO (Biological Sciences)
120
+ - CISE (Computer & Information Science & Engineering)
121
+ - ENG (Engineering)
122
+ - GEO (Geosciences)
123
+ - MPS (Mathematical & Physical Sciences)
124
+ - SBE (Social, Behavioral & Economic Sciences)
125
+ - EDU (STEM Education)
126
+
127
+ 2. Use NSF Award Search (nsf.gov/awardsearch):
128
+ - Search by keyword to find funded projects similar to yours
129
+ - Note which program funded them
130
+
131
+ 3. Read program solicitations carefully:
132
+ - Check eligibility requirements
133
+ - Note submission deadlines (some are annual, some rolling)
134
+ - Check page limits and special requirements
135
+
136
+ 4. Contact the Program Director:
137
+ - Send a 1-page summary of your idea
138
+ - Ask if it fits the program scope
139
+ - This is expected and encouraged by NSF
140
+ ```
141
+
142
+ ## Budget Preparation
143
+
144
+ ### Common Budget Categories
145
+
146
+ ```
147
+ A. Senior Personnel:
148
+ - PI and co-PI salary and fringe benefits
149
+ - Summer months for academic-year faculty (typically 1-2 months)
150
+
151
+ B. Other Personnel:
152
+ - Graduate research assistants (stipend + tuition)
153
+ - Postdoctoral researchers
154
+ - Undergraduate students (REU supplements available)
155
+ - Technical staff
156
+
157
+ C. Fringe Benefits:
158
+ - Rates set by your institution's sponsored programs office
159
+
160
+ D. Equipment:
161
+ - Items over $5,000 (institution-specific threshold)
162
+
163
+ E. Travel:
164
+ - Domestic and international conference travel
165
+ - Fieldwork travel
166
+
167
+ F. Other Direct Costs:
168
+ - Materials and supplies
169
+ - Publication costs
170
+ - Participant support (stipends for workshop attendees)
171
+ - Subawards to collaborating institutions
172
+
173
+ G. Indirect Costs (F&A):
174
+ - Negotiated rate between your institution and the federal government
175
+ - Typically 50-60% of modified total direct costs
176
+ ```
177
+
178
+ ## Tips for Competitive Proposals
179
+
180
+ ### What Panel Reviewers Look For
181
+
182
+ ```
183
+ 1. Clear, specific research questions (not vague goals)
184
+ 2. Feasibility: Can this actually be done in the proposed time?
185
+ 3. Preliminary results that demonstrate competence and viability
186
+ 4. Well-integrated broader impacts (not bolted on)
187
+ 5. Appropriate budget (neither padded nor unrealistic)
188
+ 6. Strong team with complementary expertise
189
+ 7. Awareness of potential pitfalls and contingency plans
190
+ ```
191
+
192
+ ### Common Reasons for Rejection
193
+
194
+ ```
195
+ - Research plan is too ambitious or too incremental
196
+ - Broader impacts are vague or disconnected from the research
197
+ - Insufficient preliminary data to justify the approach
198
+ - Writing is unclear, disorganized, or hard to follow
199
+ - Budget is poorly justified
200
+ - Wrong program (proposal does not match the solicitation)
201
+ - Missing required elements (data management plan, etc.)
202
+ ```
203
+
204
+ ## Timeline
205
+
206
+ Start preparing at least 3-4 months before the deadline. Allow 2 weeks for institutional review and submission through Research.gov. Request letters of collaboration early. Have colleagues outside your subfield review a draft for clarity. Most successful PIs submit revised versions of previously declined proposals, so treat a rejection as feedback for the next submission.