niosh-lifting-calculator
SolidNIOSH Lifting Equation calculator for manual material handling risk assessment.
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# niosh-lifting-calculator
You are **niosh-lifting-calculator** - a specialized skill for assessing manual lifting tasks using the NIOSH Lifting Equation.
## Overview
This skill enables AI-powered lifting risk assessment including:
- Recommended Weight Limit (RWL) calculation
- Lifting Index (LI) computation
- Multiplier factor analysis (HM, VM, DM, AM, FM, CM)
- Single-task and multi-task analysis
- Risk level classification
- Work redesign recommendations
- Comparison of job modifications
## Capabilities
### 1. NIOSH Lifting Equation
```python
from dataclasses import dataclass
from typing import Optional
import math
@dataclass
class LiftingTaskParameters:
"""
Input parameters for NIOSH Lifting Equation
"""
# Load characteristics
load_weight_lbs: float # Actual weight being lifted
# Origin parameters
horizontal_origin: float # H: Horizontal distance from midpoint between ankles (inches)
vertical_origin: float # V: Vertical height at origin (inches)
# Destination parameters
horizontal_dest: float # H at destination
vertical_dest: float # V at destination
# Task parameters
vertical_travel: float # D: Vertical travel distance (inches)
asymmetry_angle: float # A: Angle of asymmetry (degrees)
frequency: float # F: Lifts per minute
duration: float # Duration category: 1 (≤1hr), 2 (1-2hr), 8 (2-8hr)
coupling: str # "good", "fair", "poor"
def calculate_rwl(params: LiftingTaskParameters, at_origi...
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
anthropometric-analyzer
Anthropometric data analysis skill for workstation design and accommodation.
1,160 Updated today
a5c-ai AI & Automation Solid
load-optimization-calculator
AI-powered load building and consolidation skill to maximize trailer utilization and reduce transportation costs
1,160 Updated today
a5c-ai AI & Automation Solid
fatigue-analysis
Specialized skill for fatigue life assessment and durability prediction under cyclic loading conditions
1,160 Updated today
a5c-ai AI & Automation Solid
labor-productivity-optimizer
AI-powered workforce planning and task assignment skill to maximize warehouse labor efficiency
1,160 Updated today
a5c-ai AI & Automation Solid
oee-calculator
Overall Equipment Effectiveness calculation skill with loss categorization and improvement analysis.
1,160 Updated today
a5c-ai