← 返回 Skills 市场
matthiashbusch

Mechanics Sketches

作者 MatthiasHBusch · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
503
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mechanics-sketches
功能描述
Generate technical engineering mechanics sketches (beams, supports, forces, moments, dimensions, coordinate systems) as PDF/PNG/SVG using the MechanicsSketch...
安全使用建议
This skill appears to do what it says — generate and render mechanics sketches locally. Before installing or running: (1) review the upstream GitHub code if you plan to pip install from git+https://github.com/MatthiasHBusch/MechanicsSketches.git (pip installing from GitHub will fetch and execute code); (2) run it in a virtual environment to avoid contaminating your system Python and to contain PyQt5/matplotlib dependencies; (3) be mindful that the helper script will import the MechanicsSketches package via a relative sys.path insertion (it may pick up similarly named modules in parent directories), and it reads the input JSON and writes the output path you provide — only supply trusted JSON input and output locations; (4) if you need a fully offline setup, mirror/review the repo first, because the setup instruction triggers network access during installation.
功能分析
Type: OpenClaw Skill Name: mechanics-sketches Version: 1.0.0 The skill is classified as suspicious due to potential file path traversal vulnerabilities in `scripts/generate_sketch.py`, where user-provided input and output file paths are used directly without sanitization, potentially allowing writes to arbitrary file system locations. Additionally, the `SKILL.md` instructs the agent to install the core library directly from a GitHub URL (`pip install git+https://github.com/MatthiasHBusch/MechanicsSketches.git`), which introduces a supply chain risk if the remote repository were compromised. No evidence of intentional malicious behavior like data exfiltration or arbitrary code execution was found, and the skill explicitly states it makes no network requests, which was verified.
能力评估
Purpose & Capability
The name/description (create engineering sketches and render to PDF/PNG/SVG) matches the provided SKILL.md, API reference, and helper script. No unrelated environment variables, binaries, or cloud credentials are requested.
Instruction Scope
Runtime instructions confine actions to reading a user-specified JSON and writing an output image/PDF. However, the README/setup guidance tells the user to pip install the GitHub repo (network activity during setup) and to adjust PYTHONPATH; also the helper script inserts a relative path into sys.path to locate the MechanicsSketches package (this can cause imports from parent directories if present). These are expected for this type of skill but worth noting.
Install Mechanism
There is no formal install spec in the manifest (instruction-only), but SKILL.md suggests installing via pip from a GitHub repository (git+https://github.com/...). GitHub is a well-known host, but pip-installing arbitrary repository code executes network-fetched code on the user's machine; users should review the upstream code before running the installer.
Credentials
No environment variables, credentials, or config paths are required. The helper script only reads the input JSON and writes the output file; it does not access system secrets or external services.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and contains no self-enabling behavior. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mechanics-sketches
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mechanics-sketches 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of MechanicsSketches skill. - Generate technical engineering mechanics sketches (beams, supports, forces, moments, dimensions, coordinate systems) as PDF/PNG/SVG using the MechanicsSketches Python library. - Includes script and JSON-based workflows for rendering free-body diagrams and structural sketches. - All processing is done locally; no network requests, telemetry, or credentials required. - Extensive documentation provided for components, annotation, transformations, and rendering. - MIT-licensed, open source, and developed by MatthiasHBusch.
元数据
Slug mechanics-sketches
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mechanics Sketches 是什么?

Generate technical engineering mechanics sketches (beams, supports, forces, moments, dimensions, coordinate systems) as PDF/PNG/SVG using the MechanicsSketch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 503 次。

如何安装 Mechanics Sketches?

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

Mechanics Sketches 是免费的吗?

是的,Mechanics Sketches 完全免费(开源免费),可自由下载、安装和使用。

Mechanics Sketches 支持哪些平台?

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

谁开发了 Mechanics Sketches?

由 MatthiasHBusch(@matthiashbusch)开发并维护,当前版本 v1.0.0。

💬 留言讨论