nanomaterial-sds-generator

Solid

Safety documentation skill for generating Safety Data Sheets for nanomaterials

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
78
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ```json { "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 ```json { "sds_document": { "file_path": "string", "revision_date": "string", "format": "GHS" }, "classification": { "hazard_classes": ["string"], "signal_word": "danger|warning|none", "pictograms": ["string"] }, "key_warning...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills