Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Time Resolved Cryoem Agent

ASecurity

--> --- name: 'time-resolved-cryoem-agent' description: 'AI-powered time-resolved cryo-EM analysis for capturing protein dynamics, drug-binding kinetics, and conformational transitions for dynamics-based drug discovery.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Time-Resolved Cryo-EM Agent** leverages time-resolved cryo-electron microscopy to capture protein dynamics, drug-binding kinet...

2,984 stars
0 votes
0 copies
0 views
Added 5/29/2026
developmentpythongoshellbashreactapi

Works with

api

Security Analysis

A100/100

Scanned 5/29/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill time-resolved-cryoem-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Time Resolved Cryoem Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Time Resolved Cryoem Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-time-resolved-cryoem-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-time-resolved-cryoem-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
name: 'time-resolved-cryoem-agent'
description: 'AI-powered time-resolved cryo-EM analysis for capturing protein dynamics, drug-binding kinetics, and conformational transitions for dynamics-based drug discovery.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Time-Resolved Cryo-EM Agent

The **Time-Resolved Cryo-EM Agent** leverages time-resolved cryo-electron microscopy to capture protein dynamics, drug-binding kinetics, and conformational transitions. It integrates AI-powered analysis with experimental time-resolved data to enable dynamics-based drug discovery, moving beyond static structures to understand drug mechanisms in motion.

## When to Use This Skill

* When studying drug-binding kinetics structurally.
* For capturing protein conformational transitions.
* To understand allosteric mechanisms and dynamics.
* When designing drugs targeting specific conformational states.
* For characterizing enzyme catalytic cycles.

## Core Capabilities

1. **Kinetics Extraction**: Extract binding kinetics from time-resolved data.

2. **Conformational Sorting**: Classify particles by conformational state.

3. **Trajectory Reconstruction**: Build conformational trajectories.

4. **Intermediate Identification**: Detect rare intermediate states.

5. **MD Integration**: Combine with molecular dynamics simulations.

6. **Dynamics-Based Design**: Design drugs targeting specific states.

## Time-Resolved Methods

| Method | Timescale | Resolution | Application |
|--------|-----------|------------|-------------|
| Rapid Mixing | ms-s | 3-4 Å | Ligand binding |
| Temperature Jump | μs-ms | 3-5 Å | Transitions |
| Photocaging | μs-ms | 3-5 Å | Triggered reactions |
| Flow-Mixing | 10ms-s | 3-4 Å | Enzyme kinetics |

## Workflow

1. **Input**: Time-resolved cryo-EM datasets, protein sequence.

2. **Particle Processing**: 3D classification across timepoints.

3. **State Assignment**: AI-powered conformational sorting.

4. **Kinetics Fitting**: Extract rate constants.

5. **Intermediate Mapping**: Identify transient states.

6. **Drug Design**: Target state-specific pockets.

7. **Output**: Kinetic models, conformational movie, design targets.

## Example Usage

**User**: "Analyze time-resolved cryo-EM data of this kinase to understand drug binding kinetics and identify targetable intermediate states."

**Agent Action**:
```bash
python3 Skills/Structural_Biology/Time_Resolved_CryoEM_Agent/analyze_dynamics.py \
    --timepoints "0ms,10ms,50ms,100ms,500ms,1s" \
    --particle_stacks timepoint_particles/ \
    --protein_sequence kinase.fasta \
    --ligand drug_compound.sdf \
    --kinetics_model two_state \
    --extract_intermediates true \
    --output kinase_dynamics/
```

## Input Requirements

| Input | Format | Purpose |
|-------|--------|---------|
| Particle Stacks | MRC per timepoint | Time-resolved data |
| Timepoint Labels | CSV | Time assignments |
| Protein Sequence | FASTA | Structure reference |
| Ligand Structure | SDF | Binding analysis |
| Initial Model | Optional PDB | 3D classification |

## Output Components

| Output | Description | Format |
|--------|-------------|--------|
| Conformational States | Per-timepoint structures | .pdb |
| Kinetics Parameters | kon, koff, Kd | .json |
| State Populations | Fraction vs time | .csv |
| Conformational Movie | Trajectory animation | .mp4 |
| Intermediate Structures | Transient states | .pdb |
| Energy Landscape | Free energy surface | .png |
| Drug Design Targets | State-specific pockets | .json |

## Kinetics Analysis

| Parameter | Definition | Drug Design Relevance |
|-----------|------------|----------------------|
| kon | Association rate | Target engagement speed |
| koff | Dissociation rate | Residence time |
| Kd | Equilibrium constant | Affinity |
| t1/2 | Half-life | Duration of action |
| Conformational Rate | State transition speed | Mechanism insight |

## AI/ML Components

**Conformational Sorting**:
- 3D variational autoencoders
- Heterogeneous reconstruction
- Continuous conformational analysis (cryoDRGN)

**Kinetics Modeling**:
- Hidden Markov models
- Bayesian kinetics fitting
- Deep learning rate estimation

**Intermediate Detection**:
- Rare event identification
- Manifold learning
- Transition path sampling

## Drug Discovery Applications

| Application | Dynamic Insight | Design Strategy |
|-------------|-----------------|-----------------|
| Slow Binding | Long residence time | Optimize koff |
| Allosteric Drugs | State stabilization | Target intermediate |
| Covalent Inhibitors | Binding trajectory | Optimize approach |
| Conformational Selection | State preference | Pre-organize ligand |
| Induced Fit | Protein reorganization | Accommodate flexibility |

## Prerequisites

* Python 3.10+
* cryoSPARC, RELION
* cryoDRGN
* GROMACS/OpenMM
* PyTorch

## Related Skills

* CryoEM_AI_Drug_Design_Agent - Static structure design
* Molecular_Dynamics_Agent - MD simulations
* AlphaFold3_Agent - Structure prediction
* PROTAC_Design_Agent - Degrader design

## Conformational Analysis Methods

| Method | Software | Best For |
|--------|----------|----------|
| 3DVA | cryoSPARC | Principal motions |
| Multi-body | RELION | Domain movements |
| cryoDRGN | cryoDRGN | Continuous heterogeneity |
| 3D Classification | Various | Discrete states |

## Time Resolution Capabilities

| Mixing Method | Dead Time | Applications |
|---------------|-----------|--------------|
| Rapid On-Grid | ~10 ms | Fast binding |
| Blot-Free | ~1 ms | Very fast kinetics |
| Microfluidic | ~50 ms | Enzyme catalysis |
| Spray-Mixing | ~10 ms | Protein-protein |

## Special Considerations

1. **Sample Consumption**: Time-resolved requires more sample
2. **Synchronization**: Initiation must be well-controlled
3. **Resolution Trade-off**: Fewer particles per timepoint
4. **Intermediate Lifetime**: Must match experimental timescale
5. **Data Quality**: Requires high-quality data collection

## Kinetic Mechanisms

| Mechanism | Model | Parameters |
|-----------|-------|------------|
| Two-State | A ⇌ B | kon, koff |
| Induced Fit | A + L ⇌ AL ⇌ AL* | Multiple rates |
| Conformational Selection | A ⇌ A* + L ⇌ A*L | Pre-equilibrium |
| Sequential | A → B → C | Multiple intermediates |

## Validation Approaches

| Method | Purpose | Complementarity |
|--------|---------|-----------------|
| SPR | Binding kinetics | Validate rates |
| ITC | Thermodynamics | Validate ΔG |
| NMR | Dynamics | Solution behavior |
| MD Simulation | Mechanism | Molecular detail |

## Applications in Drug Discovery

| Target | Dynamic Insight | Design Implication |
|--------|-----------------|-------------------|
| Kinases | DFG-in/out transition | State-selective inhibitors |
| GPCRs | Activation pathway | Biased agonists |
| Transporters | Alternating access | Mechanism-based design |
| ATPases | Catalytic cycle | Allosteric inhibitors |

## Author

AI Group - Biomedical AI Platform


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →