agentsclimarketplace

Nanomaterial sds generator

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/nanomaterial-sds-generator

Safety documentation skill for generating Safety Data Sheets for nanomaterialsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill nanomaterial-sds-generator

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

SKILL.md

2.1 KB, 377 tokens by cl100k_base, as published. Nobody here has run it

Nanomaterial SDS Generator

Purpose

The Nanomaterial SDS Generator skill provides automated generation of Safety Data Sheets for nanomaterials, ensuring proper hazard communication and regulatory compliance for safe handling.

Capabilities

  • GHS classification for nanomaterials
  • Hazard identification
  • Exposure control recommendations
  • First aid and fire-fighting measures
  • Disposal considerations
  • Regulatory information compilation

Usage Guidelines

SDS Generation

  1. Hazard Classification

    • Apply GHS criteria
    • Consider nano-specific hazards
    • Assign hazard statements
  2. Exposure Controls

    • Define engineering controls
    • Specify PPE requirements
    • Set exposure limits
  3. Document Assembly

    • Populate 16 GHS sections
    • Include nano-specific info
    • Generate PDF output

Process Integration

  • Nanomaterial Safety Assessment Pipeline

Input Schema

{
  "material_name": "string",
  "cas_number": "string",
  "composition": [{"component": "string", "percentage": "number"}],
  "physical_form": "powder|dispersion|embedded",
  "particle_size": "number (nm)",
  "hazard_data": {
    "ld50": "number",
    "inhalation_data": "string"
  }
}

Output Schema

{
  "sds_document": {
    "file_path": "string",
    "revision_date": "string",
    "format": "GHS"
  },
  "classification": {
    "hazard_classes": ["string"],
    "signal_word": "danger|warning|none",
    "pictograms": ["string"]
  },
  "key_warnings": ["string"],
  "ppe_requirements": ["string"]
}

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,059. 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.