iotapi
Installation
SKILL.md
iotapi — IoT Device Management Toolkit
Setup
Configuration Methods
The user needs to configure IoT platform credentials. There are two approaches:
Method 1: Environment Variables (Recommended)
Direct them to set these environment variables:
export IOT_BASE_URL="https://your-iot-platform-url"
export IOT_APP_ID="your-app-id"
export IOT_APP_SECRET="your-app-secret"
Related skills