Install
openclaw skills install scientific-graphical-abstract-skillGenerate editable, publication-quality SVG graphical abstracts for scientific papers using AI models with customizable charts, diagrams, and data-driven visu...
openclaw skills install scientific-graphical-abstract-skillAI-Powered Scientific Visualization Tool - Generate editable graphical abstracts for research papers
Generate professional graphical abstracts for scientific papers using multiple AI models. This skill transforms research descriptions and data into publication-quality, editable SVG visualizations.
/graphical-abstract Generate a graphical abstract showing the research workflow for a CRISPR gene editing study
/graphical-abstract Create a bar chart comparing the performance of three different machine learning models from this data: [data]
/graphical-abstract Design a flowchart illustrating the mechanism of action of the proposed drug
/graphical-abstract Generate a line chart showing temperature changes over time from the following CSV data
/graphical-abstract Create a graphical abstract showing the workflow: Sample preparation → RNA extraction → Sequencing → Data analysis → Results visualization. Use a clean, professional style with blue color scheme.
/graphical-abstract Generate a bar chart with the following data:
Model A: 85% accuracy
Model B: 92% accuracy
Model C: 78% accuracy
Title: Model Performance Comparison
Y-axis: Accuracy (%)
Color scheme: Professional blue gradient
/graphical-abstract Design a schematic diagram showing how the proposed inhibitor binds to the active site of the enzyme, blocking substrate access. Include labels for key components.
Generate a graphical abstract.
| Option | Description |
|---|---|
--prompt | Description of what to visualize |
--data | Data file (CSV/JSON) for charts |
--type | Chart type: bar, line, pie, scatter, flowchart, diagram |
--model | AI model: claude, gpt4o, deepseek (default: claude) |
--style | Style: minimal, professional, colorful, journal |
--output | Output SVG file path |
--width | Canvas width (default: 800) |
--height | Canvas height (default: 600) |
Use predefined templates for common visualizations.
| Option | Description |
|---|---|
--type | Template type: workflow, mechanism, comparison, timeline |
--prompt | Specific requirements |
All outputs are in SVG format which offers:
Example SVG structure:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600">
<!-- Editable elements with clear structure -->
<g id="chart-area">...</g>
<g id="labels">...</g>
<g id="legend">...</g>
</svg>