Nanocatalyst performance analyzer
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill nanocatalyst-performance-analyzerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Nanocatalysis skill for evaluating catalytic activity, selectivity, and stability of nanomaterial catalysts
SKILL.md
2.2 KB, as published. Nobody here has run it
Nanocatalyst Performance Analyzer
Purpose
The Nanocatalyst Performance Analyzer skill provides comprehensive evaluation of nanomaterial catalyst performance, enabling systematic assessment of activity, selectivity, and stability for catalytic applications.
Capabilities
- Turnover frequency (TOF) calculation
- Selectivity analysis
- Activation energy determination
- Stability and recyclability testing
- Surface area normalization (BET)
- Reaction mechanism investigation
Usage Guidelines
Catalyst Evaluation
-
Activity Assessment
- Measure conversion vs time
- Calculate TOF
- Normalize to surface area
-
Selectivity Analysis
- Identify products
- Calculate selectivities
- Map reaction pathways
-
Stability Testing
- Run recyclability tests
- Monitor deactivation
- Characterize spent catalyst
Process Integration
- Nanocatalyst Development and Performance Optimization
Input Schema
{
"catalyst_id": "string",
"reaction": "string",
"reactants": [{"name": "string", "concentration": "number"}],
"temperature": "number (C)",
"pressure": "number (atm)",
"catalyst_mass": "number (mg)"
}
Output Schema
{
"activity": {
"conversion": "number (%)",
"tof": "number (1/s)",
"specific_activity": "number (mol/g/s)"
},
"selectivity": [{
"product": "string",
"selectivity": "number (%)"
}],
"kinetics": {
"activation_energy": "number (kJ/mol)",
"rate_law": "string"
},
"stability": {
"cycles_tested": "number",
"activity_retention": "number (%)"
}
}