nanomaterial-sds-generator
SolidSafety documentation skill for generating Safety Data Sheets for nanomaterials
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
nanomaterial-lims-manager
Laboratory Information Management System skill for nanomaterial sample tracking and data management
1,160 Updated today
a5c-ai AI & Automation Solid
iso-nanotechnology-compliance-checker
Regulatory compliance skill for ISO nanotechnology standards verification and documentation
1,160 Updated today
a5c-ai AI & Automation Solid
cytotoxicity-assay-analyzer
Nanotoxicology skill for in vitro cytotoxicity assessment and cell viability analysis
1,160 Updated today
a5c-ai AI & Automation Solid
nanosensor-calibration-manager
Nanosensor characterization skill for calibration, sensitivity analysis, and selectivity validation
1,160 Updated today
a5c-ai AI & Automation Solid
environmental-fate-modeler
Environmental nanosafety skill for modeling nanomaterial environmental fate and transport
1,160 Updated today
a5c-ai