← 返回 Skills 市场
Motor Parameter Calculator
作者
yongjie666888
· GitHub ↗
· v1.2.0
· MIT-0
166
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install motor-parameter-calculator
功能描述
电机设计参数计算助手 | 根据基本参数计算极槽配合、匝数、磁密、反电动势等核心设计数据
安全使用建议
This package appears to be a straightforward local motor-parameter calculator. Before running it: (1) Inspect the bundled files (scripts/param_calculator.py and calculator.js) yourself — calculator.js is present but not mentioned in SKILL.md; confirm you trust its contents. (2) Run the Python script in a virtual environment (pip install numpy matplotlib if you want plotting) to avoid polluting your system. (3) Because the skill runs locally and prompts for inputs, provide only non-sensitive example values when testing. (4) The package metadata shows minor version/metadata mismatches (_meta.json version 1.0.0 vs registry 1.2.0); this is likely harmless but worth noting. If you need remote/automated execution in an environment with sensitive data, consider sandboxing or code review first.
功能分析
Type: OpenClaw Skill
Name: motor-parameter-calculator
Version: 1.2.0
The skill bundle is a legitimate engineering tool for motor design calculations. The provided scripts (calculator.js and scripts/param_calculator.py) implement standard mathematical formulas for pole-slot combinations, magnetic flux, and back-EMF without any unauthorized network access, file system modifications, or data exfiltration. The SKILL.md instructions are consistent with the code's functionality and do not contain any prompt injection or malicious directives.
能力评估
Purpose & Capability
The name/description, SKILL.md examples, and the included Python script all implement motor design calculations (pole/slot, winding factor, flux, Ke/Kt, slot-sweep). The presence of an additional Node script (calculator.js) is a minor mismatch with SKILL.md (which only documents the Python script) but is explainable as an alternative implementation rather than malicious or unrelated functionality.
Instruction Scope
SKILL.md instructs running the local Python script (scripts/param_calculator.py) and using its interactive or sweep modes. The instructions only read user-provided parameters (command-line args or interactive input) and do not direct the agent to read unrelated files, environment variables, or to transmit data externally.
Install Mechanism
There is no install spec (instruction-only). Code files are bundled with the skill and run locally. The Python script optionally imports numpy/matplotlib for plotting if available — these are standard scientific libraries. No external downloads, URLs, or archive extraction are used.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The runtime code does not read environment secrets or system config. Optional third-party libraries (numpy/matplotlib) are the only external dependencies and are appropriate for numeric/plotting tasks.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent/system privileges. The code prints results and, aside from optional plotting, does not modify system-wide configuration or other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install motor-parameter-calculator - 安装完成后,直接呼叫该 Skill 的名称或使用
/motor-parameter-calculator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2: 新增完整参数计算脚本(param_calculator.py)、槽数扫描分析、性能估算(Ke/Kt/Tm/Te)
v1.1.0
重构calculator.js,新增极槽对比、功率估算、磁密合理性检查
v1.0.0
首次发布:极槽配合、匝数、磁密、反电动势计算
元数据
常见问题
Motor Parameter Calculator 是什么?
电机设计参数计算助手 | 根据基本参数计算极槽配合、匝数、磁密、反电动势等核心设计数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Motor Parameter Calculator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install motor-parameter-calculator」即可一键安装,无需额外配置。
Motor Parameter Calculator 是免费的吗?
是的,Motor Parameter Calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Motor Parameter Calculator 支持哪些平台?
Motor Parameter Calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Motor Parameter Calculator?
由 yongjie666888(@yongjie666888)开发并维护,当前版本 v1.2.0。
推荐 Skills