agentsclimarketplace

Nanocatalyst performance analyzer

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/nanocatalyst-performance-analyzer

Nanocatalysis skill for evaluating catalytic activity, selectivity, and stability of nanomaterial catalystsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill nanocatalyst-performance-analyzer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.2 KB, 395 tokens by cl100k_base, 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

  1. Activity Assessment

    • Measure conversion vs time
    • Calculate TOF
    • Normalize to surface area
  2. Selectivity Analysis

    • Identify products
    • Calculate selectivities
    • Map reaction pathways
  3. 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 (%)"
  }
}

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.