← Back to Skills Marketplace
Motor Drawing Review
by
yongjie666888
· GitHub ↗
· v1.2.0
· MIT-0
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install motor-drawing-review
Description
电机图纸审图助手 | 审核电机工程图纸、核查极槽配合、尺寸标注、技术要求、公差配合,输出审图报告
Usage Guidance
This skill appears to do what it says (generate motor drawing checklists and provide GD&T references) and does not contact external services or request secrets, but take these precautions before use:
- Ensure Python 3 is installed and on PATH (the package omits this from its declared requirements). Running without Python will fail.
- Inspect or test the script in a safe environment first. There is a bug: one checklist item in the 'structural' data is a 3-tuple while the code expects 2-tuples, which will raise an exception if you run --type structural. Ask the author to fix the tuple mismatch or manually correct the data.
- Because the skill prints/writes files locally, run it in a directory where writing is acceptable and review the generated output before sharing.
If you need higher assurance, request a fixed release that declares Python as a dependency and resolves the tuple unpacking error; if the author adds any network calls or environment-variable usage, re-evaluate before installing.
Capability Analysis
Type: OpenClaw Skill
Name: motor-drawing-review
Version: 1.2.0
The skill bundle is a legitimate tool for motor engineering drawing reviews, providing checklists and GD&T reference data. The Python script `scripts/drawing_checklist.py` generates formatted reports based on internal technical dictionaries and does not perform any sensitive operations, network calls, or unauthorized file access. All instructions in `SKILL.md` are strictly aligned with the stated engineering purpose.
Capability Assessment
Purpose & Capability
The name/description (电机图纸审图) aligns with the bundled files: a GD&T reference and a Python checklist generator. However, SKILL metadata claims no required binaries while SKILL.md instructs running 'python scripts/drawing_checklist.py' — the skill implicitly requires a Python 3 runtime but does not declare it.
Instruction Scope
Runtime instructions are narrowly scoped (run the local script for checklist generation and use the provided reference). They do not ask the agent to read unrelated files, call external endpoints, or access credentials. One functional issue: scripts/drawing_checklist.py expects checklist items to be 2-tuples, but at least one entry in the 'structural' checklist is a 3-tuple, which will raise a ValueError and crash when running --type structural. That is a runtime bug (scope creep is not observed).
Install Mechanism
No install spec (instruction-only + local script) — low-risk. The only practical requirement is an available Python interpreter on PATH; the skill did not declare this as a required binary. No downloads, network fetches, or extracted archives are present.
Credentials
The skill requests no environment variables, no credentials, and accesses only local files included in the package. There is no indication of credential or secret usage or exfiltration.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It has no persistent installation steps or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install motor-drawing-review - After installation, invoke the skill by name or use
/motor-drawing-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
v1.2: 新增GD&T参考规范、审图清单脚本、公差配合速查表、粗糙度参考值
Metadata
Frequently Asked Questions
What is Motor Drawing Review?
电机图纸审图助手 | 审核电机工程图纸、核查极槽配合、尺寸标注、技术要求、公差配合,输出审图报告. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Motor Drawing Review?
Run "/install motor-drawing-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Motor Drawing Review free?
Yes, Motor Drawing Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Motor Drawing Review support?
Motor Drawing Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Motor Drawing Review?
It is built and maintained by yongjie666888 (@yongjie666888); the current version is v1.2.0.
More Skills