smartclaws-producer
SmartClaws Producer
Publish IoT sensor data to the SKALE blockchain using the SmartClaws protocol. This skill handles the full producer pipeline: installing the CLI, initializing a wallet, registering devices, writing sensor-reading scripts, and publishing data on-chain.
Real Hardware Rule
When the user asks to set up a sensor or publish real-world measurements, assume they mean a real hardware device unless they explicitly say they want a simulation, mock, or pipeline test.
Before writing any publisher script, first determine:
- the exact sensor model / part number
- how it connects to the host (BLE, USB serial, Wi-Fi, MQTT, GPIO/I2C/SPI, etc.)
- whether pairing or driver setup is required
- what library, CLI, or protocol is needed to read the sensor
If the exact sensor model or connection method is unknown, ask the user before proceeding.
Do not generate fake/mock sensor data for a real setup request. Only use a mock publisher when the user explicitly requests testing, simulation, or pipeline validation without real hardware.