← Back to Skills Marketplace
Motor Parameter Calculator
by
yongjie666888
· GitHub ↗
· v1.2.0
· MIT-0
166
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install motor-parameter-calculator
Description
电机设计参数计算助手 | 根据基本参数计算极槽配合、匝数、磁密、反电动势等核心设计数据
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install motor-parameter-calculator - After installation, invoke the skill by name or use
/motor-parameter-calculator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
v1.2: 新增完整参数计算脚本(param_calculator.py)、槽数扫描分析、性能估算(Ke/Kt/Tm/Te)
v1.1.0
重构calculator.js,新增极槽对比、功率估算、磁密合理性检查
v1.0.0
首次发布:极槽配合、匝数、磁密、反电动势计算
Metadata
Frequently Asked Questions
What is Motor Parameter Calculator?
电机设计参数计算助手 | 根据基本参数计算极槽配合、匝数、磁密、反电动势等核心设计数据. It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Motor Parameter Calculator?
Run "/install motor-parameter-calculator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Motor Parameter Calculator free?
Yes, Motor Parameter Calculator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Motor Parameter Calculator support?
Motor Parameter Calculator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Motor Parameter Calculator?
It is built and maintained by yongjie666888 (@yongjie666888); the current version is v1.2.0.
More Skills