Scientific Graphical Abstract Skill

# Scientific Graphical Abstract Generator

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Scientific Graphical Abstract Skill" with this command: npx skills add jackkuo666/scientific-graphical-abstract-skill

Scientific 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.

OptionDescription
--promptDescription of what to visualize
--dataData file (CSV/JSON) for charts
--typeChart type: bar, line, pie, scatter, flowchart, diagram
--modelAI model: claude, gpt4o, deepseek (default: claude)
--styleStyle: minimal, professional, colorful, journal
--outputOutput SVG file path
--widthCanvas width (default: 800)
--heightCanvas height (default: 600)

template

Use predefined templates for common visualizations.

OptionDescription
--typeTemplate type: workflow, mechanism, comparison, timeline
--promptSpecific requirements

Supported Models

Claude (Recommended)

  • Best for: Complex diagrams, scientific illustrations
  • Vision capabilities: Excellent
  • API: Anthropic Claude API

GPT-4o

  • Best for: Charts, data visualization
  • Vision capabilities: Very good
  • API: OpenAI API

DeepSeek

  • Best for: Technical diagrams, cost-effective
  • Vision capabilities: Good
  • API: DeepSeek API

Output Format

All outputs are in SVG format which offers:

  • Editable: Open in Inkscape, Adobe Illustrator, or any text editor
  • Scalable: Infinite resolution without quality loss
  • Web-ready: Can be embedded directly in websites
  • Publication quality: Meets most journal requirements

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>

Notes

  • For complex visualizations, provide detailed descriptions
  • Data files should be in CSV or JSON format
  • SVG files can be edited after generation
  • Different models may produce different styles
  • Journal-specific requirements can be specified in the prompt

Related Skills

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Create a Deep Research Feishu Doc

飞书深度研究报告生成器。自动执行深度研究并将结果导入为飞书文档。输入研究主题和云空间文件夹token,自动生成结构化研究报告并上传到飞书云空间。用于投资研究、行业分析、竞品调研、技术调研等需要多步骤信息收集和文档化的场景。

Registry SourceRecently Updated
Research

Scout

Agent trust intelligence for Moltbook and x402 Bazaar. Use when you need to check if an agent or service is trustworthy before paying, compare agents side-by-side, scan feeds for quality agents, or make trust-gated USDC payments. Answers the question "should I pay this agent?" with research-backed scoring across 6 dimensions.

Registry SourceRecently Updated
Research

Botcoin

A puzzle game for AI agents. Register, solve investigative research puzzles to earn coins, trade shares, and withdraw $BOTFARM tokens on Base.

Registry SourceRecently Updated
Research

DuckDuckGo Web Search

Search the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured.

Registry SourceRecently Updated