Lidar

v1.0.0

LiDAR technology reference — point cloud processing, scan types, coordinate systems, and applications. Use when working with LiDAR data, configuring scanners...

0· 103·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (LiDAR reference, point-cloud processing, scanner configuration) match the SKILL.md and the provided script: the skill provides commands that print documentation and checklists. There are no declared credentials, binaries, or config paths beyond an optional LIDAR_DIR, which is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included scripts/script.sh with subcommands (intro, formats, processing, etc.). The script functions shown print documentation text. This is within the expected scope, but because the provided file listing was truncated ('…[truncated]') I recommend verifying the remainder of scripts/script.sh to confirm it contains only documentation/printing and does not read arbitrary user files, access environment variables, or make network calls.
Install Mechanism
No install spec — instruction-only with an included script. This is low-risk compared to downloads or third-party packages. Nothing in the manifest indicates remote downloads or extraction of archives.
Credentials
The skill declares no required environment variables or credentials. SKILL.md documents an optional LIDAR_DIR for a data directory (default ~/.lidar/), which is reasonable for a data-oriented helper. No excessive or unrelated secrets are requested.
Persistence & Privilege
Default privileges (always: false, model invocation allowed) are used. The skill does not request permanent presence or system-wide configuration changes. It appears not to modify other skills or agent-wide settings.
Assessment
This skill appears coherent: it's a documentation/reference skill implemented as a bundled bash script that prints guidance. Before installing, open and read the entire scripts/script.sh file yourself (search for commands like curl/wget/ssh/nc/python/perl, filesystem reads of sensitive locations, or use of environment variables) to ensure it doesn't perform network calls or read/write unexpected files. If you plan to let agents invoke skills autonomously, be comfortable that this one has no credentials but does execute a local script — verify the full script contents to remove uncertainty.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e6pn4q2ssqn367s6b1ngyhs83ajqw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments