← 返回 Skills 市场
Motor Assembly Process
作者
yongjie666888
· GitHub ↗
· v1.2.0
· MIT-0
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install motor-assembly-process
功能描述
电机装配工艺助手 | 生成军用电机装配作业指导书,覆盖转子装配、定子嵌线、轴承装配、动平衡、终检全流程
安全使用建议
This skill appears to do what it says: generate motor assembly work instructions and checklists. It does not request credentials or download code at runtime. Before installing or using it in production: (1) run the script in a safe/test environment to verify behavior; use non-interactive mode (e.g., --output) until the interactive bug is fixed; (2) inspect and, if needed, correct the interactive_check() indentation/loop so the prompt-and-response flow works properly; (3) confirm that any use for military purposes complies with your organization’s authorization and export/control rules; (4) if you plan to integrate it into automated agents, limit the agent’s file-write permissions and test outputs to ensure they meet your QA and traceability requirements.
功能分析
Type: OpenClaw Skill
Name: motor-assembly-process
Version: 1.2.0
The skill bundle is a legitimate tool for generating motor assembly work instructions and checklists according to Chinese military standards (GJB). The Python script (scripts/assembly_checklist.py) is a straightforward utility for generating text-based reports or running interactive checklists without any network access, sensitive data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The SKILL.md describes generating motor assembly work instructions and checklists and the included Python script (assembly_checklist.py) implements checklist generation and interactive confirmation for rotor/stator/bearing/full stages. No unrelated binaries, environment variables, or config paths are requested.
Instruction Scope
Runtime instructions only tell the agent to run the included Python script with stage/output/interactive flags; they do not request reading other system files or external credentials. Note: the SKILL.md suggests using the interactive mode, but the script has an indentation/logic bug in interactive_check() that will likely print repeatedly and hang — this is a functional defect (scope-consistent) rather than malicious behavior.
Install Mechanism
No install spec or external downloads are present; this is an instruction-only skill with one bundled script. Nothing is written to disk by an installer step beyond the included files.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not attempt to read environment variables or external secrets.
Persistence & Privilege
always:false and no automatic installation/enablement behavior. The skill does not request persistent presence or modify other skills' configuration. Normal autonomous invocation remains possible (platform default) but is not unusual given this skill's purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install motor-assembly-process - 安装完成后,直接呼叫该 Skill 的名称或使用
/motor-assembly-process触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2: 新增装配检查清单脚本、轴承规范、螺栓力矩表、GJB质量记录
元数据
常见问题
Motor Assembly Process 是什么?
电机装配工艺助手 | 生成军用电机装配作业指导书,覆盖转子装配、定子嵌线、轴承装配、动平衡、终检全流程. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Motor Assembly Process?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install motor-assembly-process」即可一键安装,无需额外配置。
Motor Assembly Process 是免费的吗?
是的,Motor Assembly Process 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Motor Assembly Process 支持哪些平台?
Motor Assembly Process 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Motor Assembly Process?
由 yongjie666888(@yongjie666888)开发并维护,当前版本 v1.2.0。
推荐 Skills