← 返回 Skills 市场
ckchzh

Sensor

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
219
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sensor
功能描述
Read and manage IoT sensor data from the terminal. Use when polling readings, checking device connectivity, converting units, analyzing telemetry trends.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sensor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sensor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug sensor
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sensor 是什么?

Read and manage IoT sensor data from the terminal. Use when polling readings, checking device connectivity, converting units, analyzing telemetry trends. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。

如何安装 Sensor?

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

Sensor 是免费的吗?

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

Sensor 支持哪些平台?

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

谁开发了 Sensor?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论