← 返回 Skills 市场
128
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install smartclaws-reader
功能描述
Read and analyze IoT sensor data from SKALE blockchain via SmartClaws. Use when: querying sensor readings, asking about temperature or other measurements, an...
安全使用建议
This skill appears to do what it says (reads SmartClaws data) but it asks you to download and install a binary and to run 'smartclaws init', which will generate a local wallet/config (private key) in your home directory. Before installing, verify the GitHub release (check publisher and release checksums/signatures if available), prefer installing from your OS package manager or verified release when possible, and avoid running any 'register' or transaction-sending commands unless you understand implications. Treat the generated ~/.smartclaws files as sensitive: protect their file permissions, back them up securely if needed, and consider running the CLI in an isolated environment (container or VM) if you don't want private keys on your main host.
功能分析
Type: OpenClaw Skill
Name: smartclaws-reader
Version: 1.0.1
The smartclaws-reader skill is designed to interact with IoT sensor data on the SKALE blockchain. It provides clear instructions for the AI agent to download a CLI tool from a legitimate-looking GitHub repository (skalenetwork/smartclaws), initialize a local configuration, and perform read-only queries on-chain. The included Python snippets for data processing and the instructions for handling mock data are consistent with the stated purpose and do not exhibit signs of data exfiltration, malicious execution, or harmful prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description (read on-chain IoT data) matches the instructions (calls to a smartclaws CLI to read channels). Required binaries (curl/wget) and the proposed CLI install are coherent with the stated purpose.
Instruction Scope
Instructions stay within the stated purpose (install CLI, init, read channel data). They do instruct the agent/user to run 'smartclaws init', which generates a local wallet/config (~/.smartclaws/config.json) and thus creates private key material on disk. The doc notes reads are read-only and don't require sFUEL, but it does not provide guidance about protecting the generated private key. Also the examples run subprocesses and parse CLI JSON output — expected for a CLI-based reader.
Install Mechanism
The install uses a GitHub releases URL (https://github.com/.../releases/latest/download/...), which is a known release host. This still involves downloading and installing a binary and making it executable (network fetch → local execution), which carries the usual trust/risk tradeoffs, but the mechanism itself is proportionate to the described CLI usage.
Credentials
No environment variables or external credentials are requested (consistent). However, the CLI 'init' step creates a local wallet/config containing private key material — this is not an environment variable but is sensitive local state. The skill does not request unrelated credentials or config paths.
Persistence & Privilege
The skill does not request always-on status and is user-invocable. It directs installation of a binary and creation of a per-user config/wallet under the user's home directory — appropriate for a CLI tool, but it will persist files on disk that the user should protect.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smartclaws-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/smartclaws-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated installation instructions to use `curl -fL` for improved download robustness.
- Revised example blockchain network details in setup output (changed network name, RPC URL, and Chain ID).
- Added a new section, "Data Truthfulness," advising users to clarify when data is simulated/mock.
- No code changes; documentation only.
v1.0.0
Initial release of smartclaws-reader.
- Enables reading and analysis of IoT sensor data from the SKALE blockchain using the SmartClaws protocol.
- Supports fetching latest or historical sensor readings by channel or device address.
- Provides structured JSON output for programmatic analysis.
- Includes guides for CLI setup, configuration, and typical usage scenarios.
- Offers sample code for temperature monitoring, trend analysis, and threshold detection.
元数据
常见问题
Smartclaws Reader 是什么?
Read and analyze IoT sensor data from SKALE blockchain via SmartClaws. Use when: querying sensor readings, asking about temperature or other measurements, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Smartclaws Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smartclaws-reader」即可一键安装,无需额外配置。
Smartclaws Reader 是免费的吗?
是的,Smartclaws Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smartclaws Reader 支持哪些平台?
Smartclaws Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smartclaws Reader?
由 Dmytro(@dmytrotkk)开发并维护,当前版本 v1.0.1。
推荐 Skills