smartclaws-reader
Installation
SKILL.md
SmartClaws Reader
Read and analyze IoT sensor data published to the SKALE blockchain via the SmartClaws protocol. This skill handles reading on-chain data, parsing sensor readings, and answering natural-language questions about measurements.
Installation
Check if the CLI is available:
smartclaws --version
If not installed, download the binary for the current platform:
OS="$(uname -s | tr '[:upper:]' '[:lower:]')"
ARCH="$(uname -m)"
Related skills