Safety documentation skill for generating Safety Data Sheets for nanomaterials
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill nanomaterial-sds-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nanomaterial Sds Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-nanomaterial-sds-generator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: nanomaterial-sds-generator
description: Safety documentation skill for generating Safety Data Sheets for nanomaterials
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: infrastructure-quality
priority: medium
phase: 6
tools-libraries:
- SDS authoring tools
- Hazard databases
graph:
domains: [domain:nanotechnology]
skillAreas: [skill-area:mathematical-reasoning, skill-area:physics-simulation, skill-area:data-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer]
---
# 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_warnings": ["string"],
"ppe_requirements": ["string"]
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!