← Back to Skills Marketplace
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mesh-analysis
Description
Analyzes 3D mesh files (STL) to calculate geometric properties (volume, components) and extract attribute data. Use this skill to process noisy 3D scan data...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mesh-analysis - After installation, invoke the skill by name or use
/mesh-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial SkillsBench task skill import.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install mesh-analysis?
Run "/install mesh-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mesh-analysis free?
Yes, mesh-analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mesh-analysis support?
mesh-analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mesh-analysis?
It is built and maintained by wu-uk (@wu-uk); the current version is v0.1.0.
More Skills