agentsclimarketplace

Nanocatalyst performance analyzer

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/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

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.

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

  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 (%)"
  }
}

Keep looking

Skills are one crate of 328,083. 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.