mocreo-sensor-system
MOCREO Sensor System Skill
Before using this sub-skill directly, check the root router skill at skills/mocreo-api/SKILL.md and follow its routing rules first.
Triggering
- When users ask to query MOCREO Sensor System data.
- When users ask to manage devices (hubs), nodes (sensors), or alerts.
Environment (AI Handles Automatically)
Dependencies: If a script fails with ModuleNotFoundError, do not install packages silently.
pip install -r requirements.txt
Before any install attempt, tell the user which command you want to run and ask for permission because it may modify the current Python environment or a global environment when no virtual environment is active.
If a virtual environment is already active, prefer installing there after the user agrees.
If no virtual environment is active, explicitly warn that the install may go to the current or global Python environment and ask again before proceeding.
If the user does not approve, stop and provide the exact manual install command instead.
Try pip3 or python -m pip install requests python-dotenv only after the user has agreed to dependency installation.
More from mocreo-iot/skills
mocreo-api
MOCREO English device-data router for battery, temperature, humidity, online status, alerts, and history queries by device ID, node ID, asset, or hub across Smart System (V3) and Sensor System (V2).
10mocreo-smart-system
MOCREO Smart System skill for battery, temperature, humidity, online status, history, and asset or device queries on V3 devices.
1