← Back to Skills Marketplace
ckchzh

Sensor

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
219
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sensor
Description
Read and manage IoT sensor data from the terminal. Use when polling readings, checking device connectivity, converting units, analyzing telemetry trends.
Usage Guidance
This skill appears to be a local CLI logger/analyzer and does not contact external services. Before installing or using it, note: (1) it will create and append logs under ~/.local/share/sensor (or SENSOR_DIR if set) and will record any text you pass to it — avoid entering secrets into commands you log; (2) exports aggregate all .log files from that directory, so any sensitive entries there could be exported locally; (3) while no network calls are present, you should still review the bundled script if you want to be certain it fits your privacy needs. If you prefer logs elsewhere, set SENSOR_DIR to a controlled location. Minor non-security issues: JSON export formatting has a small newline/formatting bug but this does not affect privacy.
Capability Analysis
Type: OpenClaw Skill Name: sensor Version: 2.0.0 The "Sensor" skill is a local logging utility designed to record and manage sensor data strings within a dedicated directory (~/.local/share/sensor/). The shell script (scripts/script.sh) performs basic file I/O, searching, and data formatting (JSON/CSV export) using standard Unix utilities, with no evidence of network access, credential theft, or malicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description ask for a local sensor CLI. The included script implements local logging, exports, searches, and status checks — all coherent with the stated purpose. No unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the script operate only on local files (default ~/.local/share/sensor or overridden by SENSOR_DIR), standard Unix utilities, and stdout. Instructions don't request reading other system config or transmitting data externally. Note: the tool logs any input it is given (including arbitrary strings) into multiple .log files and history.log.
Install Mechanism
No install spec is provided (instruction-only). A single bash script is bundled; nothing is downloaded from the network or written to system locations outside the user's home directory. This is low-risk and proportional for the described CLI utility.
Credentials
The skill requires no environment variables or credentials. It optionally honors SENSOR_DIR to change its local data directory — this is reasonable and proportionate.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and is user-invocable only. It creates and writes only to its own data directory under the user's home.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sensor
  3. After installation, invoke the skill by name or use /sensor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Slug sensor
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Sensor?

Read and manage IoT sensor data from the terminal. Use when polling readings, checking device connectivity, converting units, analyzing telemetry trends. It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install Sensor?

Run "/install sensor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sensor free?

Yes, Sensor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sensor support?

Sensor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sensor?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments