← Back to Skills Marketplace
bytesagain3

Gear

by bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
194
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install gear
Description
Use when calculating gear ratios, converting RPM between shafts, computing torque output, analyzing drivetrain configurations, or selecting motors for mechan...
README (SKILL.md)

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

Usage Guidance
This skill appears to do only local mechanical calculations and doesn't ask for credentials or make network calls. Before installing: 1) note that the scripts require a POSIX shell and python3 even though the metadata does not list required binaries — ensure those are available in your environment; 2) inspect the motor-select section (the script is large) to confirm it doesn't reach out to external services or download data at runtime; and 3) as with any third-party script, only install if you trust the author and repository (bytesagain.com / GitHub link). If you want an added safety check, run the script in a restricted environment (container) first.
Capability Analysis
Type: OpenClaw Skill Name: gear Version: 2.0.1 The skill bundle is a mechanical engineering calculator for gear ratios, torque, and motor selection. The logic is implemented in 'scripts/script.sh' using Bash wrappers that pass validated numeric inputs to embedded Python scripts for mathematical processing. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill is a gear/drivetrain calculator and the included scripts implement ratio, speed, torque, and drivetrain analysis which is coherent with the description. One minor inconsistency: the registry metadata lists no required binaries, but the runtime scripts invoke bash and python3 (via heredocs). Requiring python3 and a POSIX shell is reasonable for this purpose but should be declared in the metadata.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts with specific arguments. The scripts only operate on provided numeric inputs and print guidance; they do not read arbitrary user files, call external endpoints, or access environment variables beyond those they set for internal use.
Install Mechanism
There is no install spec; this is effectively instruction + bundled script. Nothing is downloaded or written to disk at install time beyond the existing skill files, which is low risk.
Credentials
The skill declares no required environment variables or credentials and the scripts do not request any secrets. They use ephemeral environment variables to pass arguments into Python subprocesses only.
Persistence & Privilege
The skill is user-invocable, not always-on, and does not modify other skills or system configuration. It does not request persistent privileges or credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gear
  3. After installation, invoke the skill by name or use /gear
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
Metadata
Slug gear
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Gear?

Use when calculating gear ratios, converting RPM between shafts, computing torque output, analyzing drivetrain configurations, or selecting motors for mechan... It is an AI Agent Skill for Claude Code / OpenClaw, with 194 downloads so far.

How do I install Gear?

Run "/install gear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gear free?

Yes, Gear is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gear support?

Gear is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gear?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.

💬 Comments