Scientific Graphical Abstract Skill
Skill by jackkuo666
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jackkuo666/scientific-graphical-abstract-skillScientific Graphical Abstract Generator
AI-Powered Scientific Visualization Tool - Generate editable graphical abstracts for research papers
Description
Generate professional graphical abstracts for scientific papers using multiple AI models. This skill transforms research descriptions and data into publication-quality, editable SVG visualizations.
Features
- Multiple AI Models: Support for Claude, GPT-4o, DeepSeek, and other multimodal models
- Editable SVG Output: Generate vector graphics that can be edited in Inkscape, Illustrator, or any SVG editor
- Multiple Chart Types: Bar charts, line charts, pie charts, scatter plots, flowcharts, diagrams
- Data-Driven Visuals: Automatically create charts from CSV/JSON data
- Customizable Styles: Adjust colors, fonts, layouts to match journal requirements
- Publication Ready: High-quality output suitable for scientific journals
Usage
/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
Examples
Generate Research Workflow Diagram
/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.
Create Data Visualization
/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
Generate Mechanism Diagram
/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.
Command Reference
generate
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) |
template
Use predefined templates for common visualizations.
| Option | Description |
|---|---|
--type | Template type: workflow, mechanism, comparison, timeline |
--prompt | Specific requirements |
Supported Models
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jackkuo666-scientific-graphical-abstract-skill": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Sci-Hub-Search
AI-powered tool for searching and downloading academic papers through Sci-Hub
debugging-r-environment-and-dependencies
Diagnose and fix R environment issues, including package installation failures, dependency conflicts, system library problems, renv errors, and Bioconductor version mismatches.
generating-publication-ready-figures-in-r
Transform standard ggplot2 figures into publication-quality visualizations matching Nature, Science, and other top journal styles with proper themes, colors, fonts, and export settings.
rstudio-research-agent
Interact with R and RStudio environments for scientific research tasks including creating projects, running analyses, managing dependencies, and generating publication-quality plots.
Semanticscholar Search Skill
Skill by jackkuo666