Automd Viz
Skill by billwanttobetop
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/billwanttobetop/automd-vizAutoMD-Viz - Publication-Quality Visualization for Molecular Dynamics
Version: 1.0.0
Author: Xuan Guo ([email protected])
License: MIT
Repository: https://github.com/Billwanttobetop/automd-viz
📖 Overview
AutoMD-Viz is a standalone visualization toolkit for generating publication-quality figures from molecular dynamics simulation data. It supports multiple visualization types and journal-specific styles (Nature, Science, Cell).
Key Features:
- 🎨 Molecular structure visualization (PyMOL)
- 📊 Data plotting (Matplotlib/Seaborn)
- 🎬 Trajectory visualization (PCA/t-SNE/UMAP)
- 📦 Automated report generation
- 🎯 Journal-specific styles (Nature/Science/Cell)
- 🔧 High-resolution output (300-600 DPI, SVG/PDF/EPS)
🚀 Quick Start
Installation
# Via ClawHub
clawhub install automd-viz
# Or manual installation
git clone https://github.com/Billwanttobetop/automd-viz.git
cd automd-viz
chmod +x automd-viz.sh
Basic Usage
# Generate protein structure figure
./automd-viz.sh --type structure --structure protein.pdb --style nature
# Plot RMSD/RMSF data
./automd-viz.sh --type data --input rmsd.xvg --style science
# Trajectory visualization (PCA)
./automd-viz.sh --type trajectory --structure protein.pdb --trajectory md.xtc
# Generate complete report
./automd-viz.sh --type report --structure protein.pdb --trajectory md.xtc --style nature
📋 Visualization Types
1. Structure Visualization (--type structure)
Generate high-quality molecular structure figures using PyMOL.
Options:
--structure <file>- Input structure (PDB/GRO)--style <nature|science|cell>- Journal style--representation <cartoon|surface|sticks>- Display style--color <spectrum|chain|secondary>- Coloring scheme--resolution <300|600>- Output DPI
Example:
./automd-viz.sh --type structure \
--structure protein.pdb \
--style nature \
--representation cartoon \
--color spectrum \
--resolution 600
Output:
structure_nature.png(high-resolution raster)structure_nature.pse(PyMOL session)
2. Data Plotting (--type data)
Plot time-series data (RMSD, RMSF, energy, etc.) with journal-quality formatting.
Options:
--input <file>- Input data file (XVG format)--style <nature|science|cell>- Journal style--xlabel <text>- X-axis label--ylabel <text>- Y-axis label--title <text>- Plot title
Example:
./automd-viz.sh --type data \
--input rmsd.xvg \
--style science \
--xlabel "Time (ns)" \
--ylabel "RMSD (nm)"
Output:
data_plot.pdf(vector graphics)data_plot.png(raster graphics)
3. Trajectory Visualization (--type trajectory)
Visualize trajectory in reduced dimensionality space (PCA/t-SNE/UMAP).
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-billwanttobetop-automd-viz": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
auto-proteomics
Public OpenClaw skill for low-token routing and downstream analysis of processed DDA LFQ proteomics inputs. Use when the user already has protein-level quantification tables such as MaxQuant-style `proteinGroups.txt` and needs a clear two-group downstream workflow.
Phylo Tree
Skill by billwanttobetop
protein-phylogeny
Comprehensive protein family phylogenetic analysis workflow with quality control, conservation analysis, coevolution network analysis, and publication-ready visualization. Use when: (1) analyzing protein family evolution, (2) building phylogenetic trees from sequences, (3) identifying conserved/coevolved residues, (4) generating publication-quality figures and reports, (5) quality-controlling sequence datasets, or (6) performing systematic evolutionary analysis of enzyme families, protein superfamilies, or any homologous protein groups.
automd-gromacs
AutoMD-GROMACS: Automated molecular dynamics simulation workflow - 13 Skills covering system setup, equilibration, production, analysis, free energy, ligand binding, membrane proteins, umbrella sampling, PCA, and workflows. Built-in auto-repair, 84.7% token savings. Part of the AutoMD series.
protein-qc-strict
Strictest protein sequence analysis quality control workflow (3365→456 sequences). Includes literature validation, CD-HIT redundancy removal, complexity check, motif verification, MSA quality assessment, and conservation/coevolution analysis. Based on real research experience with IRED enzyme family.