@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,188 @@
1
+ ---
2
+ name: abstract-writing-guide
3
+ description: "Craft structured research abstracts that maximize clarity and journal acceptance"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "memo"
7
+ category: "writing"
8
+ subcategory: "composition"
9
+ keywords: ["abstract writing", "summary writing", "research abstract", "paper title writing", "structured abstract"]
10
+ source: "wentor"
11
+ ---
12
+
13
+ # Abstract Writing Guide
14
+
15
+ A skill for writing effective research abstracts that clearly communicate your study's purpose, methods, results, and significance. Covers structured and unstructured formats, word count optimization, and common pitfalls.
16
+
17
+ ## Abstract Structures
18
+
19
+ ### Structured Abstract (IMRaD)
20
+
21
+ Most journals in science and medicine require a structured abstract:
22
+
23
+ ```
24
+ BACKGROUND/OBJECTIVE: 1-2 sentences on the problem and study aim
25
+ METHODS: 2-3 sentences on study design, participants, and analysis
26
+ RESULTS: 2-4 sentences with key quantitative findings
27
+ CONCLUSION: 1-2 sentences on implications and significance
28
+
29
+ Total: typically 150-300 words (check journal requirements)
30
+ ```
31
+
32
+ ### Unstructured Abstract
33
+
34
+ Common in social sciences and humanities:
35
+
36
+ ```
37
+ Sentence 1: Context and problem statement
38
+ Sentence 2: Research gap or objective
39
+ Sentence 3: Methods overview
40
+ Sentence 4-5: Key findings
41
+ Sentence 6: Implications and significance
42
+
43
+ Total: typically 150-250 words
44
+ ```
45
+
46
+ ## Writing Process
47
+
48
+ ### Step-by-Step Framework
49
+
50
+ ```python
51
+ def generate_abstract_outline(study_info: dict) -> dict:
52
+ """
53
+ Generate an abstract outline from study information.
54
+
55
+ Args:
56
+ study_info: Dict with keys: 'problem', 'gap', 'objective',
57
+ 'design', 'sample', 'methods', 'key_findings',
58
+ 'implications', 'word_limit'
59
+ Returns:
60
+ Structured abstract outline with estimated word counts
61
+ """
62
+ word_limit = study_info.get('word_limit', 250)
63
+
64
+ # Allocate words proportionally
65
+ sections = {
66
+ 'background': {
67
+ 'allocation_pct': 0.15,
68
+ 'content': [study_info['problem'], study_info['gap']],
69
+ 'template': "Despite {problem}, {gap}. This study aimed to {objective}."
70
+ },
71
+ 'methods': {
72
+ 'allocation_pct': 0.25,
73
+ 'content': [study_info['design'], study_info['sample'], study_info['methods']],
74
+ 'template': "A {design} was conducted with {sample}. {methods}."
75
+ },
76
+ 'results': {
77
+ 'allocation_pct': 0.35,
78
+ 'content': study_info['key_findings'],
79
+ 'template': "Results showed {findings}."
80
+ },
81
+ 'conclusion': {
82
+ 'allocation_pct': 0.25,
83
+ 'content': study_info['implications'],
84
+ 'template': "These findings suggest {implications}."
85
+ }
86
+ }
87
+
88
+ for section in sections.values():
89
+ section['target_words'] = round(word_limit * section['allocation_pct'])
90
+
91
+ return {
92
+ 'sections': sections,
93
+ 'word_limit': word_limit,
94
+ 'tips': [
95
+ 'Write the Results section first (most important)',
96
+ 'Use past tense for methods and results',
97
+ 'Avoid abbreviations unless space-saving is critical',
98
+ 'Include at least one quantitative result with effect size',
99
+ 'Do not include citations in the abstract'
100
+ ]
101
+ }
102
+ ```
103
+
104
+ ### Example: Well-Written Abstract
105
+
106
+ ```
107
+ Background: Chronic low back pain affects 23% of the global adult population,
108
+ yet optimal exercise interventions remain unclear. This systematic review and
109
+ meta-analysis aimed to compare the effectiveness of yoga, Pilates, and
110
+ general exercise for reducing pain and disability in chronic low back pain.
111
+
112
+ Methods: We searched PubMed, CINAHL, Cochrane Library, and PEDro from
113
+ inception to December 2025. Randomized controlled trials comparing yoga,
114
+ Pilates, or general exercise to usual care were included. Pain (VAS/NRS)
115
+ and disability (ODI/RMDQ) were pooled using random-effects meta-analysis.
116
+
117
+ Results: Thirty-seven RCTs (N = 3,421) met inclusion criteria. All exercise
118
+ types significantly reduced pain compared to usual care: yoga (SMD = -0.73,
119
+ 95% CI [-0.94, -0.52]), Pilates (SMD = -0.62, 95% CI [-0.81, -0.43]),
120
+ and general exercise (SMD = -0.48, 95% CI [-0.63, -0.33]). Yoga showed
121
+ significantly greater pain reduction than general exercise (p = 0.03)
122
+ but not Pilates (p = 0.28). Heterogeneity was moderate (I-squared = 48-61%).
123
+
124
+ Conclusion: Yoga, Pilates, and general exercise all effectively reduce
125
+ chronic low back pain, with yoga showing a modest advantage over general
126
+ exercise. Clinicians should consider patient preferences when recommending
127
+ exercise modalities.
128
+ ```
129
+
130
+ ## Title Writing
131
+
132
+ ### Title Construction Principles
133
+
134
+ ```python
135
+ def evaluate_title(title: str) -> dict:
136
+ """Evaluate a paper title against best practices."""
137
+ checks = {}
138
+
139
+ # Length check
140
+ word_count = len(title.split())
141
+ checks['word_count'] = word_count
142
+ checks['length_ok'] = 10 <= word_count <= 20
143
+
144
+ # Key content checks
145
+ checks['has_colon'] = ':' in title # Structured titles often use colons
146
+ checks['starts_with_article'] = title.lower().startswith(('a ', 'an ', 'the '))
147
+ checks['has_abbreviation'] = any(w.isupper() and len(w) > 1 for w in title.split())
148
+
149
+ # Title type classification
150
+ if '?' in title:
151
+ checks['type'] = 'question'
152
+ elif ':' in title:
153
+ checks['type'] = 'compound'
154
+ elif title.split()[0].endswith('ing'):
155
+ checks['type'] = 'gerund'
156
+ else:
157
+ checks['type'] = 'declarative'
158
+
159
+ checks['recommendations'] = []
160
+ if word_count > 20:
161
+ checks['recommendations'].append('Consider shortening -- aim for 10-15 words')
162
+ if word_count < 8:
163
+ checks['recommendations'].append('Consider adding specificity')
164
+ if checks['starts_with_article']:
165
+ checks['recommendations'].append('Avoid starting with articles (A/An/The)')
166
+ if checks['has_abbreviation']:
167
+ checks['recommendations'].append('Spell out abbreviations in titles')
168
+
169
+ return checks
170
+ ```
171
+
172
+ ### Title Patterns by Discipline
173
+
174
+ | Pattern | Example | Common In |
175
+ |---------|---------|-----------|
176
+ | Method: Finding | "Deep Learning for Protein Structure: A Comparative Study" | CS, Engineering |
177
+ | Declarative | "Mindfulness Reduces Cortisol in College Students" | Psychology, Medicine |
178
+ | Question | "Does Remote Work Improve Productivity?" | Social Sciences |
179
+ | Descriptive | "Gene Expression Patterns in Early-Stage Lung Cancer" | Biology, Medicine |
180
+
181
+ ## Common Mistakes to Avoid
182
+
183
+ 1. **Vague conclusions**: "More research is needed" -- instead, state specific implications
184
+ 2. **Missing numbers**: Always include at least one quantitative finding
185
+ 3. **New information**: Never introduce information not in the paper
186
+ 4. **Excessive background**: Readers know the field -- get to your contribution quickly
187
+ 5. **Passive voice overuse**: Use active voice where possible ("We found" not "It was found")
188
+ 6. **Promising more than delivering**: The abstract must accurately represent the paper's scope
@@ -0,0 +1,194 @@
1
+ ---
2
+ name: discussion-writing-guide
3
+ description: "Write effective discussion sections that interpret results and impact"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "thought_balloon"
7
+ category: "writing"
8
+ subcategory: "composition"
9
+ keywords: ["discussion section", "academic writing", "results interpretation", "paper structure", "research implications"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Discussion Writing Guide
14
+
15
+ A skill for writing compelling discussion sections in academic papers. Covers the standard structure, strategies for interpreting results, addressing limitations, connecting to existing literature, and articulating the broader implications of your findings.
16
+
17
+ ## Discussion Section Structure
18
+
19
+ ### The Hourglass Model
20
+
21
+ The discussion mirrors the introduction in reverse -- it starts narrow (your specific findings) and broadens to implications:
22
+
23
+ ```
24
+ Introduction: Broad context -> Specific gap -> Your question
25
+ Discussion: Your findings -> Broader literature -> Implications
26
+
27
+ Standard Structure:
28
+ 1. Summary of key findings (1-2 paragraphs)
29
+ 2. Interpretation and comparison with literature (bulk of section)
30
+ 3. Limitations (1-2 paragraphs)
31
+ 4. Implications and future directions (1-2 paragraphs)
32
+ 5. Conclusion (optional, or as separate section)
33
+ ```
34
+
35
+ ### Paragraph-Level Template
36
+
37
+ ```python
38
+ def outline_discussion(findings: list[dict],
39
+ literature_connections: list[dict],
40
+ limitations: list[str],
41
+ implications: list[str]) -> dict:
42
+ """
43
+ Generate a structured discussion outline.
44
+
45
+ Args:
46
+ findings: List of dicts with 'result' and 'interpretation'
47
+ literature_connections: Dicts with 'finding', 'related_work', 'comparison'
48
+ limitations: List of limitation statements
49
+ implications: List of implication statements
50
+ """
51
+ outline = {
52
+ "opening_paragraph": {
53
+ "purpose": "Restate the research question and summarize key findings",
54
+ "template": (
55
+ "This study examined [research question]. "
56
+ "The principal finding was [main result], "
57
+ "which [supports/contradicts/extends] [hypothesis or expectation]."
58
+ ),
59
+ "tips": [
60
+ "Do NOT repeat numbers from Results -- summarize in words",
61
+ "State whether hypotheses were supported",
62
+ "Lead with the most important finding"
63
+ ]
64
+ },
65
+ "interpretation_paragraphs": [
66
+ {
67
+ "finding": f["result"],
68
+ "interpretation": f["interpretation"],
69
+ "literature": next(
70
+ (lc for lc in literature_connections
71
+ if lc["finding"] == f["result"]), None
72
+ )
73
+ }
74
+ for f in findings
75
+ ],
76
+ "limitations": {
77
+ "items": limitations,
78
+ "tip": "Frame limitations honestly but not apologetically"
79
+ },
80
+ "implications": {
81
+ "items": implications,
82
+ "tip": "Distinguish practical implications from theoretical ones"
83
+ }
84
+ }
85
+ return outline
86
+ ```
87
+
88
+ ## Interpreting Results
89
+
90
+ ### Connecting Findings to Literature
91
+
92
+ Each major finding should be discussed in relation to prior work:
93
+
94
+ ```
95
+ Pattern 1 - Consistent with prior work:
96
+ "Our finding that X is associated with Y is consistent with
97
+ Smith et al. (2022), who reported a similar relationship in
98
+ [different context]. This convergence across [populations/methods]
99
+ strengthens the evidence that [mechanism/explanation]."
100
+
101
+ Pattern 2 - Contradicts prior work:
102
+ "In contrast to Jones et al. (2021), who found no effect of X
103
+ on Y, our results suggest a significant positive relationship.
104
+ This discrepancy may be explained by [methodological differences,
105
+ population differences, measurement differences]."
106
+
107
+ Pattern 3 - Extends prior work:
108
+ "While previous studies have established that X affects Y,
109
+ our results extend this finding by showing that this effect
110
+ is moderated by Z, suggesting [new insight]."
111
+
112
+ Pattern 4 - Novel finding:
113
+ "To our knowledge, this is the first study to demonstrate [finding].
114
+ One possible explanation is [mechanism]. However, this interpretation
115
+ should be treated with caution until [replication/additional evidence]."
116
+ ```
117
+
118
+ ### Avoiding Common Mistakes
119
+
120
+ ```
121
+ DO NOT:
122
+ - Simply restate results with numbers (that is the Results section)
123
+ - Introduce new results not presented in the Results section
124
+ - Overclaim: "This proves that..." (use "suggests," "indicates")
125
+ - Ignore findings that contradict your hypothesis
126
+ - Speculate without clearly labeling it as speculation
127
+
128
+ DO:
129
+ - Interpret what the results MEAN, not just what they ARE
130
+ - Address unexpected or negative findings
131
+ - Explain WHY your results may differ from others
132
+ - Connect findings to theory or conceptual frameworks
133
+ - Use hedging language appropriately (may, might, suggests, appears)
134
+ ```
135
+
136
+ ## Writing About Limitations
137
+
138
+ ### Framing Limitations Constructively
139
+
140
+ ```
141
+ Weak framing:
142
+ "A limitation of this study is that the sample size was small."
143
+
144
+ Better framing:
145
+ "The sample size (N=45) may have limited statistical power to
146
+ detect small effects. However, the effect sizes observed for
147
+ our primary outcomes were medium to large (Cohen's d = 0.6-0.8),
148
+ suggesting that the main findings are robust. Future studies
149
+ with larger samples could examine whether the non-significant
150
+ trends observed for secondary outcomes reach significance."
151
+
152
+ Structure for each limitation:
153
+ 1. State the limitation clearly
154
+ 2. Explain its potential impact on the findings
155
+ 3. Note any mitigating factors
156
+ 4. Suggest how future work could address it
157
+ ```
158
+
159
+ ### Common Limitation Categories
160
+
161
+ | Category | Examples |
162
+ |----------|---------|
163
+ | Design | Cross-sectional (cannot infer causation), no control group |
164
+ | Sample | Small N, non-representative, convenience sampling |
165
+ | Measurement | Self-report bias, single-item measures, validity concerns |
166
+ | Analysis | Multiple comparisons, missing data, model assumptions |
167
+ | Generalizability | Single site, specific population, cultural context |
168
+
169
+ ## Implications and Future Directions
170
+
171
+ ### Types of Implications
172
+
173
+ ```
174
+ Theoretical implications:
175
+ "These findings support the [theory name] by demonstrating that
176
+ [specific contribution to theory]."
177
+
178
+ Practical implications:
179
+ "These results suggest that [practitioners/policymakers] should
180
+ consider [actionable recommendation] when [context]."
181
+
182
+ Methodological implications:
183
+ "Our comparison of [methods] suggests that [method recommendation]
184
+ is preferable when [condition], which may inform future study design."
185
+
186
+ Future research directions:
187
+ "Three avenues for future research emerge from these findings:
188
+ (1) [replication in different context], (2) [testing the proposed
189
+ mechanism], and (3) [extending to related outcomes]."
190
+ ```
191
+
192
+ ## Conclusion Paragraph
193
+
194
+ The final paragraph should leave readers with a clear takeaway. State the single most important finding and its significance in 2-3 sentences. Avoid introducing new information or hedging excessively in the conclusion. End on a forward-looking note that motivates continued research.
@@ -0,0 +1,194 @@
1
+ ---
2
+ name: introduction-writing-guide
3
+ description: "Guide to writing effective research paper introductions"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "pen"
7
+ category: "writing"
8
+ subcategory: "composition"
9
+ keywords: ["introduction writing", "research background", "literature gap"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Introduction Writing Guide
14
+
15
+ Write compelling research paper introductions using the CARS (Create A Research Space) model with structured approaches for establishing context, identifying gaps, and motivating your study.
16
+
17
+ ## The CARS Model
18
+
19
+ John Swales' Create A Research Space (CARS) model is the most widely used framework for structuring academic introductions. It consists of three rhetorical "moves":
20
+
21
+ | Move | Purpose | Typical Length |
22
+ |------|---------|---------------|
23
+ | **Move 1**: Establishing a territory | Show the research area is important and active | 2-4 paragraphs |
24
+ | **Move 2**: Establishing a niche | Identify a gap, question, or problem | 1-2 paragraphs |
25
+ | **Move 3**: Occupying the niche | State what your paper does to address the gap | 1-2 paragraphs |
26
+
27
+ ## Move 1: Establishing a Territory
28
+
29
+ ### Strategy 1A: Claiming Centrality
30
+
31
+ Signal that the topic is important, interesting, or well-established:
32
+
33
+ ```
34
+ Pattern phrases:
35
+ - "X has attracted considerable attention in recent years..."
36
+ - "The role of X in Y is well established..."
37
+ - "X is a fundamental aspect of..."
38
+ - "Understanding X is critical for..."
39
+ - "Recent advances in X have transformed..."
40
+ ```
41
+
42
+ ### Strategy 1B: Making Topic Generalizations
43
+
44
+ Summarize the current state of knowledge:
45
+
46
+ ```
47
+ Pattern phrases:
48
+ - "Previous studies have demonstrated that..."
49
+ - "It is widely accepted that X leads to Y..."
50
+ - "Several approaches have been proposed to address X, including..."
51
+ - "Research in this area has traditionally focused on..."
52
+ ```
53
+
54
+ ### Strategy 1C: Reviewing Previous Research
55
+
56
+ Cite specific studies to build the scholarly context:
57
+
58
+ ```
59
+ Example paragraph:
60
+ "Smith et al. (2020) demonstrated that X improves Y by 30%.
61
+ Building on this finding, Jones (2021) extended the approach to Z domain,
62
+ reporting similar gains. Meanwhile, Chen and Lee (2022) proposed an
63
+ alternative framework that addresses the scalability limitations of
64
+ earlier methods."
65
+ ```
66
+
67
+ **Tips for Move 1:**
68
+ - Funnel from broad to narrow: start with the general field, then narrow to your specific topic
69
+ - Cite 10-20 papers across Move 1 (varies by field)
70
+ - Balance classic/foundational references with recent work
71
+ - Use present tense for established knowledge, past tense for specific findings
72
+
73
+ ## Move 2: Establishing a Niche
74
+
75
+ This is the most critical move. You must convince the reader that there is a problem worth solving.
76
+
77
+ ### Strategy 2A: Counter-Claiming (Challenging Previous Work)
78
+
79
+ ```
80
+ Pattern phrases:
81
+ - "However, these approaches suffer from..."
82
+ - "Despite these advances, X remains poorly understood..."
83
+ - "A major limitation of existing methods is..."
84
+ - "These findings have been contradicted by..."
85
+ ```
86
+
87
+ ### Strategy 2B: Indicating a Gap
88
+
89
+ ```
90
+ Pattern phrases:
91
+ - "To date, no study has examined..."
92
+ - "Little attention has been paid to..."
93
+ - "The relationship between X and Y has not been explored..."
94
+ - "A comprehensive analysis of X is still lacking..."
95
+ ```
96
+
97
+ ### Strategy 2C: Raising a Question
98
+
99
+ ```
100
+ Pattern phrases:
101
+ - "An open question is whether X can be applied to..."
102
+ - "It remains unclear how X affects Y under conditions Z..."
103
+ - "This raises the question of..."
104
+ ```
105
+
106
+ ### Strategy 2D: Continuing a Tradition
107
+
108
+ ```
109
+ Pattern phrases:
110
+ - "Following the approach of Smith (2020), we extend..."
111
+ - "Building on recent advances in X, this paper..."
112
+ ```
113
+
114
+ **Tips for Move 2:**
115
+ - The gap must be clearly linked to the context established in Move 1
116
+ - Do not criticize previous work too harshly; use hedging language
117
+ - The gap must be specific enough that your paper can plausibly fill it
118
+
119
+ ## Move 3: Occupying the Niche
120
+
121
+ ### Strategy 3A: Outlining Purposes
122
+
123
+ ```
124
+ Pattern phrases:
125
+ - "In this paper, we propose..."
126
+ - "The present study aims to..."
127
+ - "This work introduces a novel approach to..."
128
+ - "We address this gap by..."
129
+ ```
130
+
131
+ ### Strategy 3B: Announcing Principal Findings
132
+
133
+ ```
134
+ Pattern phrases:
135
+ - "Our results demonstrate that..."
136
+ - "We show that X outperforms Y by Z%..."
137
+ - "The key finding is that..."
138
+ ```
139
+
140
+ ### Strategy 3C: Indicating Article Structure
141
+
142
+ ```
143
+ Example:
144
+ "The remainder of this paper is organized as follows. Section 2
145
+ reviews related work. Section 3 describes our methodology. Section 4
146
+ presents experimental results. Section 5 discusses implications and
147
+ limitations. Section 6 concludes."
148
+ ```
149
+
150
+ ## Complete Introduction Template
151
+
152
+ ```markdown
153
+ [Move 1A: Centrality claim - 1-2 sentences]
154
+ [Topic] is a critical challenge in [field], with applications
155
+ in [area 1], [area 2], and [area 3].
156
+
157
+ [Move 1B-1C: Background and review - 2-3 paragraphs]
158
+ Previous work has established that [known fact]. Smith et al. (2020)
159
+ showed [finding 1]. Jones (2021) extended this to [finding 2].
160
+ More recently, Chen (2022) demonstrated [finding 3].
161
+
162
+ [Move 2: Gap identification - 1 paragraph]
163
+ However, existing approaches have several limitations. First, [limitation 1].
164
+ Second, [limitation 2]. To date, no work has addressed [specific gap].
165
+
166
+ [Move 3A: Purpose statement - 1-2 sentences]
167
+ In this paper, we propose [method/framework] to address [gap].
168
+ Our approach differs from prior work in [key difference].
169
+
170
+ [Move 3B: Key findings - 1-2 sentences]
171
+ Our experiments on [benchmark] demonstrate that [main result],
172
+ achieving [quantitative improvement] over the state of the art.
173
+
174
+ [Move 3C: Structure outline - optional, 1-2 sentences]
175
+ The rest of this paper is organized as follows...
176
+ ```
177
+
178
+ ## Common Mistakes to Avoid
179
+
180
+ | Mistake | Problem | Fix |
181
+ |---------|---------|-----|
182
+ | Too broad opening | "Since the dawn of time..." | Start at the field level, not civilization level |
183
+ | No clear gap | Reader does not understand why the paper is needed | State the gap explicitly in 1-2 sentences |
184
+ | Overpromising | Claims too broad relative to actual contribution | Use hedging: "we investigate" not "we solve" |
185
+ | Citing too few papers | Appears unaware of related work | Cite 15-25 papers in a typical introduction |
186
+ | Too long | Buries the contribution | Aim for 1-2 pages (conference) or 2-4 pages (journal) |
187
+ | Jargon overload | Inaccessible to non-specialist reviewers | Define key terms on first use |
188
+
189
+ ## Discipline-Specific Variations
190
+
191
+ - **STEM**: Move 3B (findings preview) is common; quantitative results often stated in the introduction
192
+ - **Social Sciences**: More extensive literature review in Move 1; theoretical framing is expected
193
+ - **Humanities**: Move 2 often involves interpretive questions rather than empirical gaps; longer introductions are acceptable
194
+ - **Medical/Clinical**: Often follows IMRAD strictly; hypothesis stated explicitly in Move 3