ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Gear Ratio & Mechanical Drive Calculator

Use when calculating gear ratios, converting RPM between shafts, computing torque output, analyzing drivetrain configurations, or selecting motors for mechanical systems.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/gear
Or

Gear Ratio & Mechanical Drive Calculator

Calculate gear ratios, convert RPM, compute torque, analyze multi-stage drivetrains, and get motor selection guidance for mechanical systems.

Commands

ratio

Calculate gear ratio from tooth counts or diameters.

bash scripts/script.sh ratio 20 60

speed

Convert RPM through a gear ratio.

bash scripts/script.sh speed 1800 3.5

torque

Compute output torque given input torque and gear ratio.

bash scripts/script.sh torque 10 3.5 0.95

drivetrain

Analyze a multi-stage gear train.

bash scripts/script.sh drivetrain "20:60,15:45,18:72"

motor-select

Motor selection helper based on load requirements.

bash scripts/script.sh motor-select 50 300

help

Show all commands.

bash scripts/script.sh help

Output

  • Gear ratios with speed/torque multipliers
  • Multi-stage drivetrain analysis
  • Motor specification recommendations

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-gear": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#gear#mechanical#engineering#torque#drivetrain#motor#calculator
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.