← 返回 Skills 市场
wu-uk

mesh-analysis

作者 wu-uk · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mesh-analysis
功能描述
Analyzes 3D mesh files (STL) to calculate geometric properties (volume, components) and extract attribute data. Use this skill to process noisy 3D scan data...
安全使用建议
This skill appears coherent and limited to local STL processing. Before installing: (1) Inspect and run the script in a controlled environment if you process untrusted files (malformed or extremely large STLs can cause resource issues); (2) validate the tool's assumptions for units and material/attribute semantics against your data (SKILL.md warns about units); (3) be aware the module reads files from disk — ensure you only pass files you intend the agent to access. If you need production-grade robustness, consider additional validation of input files and unit tests for volume calculations and component detection.
功能分析
Type: OpenClaw Skill Name: mesh-analysis Version: 0.1.0 The mesh-analysis skill is a legitimate tool for processing 3D STL files. The Python implementation in scripts/mesh_tool.py uses standard algorithms to calculate mesh volume and identify connected components without any network access, file modifications, or suspicious execution patterns. The SKILL.md documentation accurately describes the tool's functionality and provides safe usage examples.
能力评估
Purpose & Capability
Name/description match the provided code and SKILL.md. The bundle includes a single Python module that parses binary and ASCII STL files, extracts the 2-byte attribute, performs connected-component grouping, and computes volumes — all coherent with 'mesh-analysis'. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md contains concrete usage examples that only load the included script and operate on a local STL file. Instructions do not ask the agent to read unrelated files, environment variables, or send data externally. The hard-coded sys.path example points to the skill install location (expected for instruction-only skills).
Install Mechanism
There is no install spec (instruction-only plus an included script). Nothing is downloaded or written to arbitrary locations by an installer. The risk surface is limited to the provided Python file being executed in the agent environment.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportional for a local file-processing utility.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or system-wide settings. It runs only when invoked and does not require persistent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mesh-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mesh-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial SkillsBench task skill import.
元数据
Slug mesh-analysis
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mesh-analysis 是什么?

Analyzes 3D mesh files (STL) to calculate geometric properties (volume, components) and extract attribute data. Use this skill to process noisy 3D scan data... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 mesh-analysis?

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

mesh-analysis 是免费的吗?

是的,mesh-analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

mesh-analysis 支持哪些平台?

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

谁开发了 mesh-analysis?

由 wu-uk(@wu-uk)开发并维护,当前版本 v0.1.0。

💬 留言讨论