home / skills / a5c-ai / babysitter / catalyst-analyzer
This skill analyzes catalyst performance, models deactivation, and optimizes regeneration, enabling data-driven selection and operational efficiency for
npx playbooks add skill a5c-ai/babysitter --skill catalyst-analyzerReview the files below or copy the command above to add this skill to your agents.
---
name: catalyst-analyzer
description: Catalyst performance analysis skill for activity testing, deactivation modeling, and optimization
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: chemical-engineering
domain: science
category: Reaction Engineering
skill-id: CE-SK-008
---
# Catalyst Analyzer Skill
## Purpose
The Catalyst Analyzer Skill evaluates catalyst performance, models deactivation kinetics, and supports catalyst selection and optimization for chemical processes.
## Capabilities
- Catalyst activity measurement analysis
- Selectivity evaluation
- Deactivation kinetics modeling
- Regeneration cycle optimization
- Catalyst screening support
- Turnover frequency calculation
- Surface area and porosity analysis
- Poison identification
## Usage Guidelines
### When to Use
- Evaluating catalyst candidates
- Modeling catalyst deactivation
- Optimizing regeneration cycles
- Troubleshooting performance decline
### Prerequisites
- Experimental data available
- Reaction mechanism understood
- Operating conditions defined
- Reference catalyst identified
### Best Practices
- Use consistent testing protocols
- Account for mass transfer effects
- Consider long-term stability
- Validate deactivation models
## Process Integration
This skill integrates with:
- Catalyst Evaluation and Optimization
- Kinetic Model Development
- Reactor Design and Selection
## Configuration
```yaml
catalyst-analyzer:
analysis-types:
- activity
- selectivity
- deactivation
- regeneration
catalyst-types:
- heterogeneous
- homogeneous
- biocatalyst
```
## Output Artifacts
- Activity profiles
- Deactivation models
- Regeneration protocols
- Screening comparisons
- Recommendation reports
This skill analyzes catalyst performance for activity testing, selectivity assessment, deactivation modeling, and regeneration optimization. It produces actionable artifacts—activity profiles, deactivation models, and screening comparisons—to support catalyst selection and process improvement. The focus is on practical, data-driven recommendations for lab and pilot-scale workflows.
The skill ingests experimental time-on-stream data, turnover frequency calculations, surface area and porosity metrics, and operating-condition metadata. It fits deactivation kinetics models, computes selectivity trends, flags potential poisoning signatures, and simulates regeneration cycle outcomes to recommend optimal intervals and conditions. Outputs include plots and parameterized models suitable for further integration in kinetic model development or reactor design.
What data do I need to run robust deactivation modeling?
Time-resolved conversion and selectivity measurements, temperature/pressure logs, catalyst characterization (surface area, porosity), and known feed composition are required. Reference and replicate runs improve model reliability.
Can it suggest regeneration conditions or just scheduling?
It does both: the skill simulates regeneration cycles to estimate recovered activity and recommends intervals and basic conditions, but detailed regeneration protocols should be validated experimentally.
Does it handle different catalyst types?
Yes. The workflow supports heterogeneous, homogeneous, and biocatalyst data, but model choice and assumptions should be adapted to the catalyst class.