← 返回 Skills 市场
bytesagain3

Gear

作者 bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
194
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install gear
功能描述
Use when calculating gear ratios, converting RPM between shafts, computing torque output, analyzing drivetrain configurations, or selecting motors for mechan...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gear
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gear 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
元数据
Slug gear
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Gear 是什么?

Use when calculating gear ratios, converting RPM between shafts, computing torque output, analyzing drivetrain configurations, or selecting motors for mechan... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 194 次。

如何安装 Gear?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gear」即可一键安装,无需额外配置。

Gear 是免费的吗?

是的,Gear 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gear 支持哪些平台?

Gear 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gear?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。

💬 留言讨论